Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3624487
Plugin issues in connection with delayed JavaScript execution
Open

Comments

  • Ingmar Kunath started the conversation

    Hello WP Clever Team,

    Plugin: WPC Smart Quick View

    I do have issues with your plugin when activating ‘Delay JaveScript execution’ in our WP Rocket plugin (on tablet and mobile devices only). I have contacted WP Rocket regarding the issue for help but it couldn’t be solved yet.

    Having activated Delay JaveScript execution’ in the WP Rocket plugin , the quick view on tablet and mobile have some issues: The navigation icons (x and arrows) disappear and are replaced with a small framed box and the shop now button on the bottom loses its appearance settings. The problems does not exist on desktop devices.

    As the problem only exist on tablet and mobile view, I would like to disable your plugin for these 2 device types. Having tried to hide the Quick View button for mobile and tablet with different CSS codes in different location, and despite in my Divi Builder the buttons disappear, on my iPhone and iPad the buttons are still there. I have also tried different browsers on both devices and all cache has been cleared on server and devices several times.

    Please can you provide me a code (CSS or for function.php) to disable your plugin for tablet and mobile devices only.

    Domain:  https://picturehangingsystems.ae/product-category/newly-hanging-systems/

    Kind regards,

    Ingmar Kunath

    Attached files:  Deactivated Delay.PNG
      Activated Delay.PNG
      Category Page.PNG

  •  1,224
    Dustin replied

    Hi Ingmar,

    To hide the quick view button on mobile/tablet, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    @media only screen and (max-width: 1023px) {
        .woosq-btn {
            display: none !important;
        }
    }

    Best regards,
    Dustin