Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Wassim Samad 0
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Groups 0

    Wassim Samad 0

    @Wassim Samad 0

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Wassim Samad 0 Unfollow Follow

    Best posts made by Wassim Samad 0

    • RE: Image format requested by the Google search console: Webp

      Hi @Nicolas-Flam we now support webp images 🙂 feel free to upload them on your website and your pagespeed grade should increase !

      posted in General Discussion
      Wassim Samad 0
      Wassim Samad 0

    Latest posts made by Wassim Samad 0

    • RE: Shop Loading Error

      @oren-benitah hi, your issue is related to your cookie consent code that overrides the window.onload function.

      You can fix it by adding changing your code from this:

      window.onload = function() {
          cookieConsent();
      };
      

      To this:

      window.onload = function() {
          window.setupCheckout && window.setupCheckout();
          cookieConsent();
      };
      
      posted in Cloud CMS (Pagebuilder
      Wassim Samad 0
      Wassim Samad 0
    • RE: Image format requested by the Google search console: Webp

      Hi @Nicolas-Flam we now support webp images 🙂 feel free to upload them on your website and your pagespeed grade should increase !

      posted in General Discussion
      Wassim Samad 0
      Wassim Samad 0