Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1745576
Menu Page
Closed

Comments

  • [email protected] started the conversation

    Is there a way to add a description to the Menu Item Title?

    In the Restaurant Menu Item Settings there are only 2 options: 1- Menu Title 2- Menu Title Image. I need to add a description underneath the Menu Title for example:

    Menu Title = Three Egg Omelets

    Description = Dishes below served with hash browns or grits, toast or biscuit & jelly

    Then start listing the different menu items (dishes) below this description.

    I haven't found a way to add a description to a Menu Title. Any help would be greatly appreciated.

    Thanks!

  •  1,845
    Elated replied

    Hello,

    Just go to Restaurant Menu  >> Restaurant Menu Item >> and then add some description for desired Restaurant Menu item.

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • [email protected] replied

    Thank you for your response. But this is not what I need. I know I can add a description to each Restaurant Menu Item, but how do you add a description to the Restaurant Menu TITLE (above all of the Restaurant Menu Items)? -- see screenshot.

  • [email protected] replied

    Well... I had to do a lot of customizing to the CSS to get this desired feature to show up correctly how I wanted.

    First - I had to create a "blank" 'Restaurant Menu Item" that has no title or price, only add the description you want under the 'Restaurant Menu TITLE' and make sure it is the 1st Menu Item under the Menu Item Title.

    Second - I need the dotted line that leads up to the price (blank here) to go away.

    Third - I had to find a custom class name (using Chrome Inspector) to start with, mine was (.vc_custom_1539661278808)

    Fourth - List the classes that follow in order like so: 

    .vc_custom_1539661278808 .eltdf-eh-item .eltdf-eh-item-inner .eltdf-eh-item-content .eltdf-restaurant-menu-holder .eltdf-rmh-content .eltdf-restaurant-menu-item:nth-child(1) .eltdf-rmi-holder .eltdf-rm-item:nth-child(2) .eltdf-rmi-top-holder

    Fifth - Add child selectors to the 'Restaurant Menu Items' depending on which 'Restaurant Menu Items' I want to have a description [in this case it's just the first 'Restaurant Menu Item' - :nth-child(1)]. And the 2nd child of .eltdf-rmi-holder [:nth-child(2)] as the first is the item-title-holder and I need the item itself to remove the -top-holder (dotted line) using "display:none".

    After I got the dotted line removed, I swapped/changed the margin spacing from Restaurant Menu Item Title Holder with the NEW description I just added and removed the dotted line using these 2 css codes:

    —  restaurant menu item title NEW description: margin-bottom

    .vc_custom_1539661278808 .eltdf-eh-item .eltdf-eh-item-inner .eltdf-eh-item-content .eltdf-restaurant-menu-holder .eltdf-rmh-content .eltdf-restaurant-menu-item:nth-child(1) .eltdf-rmi-holder .eltdf-rm-item:nth-child(2) {
    margin-bottom: 31px !important; [was margin-bottom: 10px !important; by default]
    }

    — restaurant menu item title: margin-bottom

    .vc_custom_1539661278808 .eltdf-eh-item .eltdf-eh-item-inner .eltdf-eh-item-content .eltdf-restaurant-menu-holder .eltdf-rmh-content .eltdf-restaurant-menu-item:nth-child(1)
    .eltdf-rmi-holder .eltdf-rm-item-title-holder {
    margin-bottom: 5px !important; [was margin-bottom: 31px !important; by default]
    }

    With all of that, I get my desired "Description" underneath the Restaurant Menu Item Title before all of the Restaurant Menu Items begin -- see attached screenshot labeled "-after"

    I'm not really sure why this feature (description for Restaurant Menu Item Title) is not already in place in the theme as most restaurants have descriptions about sections of food they list before listing the dishes like I do: "Dishes below except the french toast plate will be served with hash browns or grits, toast or biscuit & jelly"

  •  1,845
    Elated replied

    Hi there,

    Thanks for the feedback and for the suggested feature. We are glad that you managed to set this up with some workaround!

    We are going to pass this as a feature in some if the next updates of the theme. Thanks!

    For any other questions, let us know if you have any other questions! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.