-
Author
-
August 4, 2016 at 05:46 #131303arbolifeParticipant
Hi,
I created a menu that I display in the sidebar through a widget.
On this page the submenu “For Organizers” opens fine: http://web128.login-166.hoststar.ch/events/
However, on this other page, the + symbol doesn’t show: http://web128.login-166.hoststar.ch/events/events-default/
What’s the difference ?
Thanks!
August 4, 2016 at 18:37 #131379LauraModeratorHello, if you deactivate the events plugin, does it open fine?
It could be a conflict of the pluginHi 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 🙂
August 4, 2016 at 23:36 #131413arbolifeParticipantHi Laura,
Yes the menu displays well when the plugin is disabled. Now how can we solve this?
Thanks,
MarcAugust 5, 2016 at 04:01 #131445arbolifeParticipantSorry, I changed all the slugs.
So the page not working is now: http://web128.login-166.hoststar.ch/events-home/
And all the others from the sidebar menu work fine (like: http://web128.login-166.hoststar.ch/events-home/calendar/)August 6, 2016 at 01:07 #131526arbolifeParticipantHi Laura,
I just noticed today that the same page (where the side menu doesn’t expand) also has the top menu not sticky.
http://web128.login-166.hoststar.ch/events-home/
Thanks,
MarcAugust 6, 2016 at 12:22 #131534arbolifeParticipantI fixed this on my own. There is a conflict between GeoDirectory and Events Manager when it comes to loading Google maps. I found the solution here and it involves adding this to functions.php
function my_add_gm_lib($extra)
{
$extra .= “&libraries=places”;return $extra;
}
add_filter(‘geodir_googlemap_script_extra’, ‘my_add_gm_lib’, 10, 1);August 8, 2016 at 03:14 #131593LauraModeratorGlad you could resolve it! I am sure it will help others! 🙂
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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.