Forum replies created
Hi,
The category widget is a default WordPress widget, nothing to do with theme.
It just lists the categories in the order I gave them (via plugin)
Maybe there is a problem with your plugin.
Thank you
You are welcome!
You are welcome!
Hi,
If you are using a code editor, I am sure you are able to search and find those tags in the mentioned files.
In fact you can find any html tag in the whole theme.
If you have a cache plugin, you will need to clear the cache content.
You will also need to clear your browser history.
Our support do not provide assistance in modifying theme codes.
You can contact us for customization service via https://theme4press.com/theme-customization-service/
Thank you.
Hi,
Your menu item has broken HTML.
Please go to Appearance -> Menu and check what you had entered in your home menu item’s title.
It should only be text.
You can also replace it with a Custom Link.
Thank you
Hi,
Clear your cache content and disable your cache plugin.
Check if it works properly.
Go to Theme Options -> Header
Re-select your header.
Maybe doing this will bust your cache.
What you have now, is the mobile menu showing up on desktop.
Your cache plugin could be caching scripts in wrong sequence.
Thank you.
Hi,
I looked into the header files.
The My Account link in header is not “hardcoded”.
<a href="<?php echo get_permalink(get_option('woocommerce_myaccount_page_id')); ?>" class="my-account-link"><?php _e('My Account', 'evolve'); ?></a>
As for the WPML translation of the slider. I will have to ask our developers to check it out.
Thank you.
Hi,
This bug has been fixed.
Please update to Evolve+ 2.6.3
Clear your cache plugin’s cache content and your browser history.
Thank you
Hi,
Please use the following in your Theme Options -> Custom CSS
.page-id-3260 #pootle-page-builder {
z-index: 1 !important;
}
Thank you.