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

    (@wpscripts)

    Hello,

    We are looking to add filters so that you can achieve this requirement. This will be ready by this weekend positively.

    Thank you for trying out the plugin.

    Thanks & Regards,
    Team WP Scripts

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @pliniohenrique

    To enable the description on 2 colums layout settings, add the following css,

    .fs-2-columns .wfs-food-item-description {
      display: block !important;
    }

    To enable desciption on mobile view, add the following css.

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

    You can add these css in the Food Store plugin customiser present at Food Store > Layout & Styling > Customize. Please give us good rating if the plugin is helpful.

    Thanks & Regards,
    Team WP Scripts

    Thread Starter pliniohenrique

    (@pliniohenrique)

    I already did, but it still appears on the order print unfortunately.

    Plugin Author WP Scripts

    (@wpscripts)

    Hello

    We are not able to get you at all. Can you provide any screenshot mentioning what you need.

    Thanks

    Hi

    Thanks for the great plugin! The above code works, however I want to have the price first & description below that. Can you please make it?

    Thanks!

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @shoaib17

    Food Store plugin supports templating just like WooCommerce. YOu can create a folder called food-store inside the theme folder and can modify any content with the templates or filters available.

    Thanks & Regards,
    Team WP Scripts

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

The topic ‘product description’ is closed to new replies.