Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Seeyouaround

    (@seeyouaround)

    Damn!!! i find the problem.

    In quick-restaurant-menu/includes/shortcodes.php

    Replace this line:

    $html = '<style>.erm_product .image-popup, .erm_product .erm_product_image { display: none !important; } </style>' . $html ;

    by

    $html = '<style>.erm_product .image-popup, .erm_product .erm_product_image { display: block !important; } </style>' . $html ;

    Perhaps an update dev?
    Thank you! problem solved

    Plugin Author Alejandro

    (@alejandropascual)

    Hi,
    that line just is for hiding the first column of thumbnails in case the menu has no thumbnails and avoid a left blank column. If you have at least 1 thumbnail it will not be used.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help thumnails disappear since last update’ is closed to new replies.