This topic has 6 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #199368
     alexlii
    Participant

    Hello,

    Once PERFORMANCE and SPEED is enabled, side menu will not work,

     

    Attached, please check the json file for your reference.

    please fix this issue, thanks.

     

     

    Attachments:
    You must be logged in to view attached files.
    #199481
     Laura
    Moderator

    Hello, please try to play with the settings of performance and speed maybe js is creating the issue you would need to leave it off or use a third party speed plugin like total cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #199503
     alexlii
    Participant

    oh, if so, just please update Kleo theme since this issue occurs from theme internally, and it is possible to exclude side menu from “PERFORMANCE and SPEED”, right?

    A\

    #199549
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #199610
     Radu
    Moderator

    Hi,

    Cannot reproduce that

    Did yo have other cache/speed/optimization cloudflare etc services ? if yes try to switch them off for testing

    Let em know
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #199952
     alexlii
    Participant

    Thanks. I am not sure what is the reason, the following message for your reference:

    there is external resource in theme file:
    http://cdn.jsdelivr.net/select2/3.5.2/select2.css

    Please check the screenshot:
    http://prntscr.com/jr04d3

    If it is the reason, please try to make these assets run locally since those CDN service are not reachable for most Asia countries, thanks.

    #200005
     Radu
    Moderator

    Hi,

    Add this code in to functions.php from child theme

    COPY CODE
    
    //Dequeue Select2-js
    function sqr_dequeue_redux_scripts() {
            wp_dequeue_script( 'select2-js' );
            wp_deregister_script( 'select2-js' );
    }
    add_action( 'wp_print_scripts', 'sqr_dequeue_redux_scripts' );
    

    Let me know

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?