The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Misc bugs on wpdrat...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Misc bugs on wpdrating shortcode

8 Posts
3 Users
0 Reactions
1,262 Views
nrichard
Posts: 14
Topic starter
(@nrichard)
Eminent Member
Joined: 3 years ago

Hello,

I am using [wpdrating] shortcode as documented here and have a few issues...

1- itemprop=false does not work, but itemprop=0 does

2- With metakey="all", in Schema aggregate rating, I getalways (even when there are several ratings)
Note that I have one rating field only, so an easy workaround is using its metakey 😉

3- Last, I use [wpdrating] on WooCommerce product page to show the rating of another post (with a different post type, actually I am showing merchand rating on product page).
To do so, I use the postid parameter. This does not work, shortcode returns nothing.
Note that I successfuly used postid parameter in other situations...

Let me know if more details are needed to investigate 🙂

7 Replies
nrichard
Posts: 14
Topic starter
(@nrichard)
Eminent Member
Joined: 3 years ago

Some HTML was stripped in my message, on bug 2- I meant that ratingCount is always 1.

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@nrichard,

1- itemprop=false does not work, but itemprop=0 does

Please use the 0 as a value of the itemprop attribute. 

2- With metakey="all", in Schema aggregate rating, I getalways (even when there are several ratings)
Note that I have one rating field only, so an easy workaround is using its metakey 😉

We don't follow you well. Please clarify a bit. 

3- Last, I use on WooCommerce product page to show the rating of another post (with a different post type, actually I am showing merchand rating on product page).

wpDiscuz rating shortcode doesn't work on WooCommerce product pages. 

nrichard
(@nrichard)
Joined: 3 years ago

Eminent Member
Posts: 14

Please use the 0 as a value of the itemprop attribute. 

Then maybe you should consider updating your FAQ:
https://wpdiscuz.com/community/f-a-q/wpdiscuz-shortcode-2/

We don't follow you well. Please clarify a bit.

Sorry, some HTML was stripped in my message. Here we go again:

2- With metakey="all", in Schema aggregate rating, I get always ratingCount as 1 (even when there are several ratings)
Note that I have one rating field only, so an easy workaround is using its metakey 😉

wpDiscuz rating shortcode doesn't work on WooCommerce product pages. 

At least it is clear 😉

I'll go with a workaround...

Posts: 17
(@legendsof)
Eminent Member
Joined: 11 months ago

I am also having problems getting the shortcode to work. I am trying to use on standard post pages. 

This is what I am trying to do:

[wpdrating metakey="all" show-label=false itemprop=0 id="3614"]
 
Does anyone see an issue with this? I can use other shortcodes, just not WPDiscuz shortcodes...
 
Posts: 17
(@legendsof)
Eminent Member
Joined: 11 months ago

And I am doing the following to execute it in my PHP file:  

<?php echo do_shortcode('[wpdrating metakey="all" show-label=false itemprop=0 id="3614"]'); ?>

 

But it is not working. With other shortcodes works fine.

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@legendsof 

Please open your own support topic and leave some example URL to allow us to check  the issue. 

Posts: 17
(@legendsof)
Eminent Member
Joined: 11 months ago

Also tried:

<?php echo do_shortcode('[wpdrating metakey="all" show-label=false itemprop=0 postid="3614"]'); ?>

OK will open a support case.

Share: