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

[Solved] Misc bugs on wpdrating shortcode

8 Posts
3 Users
0 Reactions
756 Views
nrichard
Posts: 14
Topic starter
(@nrichard)
Eminent Member
Joined: 2 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: 2 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: 7 years ago

Illustrious Member
Posts: 7617

@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: 2 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: 14
(@legendsof)
Active Member
Joined: 2 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: 14
(@legendsof)
Active Member
Joined: 2 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: 7 years ago

Illustrious Member
Posts: 7617

@legendsof 

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

Posts: 14
(@legendsof)
Active Member
Joined: 2 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: