• Resolved Allisond

    (@allisond)


    Hello I really like your plugin and it chose it to use on my site because of the functionality of being able to have 2 different menu’s (1 for each location) and it makes it really easy to do this. I was wondering if it would be possible to lay the menu sections out in tabs for an accordion format. This way there would be minimal scrolling for the user. I assume that I would have to use an additional plugin to make this happen. Would they conflict? Do you have any suggestions of how I might go about this? Or could it even work at all with the way this plugin is set up?
    Thank you,
    Allison

    https://wordpress.org/plugins/foodlist/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Denis V (Artprima)

    (@v-media)

    Hi Allison,

    To show the menus as accordion, you may change the layout of them in the settings. Please read this information:

    You are free to modify the templates here: http://site-address/wp-admin/admin.php?page=foodlist-settings
    Just keep the structure of the tags (you may omit some of them);

    1.Menu:
    1.1. Title:

    [menu_title]
    
        [menu_title_text]
    
    [/menu_title]

    1.2. Excerpt
    [menu_excerpt]

    1.3. Sections

    [menu_sections]
    
        [menu_section]
    
    [/menu_sections]

    1.4. Menu ID (can be use in attributes)
    [menu_id]

    2. Menu Section:
    2.1. Title
    [menu_section_title]

    2.2. Excerpt
    [menu_section_excerpt]

    2.3. Menu items

    [menu_items]
    
        [menu_item]
    
    [/menu_items]

    2.4. Section id
    [menu_section_id]

    2.5. Section instance (to distinguish if shown more than once)
    [menu_section_instance]

    3. Menu Item
    3.1. Title
    [menu_item_title]

    3.2. Tags

    [menu_item_tags]
        [menu_item_tag_icon_url] <!-- tag icon url -->
        [menu_item_tag_description] <!-- tag description -->
    [/menu_item_tags]

    3.3. Currency Sign
    [currency_sign]

    3.4. Price
    [menu_item_price]

    3.5 Thumbnail
    [menu_item_thumbnail]

    3.6. Exceprt
    [menu_item_excerpt]

    3.7. Menu Item ID
    [menu_item_id]

    3.8. Menu Item instance
    [menu_item_instance]

    That’s it. You may use all of them or just some of them. You are free to add html within cycled tags (i.e.:

    [menu_items]
    <li> [menu_item] </li>
     [/menu_items]

    ).

    NB1: [menu_section] is converted to the contents of the menu section template.
    NB2: [menu_item] is converted to the contents of the menu item template
    NB3: You cannot use tags from the menu template in the menu section or in the menu item templates (and vice versa).

    Plugin Author Denis V (Artprima)

    (@v-media)

    Foodlist shouldn’t conflict with any other plugin, but please report if you encounter any issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tab or accordian format’ is closed to new replies.