-
Author
-
May 7, 2017 at 00:28 #160599peterhsParticipant
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
May 9, 2017 at 21:39 #160814LauraModeratorHello, 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 solutionLaura 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 🙂
May 10, 2017 at 18:23 #160950RaduModeratorHi,
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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 solutionMay 27, 2017 at 04:21 #162812peterhsParticipantHi 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,
PeterMay 29, 2017 at 19:28 #162934RaduModeratorDo 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 solutionJune 1, 2017 at 17:19 #163235RaduModeratorJust 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 solutionJune 9, 2017 at 18:12 #163855RaduModeratorHi,
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 solutionJune 9, 2017 at 18:22 #163856peterhsParticipantHi 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,
PeterJune 12, 2017 at 18:50 #164065RaduModeratorIt 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 solutionJune 18, 2017 at 06:06 #164523peterhsParticipantSo – 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,
PeterJune 21, 2017 at 17:22 #164845RaduModeratorI 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.