I need to translate the text of button SEARCH to portuguese.
I’ve try find and replace plugin and use this code
<input class=”is-search-submit” type=”submit” value=”Search”>
I inspect element and locate button, but doesn’t work.
It’s seem text is in code inside plugin and can’t translate.
I tried too translate with Loco Tradutor
Any tips?
]]>Is it possible to translate the titles with WPML?
]]>
//Display Read More Button in Layout4
function optimizer_excerpt_more($more) {
return '
'.__('+ Read More', 'optimizer').'';
}
add_filter('excerpt_more', 'optimizer_excerpt_more');
and this:
//Alter the Read More Link
add_filter( 'the_content_more_link', 'optimizer_more_link', 10, 2 );
function optimizer_more_link( $more_link, $more_link_text ) {
return str_replace( $more_link_text, __('+ Read More', 'optimizer'), $more_link );
}
Can someone help? I am googling it for hours.
]]>i am trying to translate from Englis to my language (slovenian) button “back”. Back button is when you click into the gallery, you can see it here.
https://www.ads-software.com/plugins/photo-gallery/
]]>thanks
https://www.ads-software.com/plugins/sell-digital-downloads/
]]>