New Landing How can we help? Themeforest Theme Support Neighborhood HIDE PRODUCT REVIEW IN WIDGET

Viewing 14 posts - 1 through 14 (of 14 total)
  • #326702
    gflwrg
    Member
    Post count: 113

    Hello, how do I remove reviews & authors, showing up in the sidebar widgets please?

    See image attached.

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

    Hi,

    Add the code below to your custom css option.

    
    .mini-list li .star-rating {
        display: none;
    }

    Where you have the recent reviews widget? Can you let me know the url?

    Thanks

    -Rui

    #326716
    gflwrg
    Member
    Post count: 113
    This reply has been marked as private.
    #326718
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. Add also this code.

    .woocommerce .star-rating {
      display:none!important
    }
    .product_list_widget .reviewer {
        display: none!important;
    }

    -Rui

    #326720
    gflwrg
    Member
    Post count: 113

    Thanks Rui, worked like magic. ๐Ÿ™‚

    Any update on the other stuff you were helping with yesterday?

    #326724
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. Will have a look at the other topic.

    -Rui

    #326733
    gflwrg
    Member
    Post count: 113

    Thanks mate

    #326742
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

    #329961
    gflwrg
    Member
    Post count: 113

    Hello,

    even after following your solutions, the issue returns. Please see image attached.

    The review stars still show up in mini lists

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

    Try this one. If you have any cache plugin purge the cache.

    .mini-list li .star-rating {
        opacity: 0!important;
    }

    -Rui

    #330113
    gflwrg
    Member
    Post count: 113

    Hello Rui,

    that makes it hidden but leaves the space where the stars used to be. Not applicable on this occasion though. display:none will be the best solution but it just isn’t working at all.

    It was before and randomly returned.

    #330133
    David Martin – Support
    Moderator
    Post count: 20834

    Your CSS is not working because you have the spelling wrong:

    Ref:

    .mini-list li .star-rating {
        display: none!importnant;
    }

    You will want to change it to:

    .mini-list li .star-rating {
        display: none!important;
    }
    #330163
    gflwrg
    Member
    Post count: 113

    Oh my! Been staring at the computer for too long that I couldn’t even spot the typo for weeks. Well spotted David. Many thanks. ๐Ÿ™‚

    #330164
    David Martin – Support
    Moderator
    Post count: 20834

    haha, it happens to us all so don’t worry.

    Glad to help you out anyway!

Viewing 14 posts - 1 through 14 (of 14 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