Forum replies created
Hi,
I don’t see any sub sub menu on your website?
Thanks!
Hi Cucumber,
Please use the following codes in Theme Options -> Customer CSS
.page-id-2422 .sticky-header {
display: none !important;
}
Thanks!
Hi,
Go to your WordPress editor and click on the number 4 button.

It will popup with shortcode creator. Use it to create your recent works shortcode, you can choose category.

Thanks!
Hi,
Please provide website url to your tables.
Please also provide the custom css code that you have used.
Thanks!
Hi,
In evolve-plus/library/functions/basic-functions.php
Find the following function.
public function evolve_add_meta_boxes() {
$this->evolve_add_meta_box('evolve_post_options', 'Post Options', 'post');
$this->evolve_add_meta_box('evolve_page_options', 'Page Options', 'page');
}
Change to the following.
public function evolve_add_meta_boxes() {
if(current_user_can('administrator')){
$this->evolve_add_meta_box('evolve_post_options', 'Post Options', 'post');
$this->evolve_add_meta_box('evolve_page_options', 'Page Options', 'page');
}
}
Thanks!
Hi Steven,
Please disable your under construction plugin on your web page.
It’s difficult for me to keep logging into your site to provide a solution.
Thanks!
Hi,
Please post your website url.
Thanks!
Hi,
Please use the following in your Theme Options -> Custom CSS
.home-content-boxes h2 {
font-size: 20px !important;
}
You can change the 20px.
Thanks!
Hi,
Sorry, I believe in my previous reply, I have already show you that Evolve Tabs Widget works properly.
I am sure you have added some javascript either on a text widget or directly in the theme or in a child theme. You will have to remove them to find out which one is causing error to Evolve Theme’s javascript.
Whatever you do, you have to clear your W3 Total Cache’s cache, or it will continue to show you cached page which contains javascript error.
Thanks!
Hi Mad Cucumber,
Please post your website url.
I will provide you with custom css code to hide your menu on your homepage.
Thanks!
Denzel