Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #866157

    Hi Team,

    I don’t know why but suddenly your Mega Menu option work no more. At my Shop I had the navigation point “Shop” build as mega Menu and differnt colums. This work fine for a while but yet all showing like an normal menu?! Hope you can help me (See private content).

    Thank you and reagrds
    Mike

    #866168

    … so, I build the Mega Menu “Shop” new and it works. But after Saving all descriptions off the menu items move from “mega menu” to “individually link” and from “colum” to “individually link” automatically! I think this is not right?!
    wrong mega menu
    Remember: “Shop” is an Mega Menu!

    • This reply was modified 7 years, 1 month ago by Mike61.
    #866666

    Hi Mike61,

    We’ve been having issues with the menu and the mega menu in this version of the theme. The fixes are on the way. There are many threads about it, with possible solutions. Here is one of them
    https://kriesi.at/support/topic/sub-menu-do-not-appear-in-mobile-menu-since-4-1/#post-823575

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #907227

    Hi,

    3 month are gone and version 4.2.2 is out but the problem is still the same?!
    It is very bothersome to edit the whole menu for change one menuitem because
    after saving still all descriptions off the menu items move from “mega menu” to “individually link”
    and from “colum” to “individually link” automatically. When you fix this?

    Thank you and reagrds
    Mike

    #907595

    Hi,

    Can we please have backend access to your Installation?”

    Thank you

    Best regards,
    Basilis

    #907796
    This reply has been marked as private.
    #907934

    Hi Mike61,

    Can you please increase these on your installation and try to change the menu.

    php_value post_max_size 512M
    php_value upload_max_filesize 512M

    Sometimes low values do not allow the menu to save if there are many menu items.

    Best regards,
    Victoria

    #908046

    Hi Victoria,

    for this tip you need 3 months? :(
    I think my Plesk configuration is ok, but the fail is still there.
    Why Baislis ask me for Backend access?
    Size
    Menu

    #908103

    Have you got my backend access?

    #908735

    Hi,

    I checked and everything broken, so I have had to restore.
    We need to investigate more and that would require us to do some changes so – may I please ask if you can create a staging area please?

    Thank you

    Best regards,
    Basilis

    • This reply was modified 6 years, 9 months ago by Basilis.
    #908822

    Hi,
    ok, see private content…

    Best regards
    Mike

    #909119

    Hi,

    The plugin “Popup Maker” is disabling the mega menu option for some reason. We turned it off temporarily. Please contact the plugin author for more info.

    Best regards,
    Ismael

    #909149

    Hi,

    I have try it and it seams that’s it. I installed “Popup Maker” 09/17 to 10/17 for hollyday message
    and have my first post for this issue 19.10.17 ;) I will test it for the next days.

    Thank you and best regards
    Mike

    #909157

    … I have send more information to the plugin author.

    #909289

    Hi,

    Thank you for the update. Please let us know if the plugin author find anything.

    Best regards,
    Ismael

    #909657

    Hi Ismael,

    here is the workaround of the author:
    This doc outlines the issue and solutions: Popup Maker Is Overwriting My Menu Editor Functions – How Can I Fix This?

    Best regards
    Mike

    #910185

    Hi,

    Thank you for the info. Please go to the plugin’s Settings > Misc panel then tick the “Disable Popups Menu Editor” option. After that, add this code in the functions.php file.

    add_action( 'wp_nav_menu_item_custom_fields', '_my_custom_nav_menu_fields', 10, 4 );
    function _my_custom_nav_menu_fields( $item_id, $item, $depth, $args ) {
    	wp_nonce_field( 'pum-menu-editor-nonce', 'pum-menu-editor-nonce' ); ?>
    <p class="field-popup_id  description  description-wide">
    
    		<label for="edit-menu-item-popup_id-<?php echo $item->ID; ?>">
    			<?php _e( 'Trigger a Popup', 'popup-maker' ); ?>
    <select name="menu-item-pum[<?php echo $item->ID; ?>][popup_id]" id="edit-menu-item-popup_id-<?php echo $item->ID; ?>" class="widefat  edit-menu-item-popup_id">
    <option value=""></option>
    				<?php foreach ( PUM_Modules_Menu::popup_list() as $option => $label ) : ?>
    <option value="<?php echo $option; ?>" <?php selected( $option, $item->popup_id ); ?>>
    						<?php echo esc_html( $label ); ?>
    					</option>
    				<?php endforeach; ?>
    </select>
    
    			<span class="description"><?php _e( 'Choose a popup to trigger when this item is clicked.', 'popup-maker' ); ?></span>
    		</label>
    
    <?php
    }

    Best regards,
    Ismael

    #911196

    Thanks to all, this solves my problem too…you are the best!!!

    #911201

    Thank you Ismael, great job!

    #911384

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Mega Menu work no more’ is closed to new replies.