Tagged: x
-
AuthorPosts
-
April 12, 2016 at 8:32 am #878275
SirRahikkalaParticipantIt seems that even the strings “Share on…” are found with WPML, they are not reflecting to theme. The hover text on Social sharing is not changing. Everything related to theme and cornerstone are latest version at the moment.
April 12, 2016 at 12:39 pm #878665
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
April 12, 2016 at 1:29 pm #878723
SirRahikkalaParticipantThis reply has been marked as private.April 13, 2016 at 2:00 am #879492
ChristopherModeratorHi there,
Please add following code in child theme’s functions.php file and translate strings:
add_filter('gettext', 'translate_text', 20 ); function translate_text($translated) { $translated = str_ireplace('Share on Facebook', 'Your new text 1', $translated); $translated = str_ireplace('Share on Twitter', 'Your new text 2', $translated); $translated = str_ireplace('Share on Google+', 'Your new text 3', $translated); $translated = str_ireplace('Share on LinkedIn', 'Your new text 4', $translated); $translated = str_ireplace('Share via Email', 'Your new text 5', $translated); return $translated; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-878275 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
