gdrts_stars_rating
Warning: Undefined array key "style_"font"_name" in /home/dev4press/public_html/wp-content/plugins/gd-rating-system/rating/base.embed.php on line 256
Developer Knowledge Level
This content is intended for WordPress developers, and it may require coding knowledge of WordPress, PHP, and JavaScript. Code examples provided here may contain errors or needs some additional coding. Make sure to test the code before using it on a live website!
This shortcode displays rating block for any rating item, and you need to specify which item to show. If template, style, alignment and distribution attributes are missing, the plugin will use default values.
List of attributes
- type: entity and name of the type connected with a dot like this: {entity}.{name} and both are required.
- id: real ID of the item you want to show. If this is for the post, this is post ID.
- item: internal item ID of the item you want to show. If you provide this number, you don’t need to provide type/id attributes.
- class: CSS class for the shortcode wrapper.
- template: name of the template to use for display. Supported values: default, classic, expanded and more. List of templates can be expanded, and list of all available templates is listed on the Templates panel in Information menu. This shortcode can use templates listed under Stars Rating / Single Block.
- alignment: alignment of the rating block. Supported values: left, right, center, none.
- distribution: rating votes distribution display method. Supported values: normalized, exact.
- style_type: what to use, font icons or images. Supported values: font, image.
- style_font_name: name of the font icon to use. Supported values: star, bell, heart, asterisk, square, circle, gear, trophy, like, snowflake.
- style_image_name: name of the image to use: Supported values: star, oxygen. Pro version has also: christmas, crystal, hearts, snowflake.
- style_size: size in pixels for the font icon or image.
- style_class: additional CSS class to add to rating block wrapper.
I can’t get this to work. It displays the same rating for all my products when using this shortcode
https://www.scentswarmers.com/buy/scentsy/aloha-citrus-scentsy-bar-2
[gdrts_stars_rating type="product.page"
template="expanded" style_size=30 style_type="image"
style_font_name="star"]
but even this does nothing – [gdrts_stars_rating]
I need to use shortcode because I use templates for my product pages.
It worked on lite version….I’ve used your plugin for years. I just paid for pro and now it looks like it doesn’t like WP Bakery. look how it’s displaying here: https://www.scentswarmers.com/buy/scentsy/aloha-citrus-scentsy-bar-2
ah, I fixed it.. in WP Bakery, now for it to work in PRO , I have to create a new row .. then add it to a txt block..