Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1484071

    Hi,

    What would be the best way to create a menu with tabs—such as “Meals” and “Drinks”—placed next to each other? Using the table editor doesn’t seem very practical for this.

    I’d really appreciate any tips you might have! :)

    Best regards,
    Rixi

    #1484081

    Hey rixi,

    Thank you for the inquiry.

    Have you tried using the Catalogue element? This is the same element used on the Menu page of the Restaurant demo. Please check the link below:

    https://kriesi.at/themes/enfold-restaurant/menu/

    Best regards,
    Ismael

    #1484082

    Hello Ismael,
    wow, that ist perfect :) I will try that out! Thank you very much!!!

    Sunny regards rixi

    #1484084
    This reply has been marked as private.
    #1484126

    Hi,

    Thank you for the update.

    Try to switch the builder to debug mode to enable the shortcode field.

    https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Once the debug mode is enabled, add this template in the shortcode field, the update the page. Edit the Catalogue element, then follow the format of the second item in the list (CHEESEBURGER).

    https://pastebin.com/26bBpUc4

    To adjust the style of the custom catalogue element, add this code in the Quick CSS field:

    #top .av-patty-menu .av-catalogue-list {
      border-top: 0;
    }
    
    #top .av-patty-menu ul li:first-child .av-catalogue-item .av-catalogue-item-inner {
      height: 48px;
    }
    
    #top .av-patty-spacer {
      width: 20px;
      display: inline-block;
    }
    
    #top .av-patty-spacer-title {
      display: block;
      text-align: center;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1484148
    This reply has been marked as private.
    #1484183

    Hi,

    We’ll keep the thread open. Let us know the result.

    Best regards,
    Ismael

    #1484190
    This reply has been marked as private.
    #1484203

    Hi,

    If you can provide the login details, we’ll try to add the modification. Please post the details in the private field.

    Best regards,
    Ismael

    #1484213
    This reply has been marked as private.
    #1484277

    Hi,

    We added the Katalogue element in the page and adjusted the css a bit. It will still require a few styling adjustments, and you have to add the rest of the items.

    View post on imgur.com

    For additional help with customizations, you can contact Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    #1484278
    This reply has been marked as private.
    #1484314

    Hi,

    You’re welcome! Feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Menu Layout Advice’ is closed to new replies.