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

  • Author
  • #160599
     peterhs
    Participant

    Hi there,

    I have found two issues with the main menu in Kleo when I am using two plugins.

    1. Events Manager stops the dropdown content for second level menu points from working. As far as I can tell, this will only occur though, when a page belonging to the plugin is displayed.

    2. Tabs Responsive causes a problem for the collapsed menu for tablet/phone viewports. When you open the menu it displays for second or so and then snaps back to collapsed state.

     

    Events Manager I can’t live without. Tabs Responsive though I could swap for another Tabs plugins. But it’s the only lightweight and free plugin that I have found so far that will do nested tabs. If you know any other tab plugin that will do nested tabs and works fine with Kleo I can switch to that.

     

    Cheers,

    Peter

    #160814
     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 🙂

    #160950
     Radu
    Moderator

    Hi,

    1. Go to that specific page where the problem it happens and activate wp_debug (see how below) and refresh the page 1-2 times.

    2. That behavior it’s common when a plugin loads the bootstrap framework over our version of bootstrap, so check in that plugin settings if haves any option to prevent bootstrap js framework to loading.

    Let me know

    Cheers
    R.

    Follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

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

    Hi Radu,

    got sidetracked with some other stuff.

    I tried activating debug. Unfortunately the logfile doesn’t have any relevant information regarding the problems.

    Disabling plugins: Like I said initially. I have identified the culprits already.

    1. Events Manager stops the dropdown content for second level menu points from working. As far as I can tell, this will only occur though, when a page belonging to the plugin is displayed.

    2. Tabs Responsive causes a problem for the collapsed menu for tablet/phone viewports. When you open the menu it displays for second or so and then snaps back to collapsed state.

    Unfortunately neither on of them has any options for disabling any bootstrap files from overriding kleo’s bootstap files.

    Do you have any suggestions how to proceed?

    Cheers,
    Peter

    #162934
     Radu
    Moderator

    Do you have the possibility to move the site somewhere online to can take a look at it?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #163084
     peterhs
    Participant
    This reply has been set as private.
    #163235
     Radu
    Moderator

    Just make the topic as private, only me(+ other admins) and you can see that reply.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #163587
     peterhs
    Participant
    This reply has been set as private.
    #163855
     Radu
    Moderator

    Hi,
    I’ve figured out what’s going on there,

    The Responsive plugin it loads again the bootstrap framework over the theme bootstrap.

    So the technical solution should be the next:

    The author should provide to you a function that prevents bootstrap JS and CSS loading.

    So just contact the plugin developer and communicate him this.

    Cheers
    R.

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

    Hi Radu,
    thanks for the update. I’ll try that.

    Little unclear though which plugin you are referring to.
    There are two problems. One as a result of “Tabs Responsive” which I assume you are referring to.
    And the other is the problem that seems to originate between “Geodirectory” and “Events Manager” together. Either one of them separately doesn’t seem to cause any conflict.

    Cheers,
    Peter

    #164065
     Radu
    Moderator

    It can be the same thing, look in Events Manager plugin an option to de-activate loading of bootstrap framework.

    Cheers
    R.

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

    So – the problem with ‘Tabs Responsive’ got solved by this code in Kleo Child functions.php:
    add_action(‘wp_print_styles’, ‘mytheme_dequeue_js_from_plugins’, 100);
    function mytheme_dequeue_js_from_plugins() {
    wp_dequeue_script( “wpsm_tabs_bootstrap-js” );
    wp_dequeue_script( “wpsm_tabs_r_bootstrap-js-front” );
    }

    The problem with the drop down menus is between Kleo, Events Manager and Geodirectory. And it seems to be related to both Events Manager and GeoDirectory using Google Maps API. If I set up GeoDirectory to run on OpenStreet API the drop down menus work. Also found this thread: https://geomywp.com/forums/topic/dropdown-menu-problem/
    Feels like this is a similar problem.

    Cheers,
    Peter

    #164845
     Radu
    Moderator

    I see,

    Glad if you have solved that,

    So there is’a compatibility issue between the GeoDIR and events manager cuz both loads maps api, if yes ask them for a solution

    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 13 posts - 1 through 13 (of 13 total)

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

Log in with your credentials

Forgot your details?