• Resolved aljoschak

    (@aljoschak)


    I am building a site and trying to use the five star menu with Lightbox to show details activated.
    However, the Menu page already shows already all details, so clicking on the lightbox does not add more information, but merely magnifies the text and image in the lightbox.
    Is this how this feature is intended?

    The was I imagine it is to have only the menu item name and maybe the picture on the menu page. Only if the user clicks on the name, the lightbox will pop up and tell the user the entire “story” about that menu item and ingredients or similar.
    Is that possible and how would I achieve this?

    • This topic was modified 4 years, 9 months ago by aljoschak.
    • This topic was modified 4 years, 9 months ago by aljoschak.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi aljoschak,

    There is no direct option in the plugin to change what info shows in the lightbox versus in the main menu. That being said, you could easily achieve what you want with just a little bit of custom CSS. For example:

    .fdm-section .fdm-item-price-wrapper,
    .fdm-section .fdm-item-content {
        display: none;
    }
    

    That would hide the price and description for each menu item from the main menu display, but still allow it to show in the lightbox.

    Thread Starter aljoschak

    (@aljoschak)

    Wow I was looking a lot in CSS formatting lately, but I am not very deep in the subject yet!
    Thank you so much! Did not expect this to be so quickly resolvable!

    After trying, I removed the first line before the comma, because the I decided to display the price.
    Just wanted to note in case sombody wants to use this css snipped.

    • This reply was modified 4 years, 9 months ago by aljoschak.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox to show Details’ is closed to new replies.