Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #998256
    fredbutson
    Participant

    I am using the Quito Skin for my Grid. I am using it to show a podcast. So instead of “play song” I want it to just say play…or Play Podcast. Is that possible?

    #998745
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the “Play Song” to “Play Podcast”, you have to translate the TheGrid plugin. And If you already have the child theme active and ready, you can simply insert this following code in your child theme’s functions.php file.

    // Change Play Song to Play Podcast
    // =============================================================================
    function change_play_text($translated) { 
      $translated = str_ireplace('Play Song', 'Play Podcast', $translated);
      return $translated; 
    }
    //add_filter('gettext', 'change_play_text' );
    // =============================================================================

    We would loved to know if this has work for you. Thank you.

    #999917
    fredbutson
    Participant

    I inserted it right below what is on there and no change. Do i need to delete what is on there currently? I apologize for I am a newbie. 😉

    #1000272
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

  • <script> jQuery(function($){ $("#no-reply-998256 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>