Blaz K.
Forum Replies Created
-
Perfect! Thank you!
@dontwakeme, sorry for my late reply. Have you tried setting the headers like this:
$domain_url = (isset($_SERVER[‘HTTPS’]) ? “https” : “http”) . “://$_SERVER[HTTP_HOST]”;
header(“Content-type: application/json”);
header(“AMP-Access-Control-Allow-Source-Origin: ” . $domain_url);
header(“Access-Control-Expose-Headers: AMP-Access-Control-Allow-Source-Origin”);Does it work? If it does please let me know. I will look into this issue more thoroughly and include a patch in the next update.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Dotted stars (again)Hi Ignacio,
try this:
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon:before { content: ''; }The markup has been changed in version 3.
Regards,
BlazI see the problem. My guess is that the issue is caused by headers in
public function process_rating_amp()on line 323 in wp-content/plugins/rate-my-post/public/class-rate-my-post-public.php. More about this here. Any chance you could test if this is the problem?Blaz
Hi @dontwakeme,
Any chance you could send me a link so I can test? The thing is that I don’t have any AMP website and thus it’s difficult for me to debug this. By the way, what does the error say?
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Schema.org Micro-dataHi @mikexxx,
these are optional fields and not strictly required by Google’s guidelines. They are available only in the PRO version of the plugin which comes with advanced schema selector and allows you to add these fields for each post. See here.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Display in taxonomy pagesUnder “Custom Post Types” in the settings you will see a text like this: Insert comma separated post types. Registered custom post types: acme_product, movie.
Then you just choose the right handle. For example above you would choose “movie” if you want to show rating widget on the movie post type.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Display in taxonomy pagesYou should add the post handle in the field. Registered CPT should be written with blue there, so you just choose the right one.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Fallback image for schemaForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Display in taxonomy pagesHi @lovely86,
According to URLs provided above I assume we are talking about custom post types? If that’s the case, you can add widgets in settings->custom post types.
Regards,
BlazHi @ashkanahmadi,
that can be done with custom templates but requires some web development skills. At the moment there is unfortunately no out-of-the-box functionality for this.
Regards,
BlazHi @wordmax,
thanks for letting me know about the issue. I will have a patch out soon.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Replacing accidental voteHi there,
at the moment there is unfortunately no way to let the user change his rating.
Regards,
BlazHi there,
I haven’t tested such a scenario but it should be possible by enabling “results on archive pages” in the settings. Otherwise, you can use global functions to retrieve avg rating, vote count and visual rating in the template. More about this here: https://blazzdev.com/documentation/rate-my-post-documentation/#global-functions
Regards,
Blaz