• Resolved angelarch

    (@angelarch)


    Hi,
    Is it possible to have short description on Mobile Version. Can you guys help me with that.?

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    You can achieve that using CSS. Here is the code that you should try. You can put this code in the Food Store customizer or inside theme. But please make sure it won’t get deleted by plugin or theme update.

    @media (max-width: 480px) {
      .wfs-food-item-description {
          display: block !important;
      }
    }

    Regards,
    Team WP Scripts

    Thread Starter angelarch

    (@angelarch)

    Hi,
    It worked thanks. However there are few issue i want to be fixed:
    1) Sticky Search bar on Mobile like https://jimbuthakali.com/menu
    2)https://webshop.acepos.uk/en/id/64xUMAsJ (For Mobile categories)

    Also if I need to tweak how much will it cost for paid support? It’s small UK based restro.

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @angelarch

    Thank you for updating about the issue. We are currently not giving any paid support, as we are preoccupied with the development of premium extensions for Food Store.

    Regarding your queries, they can be added into premium extension called Food Store – Essentials and features will be get added on priority basis. These priorities are set as per customers request. Please make sure to checkout the extension.

    Thanks & Regards,
    Team WP Scripts

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Short Description On Mobile’ is closed to new replies.