• Resolved nigelmch

    (@nigelmch)


    1. On the Product ‘Add On’ popup I can still see the blank image placeholder even though I have set Hide Image Completely. I have checked on your demo and this is not showing.

    2. On the Select Order Date and Time the display isn’t correct and half of the date and time values are obscured

    The page I need help with: [log in to see the link]

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

    (@wpscripts)

    Hello,

    I don’t see any image or placeholder image on the popup. As per your setting, the image is hidden on the popup.

    https://prntscr.com/whh3ja

    Regarding the date and time fields, there is some minor changes needed for the select boxes. These issues happen because of different stylesheets by the active theme. Please add the following code in Food Store Customizer or WordPress customizer or the active theme stylesheet to reflect.

    .wfs-service-modal-container select {
    height: 48px !important;
    }

    Thanks & Regards,
    Team WP Scripts

    Thread Starter nigelmch

    (@nigelmch)

    Hi – the blank image placeholder is appearing on the Cart page.

    Plugin Author WP Scripts

    (@wpscripts)

    The cart page is part of woocommerce. You can google for solutions to hide item image on cart page.

    Regards,
    Team WP Scripts

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issues with popups’ is closed to new replies.