• Resolved irehan

    (@irehan)


    Hello,

    the plugin automatically added the Quote List Navi into the header and i checked in the menu list but the item is nowhere may I know how to remove it from the header? please see the screenshot below

    https://snipboard.io/Dcd0lP.jpg

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello @irehan,

    Greetings, The Quote List page is automatically appended when you install the plugin. To remove functionality please do navigate to the plugin file RequestAQuote.php file and line number 44. Nevertheless, if you comment on this line with “//” this will be hidden in the menu.

    File Path – pluginpath/src/RequestAQuote.php

     add_action( ‘wp_nav_menu_items’, array( self::class, ‘add_minicart_to_header’ ) , 10, 2);

    Furthermore, please verify that the “quote icon” option is enabled in the plugin settings. This ensures that users can easily navigate to the quote list page.

    Feel free to reach out if you have any more questions or concerns.

    Thread Starter irehan

    (@irehan)

    Thank you

    Thread Starter irehan

    (@irehan)

    may i know what if i updated the plugin? the item will came again? if so, what to do? can you please include option in the future updates to make it disappear if there is no need?

    Plugin Author ELEXtensions

    (@elextensions)

    Hello?@irehan,

    Please note that updating the plugin may overwrite any custom code changes you have made, as they are not part of the plugin’s standard codebase. The functionality where the quote list page is automatically added to the main menu is a built-in feature of the plugin. However, we have noted your request to display the page in the main menu only if necessary, and we will explore the possibility of incorporating this feature into the plugin. However, at present we don’t have an ETA for the same.

    Feel free to contact us if you have any additional questions or concerns. We’re here to assist you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quote List Navi in header’ is closed to new replies.