New Landing How can we help? Atelier WooCommerce Product Review Stars

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #329490
    Thierry
    Member
    Post count: 37

    Hi, me again,

    As of yesterday the stars for the product reviews have turned into the letters ‘s’.
    There is a screenshot attached to this post to illustrate the problem.

    Could you help me solve this one?
    If needed, login credentials: http://www.swiftideas.com/forums/topic/first-product-image-not-showing-on-zoom/

    Thanks in advance.

    Yours,
    Thierry

    Attachments:
    You must be logged in to view attached files.
    #329578
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have some errors in the javascript console that probably cause some fonts to don’t load, probably some cdn configuration.

    https://cl.ly/341L0E1v1W0H/Image%202017-06-21%20at%2011.41.02%20AM.png

    -Rui

    #329594
    Thierry
    Member
    Post count: 37

    Oh, thanks for the info, Rui. The .wotf file that is missing belongs to Paymentfont.io (interesting resource for you at SwiftIdeas too), which is a font for payment methods. Anyways, they do work and I believe it’s not what is causing the issue as the font is working just fine.

    #329600
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I can’t saw that situation like in your screenshot. Can you tell if that’s in a different page from the homepage?

    -Rui

    #329601
    Thierry
    Member
    Post count: 37

    Oh yes, we replaced that widget with another that enables customers to review the overal service of the business.
    The product reviewing system is still active and I’ve placed a review here: http://17002.s1.vallonic.com/product/bordenrek-hout/#comment-53.

    #329654
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Probably that js error in your console.
    https://cl.ly/1B1r3F272d0C

    Try to re-install WordPress 4.8 from the updates page.

    -Rui

    #329954
    Thierry
    Member
    Post count: 37

    <b>Not sure whether this reply came through, I’m not able to see it in the topic but bbPress does say that it is a duplicate entry when I tried reposting it.</b>

    Good morning Rui, team Swiftideas,

    As per your advice I have re-installed WordPress 4.8 (nl_NL). The problem still persists.
    I do not believe that any of the errors in the console that you pointed out are to be labeled as the problems causing the odd symbols.

    * The two ‘access to font’ errors aren’t really to worry about, as the font in question isn’t connected to the review stars. The font of which the .wotf-files aren’t loading is working properly, as seen in the footer; the payment method icons are still there.

    *The error with #rewiew-xx is jQuery announcing that there’s nothing connected to #review-xx. The # is just to let the visitor go to the review (id ‘xx’) part of the page instantly on load (html’s ‘id=”…”‘ code).

    It’s definitely something odd; especially because on product pages, when attempting to place a review, the stars work perfectly. The problem is only there on displayed reviews.

    You’d really help me out solving this problem. It’s rather a cosmetic issue, but my client isn’t really pleased — she’s keen on details, so.

    I await your reply and thank you in advance.

    Thierry

    #330083
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The review star font CSS is loaded from the WooCommerce plugin itself. If you inspect the code you will see the font-family is to blame.

    .woocommerce .star-rating span::before {
        content: '\53\53\53\53\53';
        top: 0;
        position: absolute;
        left: 0;
    }

    Please add this to Theme Options => Custom CSS:

    .woocommerce .star-rating span::before {
        font-family: star;
    }

    1)

    I’d be almost certain the font is not loading because of the console log error as Rui mentioned. You can see your server is blocking the resource from loading because you are loading the asset from another URL that does not match your actual domain:

    Please ask your hosting provider to resolve that. You likely need to add this to your .htaccess file:

    <FilesMatch "\.(eot|ttf|otf|woff|svg)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    #330123
    Thierry
    Member
    Post count: 37

    Thanks for both the snippets! It worked.

    Cheers.

    #330127
    David Martin – Support
    Moderator
    Post count: 20834

    Great news, very glad to assist you!

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

    Cheers,
    David.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register