Tagged: x
-
AuthorPosts
-
May 18, 2016 at 5:38 pm #998256
fredbutsonParticipantI 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?
May 18, 2016 at 10:54 pm #998745
Rue NelModeratorHello 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.
May 19, 2016 at 12:56 pm #999917
fredbutsonParticipantI 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. 😉
May 19, 2016 at 3:58 pm #1000272
DarshanaModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-998256 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
