• Resolved alexneme

    (@alexneme)


    Hi,

    Please help me with disable or hide a New feature: a search bar for [cusrev_all_reviews] shortcode.

    Thank you very much
    Alex

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Thank you for using CusRev.

    You can add the attribute show_summary_bar="false" to the shortcode [cusrev_all_reviews] to remove the search bar of the reviews section.

    [cusrev_all_reviews show_summary_bar="false"]

    Plugin Support cusrev

    (@cusrev)

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If this is not the case, please let us know and we’ll be happy to help.

    Hi,

    I’ve tried this for our site, but it not only remove the search field but also the summary itself (i.e. the stars). Is there a way to only show the stars? Preferably with the possibility to also disable the histogram showing the distribution of the reviews. I’m happy to do this either with short code arguments, via css or php, but I would probably need some guidance to get started.

    • This reply was modified 3 years, 2 months ago by mikdac.

    Hi mikdac,

    Thanks for using CusRev.

    There is no option to remove the search field for [cusrev_all_reviews] shortcode. But you can use this custom CSS code to hide it.

    body .cr-all-reviews-shortcode .cr-ajax-search {
        display: none
    }

    @longnguyen89 Thanks a lot, that worked, and helped me understand what to look for if I need further optimizations.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to disable a search bar’ is closed to new replies.