Hello there,
Are enable site caching using a plugin like W3 Total Cache? If so, delete the cache after you made changes.
Regards,
Kharis
Hi,
Can you please also give us your site URL so I can see the issue? Also, are you using any plugins?
Thank you,
Rodica
I’m having exactly the same problem. I have no plugins activated. I’ve tried a browser refresh of the cache but no luck.
In the ‘Big title’ section, it seems to happen to the Title and Red Button Label, but the Green Button Label can be changed with no problem.
I solved the issue modifying directly the PHP files of the related sections. I had the same problem of @domel9, maybe it’s a bug of the template.
Thanks Supermariorun, editing the files directly worked.
And how i have to edit to solve the issue?
I would sure like to know what the fix is here. The theme is great but the support is crappy. I emailed them several times and got blown off.
What php files need to be modified?
Ah, please someone answer @seekfind2
I’m looking to do the same thing
supermariorun Which file did you edit?
Just open / httpdocs / wp-content / themes / responsiveboat / sections / big_title.php
and search for ’10’ to bring up ‘One of the top 10 most popular themes on wordpress.org’
You’ll see it written here:
$zerif_bigtitle_title = get_theme_mod(‘zerif_bigtitle_title’,__(‘One of the top 10 most popular themes on wordpress.org‘,’responsiveboat’));
Change this to what you want it to say.