Forum replies created

    In reply to Menu problems
    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:55 #22186

    Hi,

    I don’t see any sub sub menu on your website?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:52 #22185

    Hi Cucumber,

    Please use the following codes in Theme Options -> Customer CSS

    .page-id-2422 .sticky-header {
    display: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:47 #22184

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:41 #22183

    Hi,

    Please provide website url to your tables.
    Please also provide the custom css code that you have used.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:37 #22182

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:31 #22181

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    19.11.2015 at 07:28 #22180

    Hi,

    Please post your website url.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    18.11.2015 at 07:47 #22147

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    18.11.2015 at 07:42 #22146

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    18.11.2015 at 07:29 #22145

    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