Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter delhidynamichost

    (@delhidynamichost)

    @helgatheviking – Thank you so much for the kind support. As per your recommendation I am purchasing UberMenu Plugin right away. Thank you so much once again I hope this time it works.

    Thread Starter delhidynamichost

    (@delhidynamichost)

    I am glad to hear at least someone is understanding my issue. First of all Thank you so much for that.

    Alright now I am trying to add that line as you mentioned in FAQ’s by myself only. But I would need your help on 2 points.

    Question 1. I have 2 file in mega main menu that has a name “backend_walker.php” & “frontend_walker.php” & in both the file it says

    backend_walker.php – class Mega_Main_Menu_Backend_Walker extends Walker_Nav_Menu {

    frontend_walker.php – class Mega_Main_Menu_Frontend_Walker extends Walker_Nav_Menu {

    So my question is do i need to paste your action hook in both the file?

    Question 2. I have made changes in the code of “backend_walker.php” page as per suggested on FAQ page. But still it is not working. Why??? Below is the code what i made changes. Please check & guide me if i made any mistake in that & if not what more i can do…??? Please Help me!

    <p class=”field-description description description-wide”>
    <label for=”edit-menu-item-description-<?php echo $item_id; ?>”>
    <?php _e( ‘Description’ ); ?><br />
    <textarea id=”edit-menu-item-description-<?php echo $item_id; ?>” class=”widefat edit-menu-item-description” rows=”3″ cols=”20″ name=”menu-item-description[<?php echo $item_id; ?>]”>
    <?php echo esc_html( $item->description ); // textarea_escaped ?></textarea>
    <span class=”description”><?php _e(‘The description will be displayed in the menu if the current theme supports it.’); ?></span>
    </label>
    </p>

    <?php
    // Add this directly after the description paragraph in the start_el() method
    do_action( ‘wp_nav_menu_item_custom_fields’, $item_id, $item, $depth, $args );
    // end added section
    ?>

    Thread Starter delhidynamichost

    (@delhidynamichost)

    Helgathevikig, I had a word with Mega Main Menu developer they denied that they can not support for Nav Menu Roles Plugin.

    I can purchase NMR plugin but i want Mega Menu Weather it is Mega Main Menu or UberMenu as well as Nav Menu Roles feature on my website. Can you support me with that If I purchase Nav Menu Roles Plugin.

    Thread Starter delhidynamichost

    (@delhidynamichost)

    Thanks Helgathevikig for the quick response. I will forward the code to my theme’s author to add in his theme so that other should not face this error while using your plugin. Thank you so much once again.

Viewing 4 replies - 1 through 4 (of 4 total)