mega menu issue

This topic contains 12 replies, has 3 voices, and was last updated by  Paolo 9 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #26674

    We Love Travel Group
    Free User
    Post count: 186

    Hi, After been informed by one of your staff about the UberMenu being compatible with the Geo plugin and Modern Theme i purchased it and started to set up the mega menu.
    The menu is working fine on the front end as i am building it up but on the back end i get the following error message every time i safe it.

    /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in /var/www/clients/client1/web9/web/system/wp-content/plugins/geodirectory/geodirectory-admin/admin_functions.php on line 942 Notice: Undefined index: geodir_post_info_noncename in

    This is getting longer ever time i save it.

    Any ideas on what the problem is or how to stop it?

    I tried the WP Mega Menu before this and got the same issue.

    Many thanks

    Darran

    #26683

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    to avoid getting other warning like that, just add this to your functions.php

    
    
    error_reporting(E_ERROR);
    

    They are notices and not real error and they simply shouldn’t be displayed.

    Thanks,

    #26685

    We Love Travel Group
    Free User
    Post count: 186

    OK , but how do i write it exactly within the theme functions please?

    #26686

    Paolo
    Site Admin
    Post count: 31206

    With FTP or via wordpress theme editor, open file functions.php of your active theme and add

    error_reporting(E_ERROR);

    right after the initial <?php opening tag. Save

    Thx

    #26689

    We Love Travel Group
    Free User
    Post count: 186
    This reply has been marked as private.
    #26690

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    ubermenu adds google maps API call and fontawesome which will clash with GD. I’ve disabled both options. (I don’t know who suggested that plugin to you, because it slows down website like no others…)

    I’ve added the e_error snippet to your functions.php file. Please have a look so next time you’ll be able to do it yourself.

    http://www.welovetravelguides.com/system/wp-admin/theme-editor.php?file=functions.php&theme=geodir_gdf-modern&scrollto=0&updated=true

    Thanks

    #26691

    We Love Travel Group
    Free User
    Post count: 186

    That is fantastic Paolo, thank you!

    It was the girl on here that said about this menu, cannot remember her name, sorry.

    Where did you disable those options?

    Thanks

    #26693

    Paolo
    Site Admin
    Post count: 31206

    There’s no girl working on the forum…

    In Appearance >> Ubermenu

    I select all and search for google maps.

    Whoever suggested it… if you want my opinion, stay away from it.

    Thanks

    #26899

    We Love Travel Group
    Free User
    Post count: 186

    Thanks Paolo,

    The girl that said to use this menu is Simone by the way.

    Had no problems with the menu so far, but will keep an eye on it.

    Thank again for all your help!

    #26912

    Paolo
    Site Admin
    Post count: 31206

    Just FYI, Simone is a boy…

    #30043

    sismis
    Free User
    Post count: 39

    Hi, i also have one problem with this plugin.
    After activation map does not work.
    Any help?
    Thanks

    #30048

    sismis
    Free User
    Post count: 39

    Problem solved.

    #30125

    Paolo
    Site Admin
    Post count: 31206

    good news 🙂

Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket