Forum replies created
Hi,
I had visited your website.
I do not have any problem accessing your menu items.
Please see my screen-cast
http://screencast-o-matic.com/watch/cDewVr1USt
Perhaps you have already found the cause and resolved the issue.
Thank you
You are welcome
Hi,
Please post your page URL. I need to see it.
Thank you
Hi,
I don’t see any map on your home page.
I can only see a bird and some animals.
Using your bird background as an example.
Remove your background from Appearance -> Customize
Use custom css to add background to home page only, by using the .home class
.home body{
background-attachment: fixed;
background-color: #7d9ec3;
background-image: url("http://www.pantanaltrips.com/wp-content/uploads/2016/03/96x200-Swallow-tailed-kite-Elanoides-forficatus.jpg");
background-position: left top;
background-repeat: no-repeat;
}
Thank you
Hi,
Use the following in Theme Options -> Custom CSS
.home-content-boxes p {
color: #fff !important;
}
Thank you
Hi,
Disabling WP Super Cache plugin does not stop it from working.
Your webpage is still produced by cache.
I know you are using WP Super Cache, because I look at your page source and saw the cache comment at the end of your website.

Clear your cache content and then disable caching which could be found in first tab of it’s settings.
Keeping cache disabled, you can proceed to check for plugin conflict, by disabling one plugin at a time.
Thank you.
Hi,
Try using media query and !important rule to the end of your custom css
Thank you
Hi,
Are you referring to this reply?
https://theme4press.com/support/topic/evolve-wpml-compatibility/#post-25484
That’s my employer.
I will notify him now.
Please wait for his reply.
Thank you.
Hi Sara,
Please open a new thread for your request.
https://theme4press.com/support/topic/theme4press-support-forums-rules-please-read/
You issue is not similar to Yordan’s
Please check for plugin conflict. Disable one plugin at a time and clear your cache and browser history, to find out if there is any plugin causing this conflict.
Second step is to check your content, check if there is any shortcode that is constructed wrongly.
Thank you
You are welcome!