Home Forums WoodMart support forum Font Preload Warning Error

Font Preload Warning Error

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #279924

    kingy
    Participant

    Hi,

    I’m updated to latest version. I have two issues/questions:-

    1) I have the following warning in console, and the font-size for product grid title text, on category pages, doesn’t change unless I do a hard-refresh (ctrl + F5). I’ve already cleared all caches:-

    “The resource https://test.com/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=5.3.6 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate as value and it is preloaded intentionally.”

    2) Do is still need this hot-fix you gave me before in my functions.php file:-

    function woodmart_products_per_page_action() {
    if ( isset( $_REQUEST[‘per_page’] ) && 1 != $_REQUEST[‘per_page’] && ! isset( $_REQUEST[‘_locale’] ) ) {
    setcookie( ‘shop_per_page’, intval( $_REQUEST[‘per_page’] ), 0, COOKIEPATH, COOKIE_DOMAIN, false, false );
    }
    }

    Looking forward to a solution. Thanks.

    #280044

    Hello,

    Please disable this option in order to fix the error: http://prntscr.com/1176j9s

    We have already added this code to the parent theme you can remove it from the child theme.

    Best Regards

    #280184

    kingy
    Participant

    Hello,

    The option was disabled already to begin with: https://i.gyazo.com/4dfd6609a949a4d7b818f11523d4d665.png

    Any other way to get rid of the warning?

    #280566

    Hello,

    Please provide the site admin and FTP access to the private area.

    Best Regards

    #280921

    kingy
    Participant

    Please provide an email so we can send the temporary login. Thanks.

    #281020

    Hello,

    Here is my email:

    Best Regards

    #281039

    kingy
    Participant

    Sent

    #281040

    kingy
    Participant

    Some products are showing the true price very small, but after a hard-refresh it fixes it, and doing another hard-refresh puts it back small again. Very odd.

    #281498

    Hello,

    Our dev team has checked and we see that this code does not relate to our theme.

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #281617

    kingy
    Participant

    I have sorted it out. Thanks!

    #281667

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)