• HI i like your plugin it is exactly that i need. But there is any way to add navigation menu through categories? Until now i didnt find any plugin to do this

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you want something easy, simply display a table of contents with H2 tags at the top. You could do it with HTML code or with a plugin.

    With the plugin it’s easier just to define that it shows only H2 tags and add at the top of the page the shortcode [lwptoc]

    Then we’ll create a floating button that goes up to the top.

    Something like this:

    <a href="#"><img src="https://i.ibb.co/nCjQ6X9/menu-button.png" title="Go To Menu" style="position: fixed; bottom: 20px; left: 89%;" /></a>

    You add it as HTML to your page and that’s it, if you want to change the upload icon you must change the URL of the image.

    For instance:

    <a href="#"><img src=" Here is the URL of your icon " title="Go To Menu" style="position: fixed; bottom: 20px; left: 89%;" />

    Your WordPress editor should look something like this:

    [lwptoc]
    [brm_restaurant_menu]

    <a href="#"><img src="https://i.ibb.co/nCjQ6X9/menu-button.png" title="Go To Menu" style="position: fixed; bottom: 20px; left: 89%;" /></a>

    • This reply was modified 4 years, 8 months ago by jatideu.
    Plugin Author PriceListo

    (@pricelisto)

    There is no way to do it in the plugin since that’s not really part of the scope.

    Some of the users have used a tab or accordion plugin and then load menu by group shortcode inside each tab or accordion. So when a user clicks on each tab or accordion, it only shows specific groups.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navication menu’ is closed to new replies.