• Resolved tudorg

    (@tudorg)


    Hi Guys, loving your plugin, we are getting lots of new reviews thankyou. Only using the free version at the moment while we monitor its success. Would it be possible to display only the histogram in a widget or a shortcode we could use on our homepage. A great trust factor for new potential customers to the website.

    Also i note on the shortcode settings i am using this code
    [cusrev_all_reviews sort=”DESC” per_page=”10″ number=”-1″ show_summary_bar=”true” show_pictures=”false” show_products=”true” categories=”” products=”” shop_reviews=”true” number_shop_reviews=”-1″] on a test page

    the image being attached is is a wordpress 100x100px img attachment so i can use css to increase the image to 100px, in the future will there be a choice to show a much larger image, if i blow up a 100px img to larger than that, it of course pixalates badly.

    Thanks in advance
    Tudor

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

    Thank you for using our plugin.

    Unfortunately, our shortcode does not have this parameter as of the moment. But you have an option to hide the rest of the elements using CSS. Like the code below.

    .ivole-all-reviews-shortcode .commentlist {
    display: none;
    }
    .ivole-all-reviews-shortcode .page-numbers {
    display: none;
    }

    The images are actually using the default woocommerce thumbnails. But we’ll see what we can do to improve that in the future

    • This reply was modified 5 years, 9 months ago by ivole2.
    Thread Starter tudorg

    (@tudorg)

    oh of course, silly me
    thanks very much for your reply

    You’re welcome =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fantastic Plugin, Question for a Histogram shortcode’ is closed to new replies.