Blaz K.
Forum Replies Created
-
Hi @arwanapratama,
I’m quite sure the offers field is optional. There is an example for SoftwareApplication schema in the documentation and maybe you can try modifying it to also support the offers property? More info about the offers property is available here: https://schema.org/offers.
Regards,
BlazI double checked this and the plugin loads JS and CSS only where it’s required. So if you are using shortcode the plugin’s CSS and JS should be present only where the shortcode is present. Exception is if you are also using the top rated posts widget or displaying stars on archive pages. Then obviously the CSS is required on these pages as well.
If that is not the case on your website, the problem must be somewhere else. Please share the link to the website and I’ll have a look.
Regards,
Blaz- This reply was modified 6 years, 6 months ago by Blaz K..
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Great!Thanks you Igor!
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] LikeI’m happy to hear that @ggnews. I test the plugin in different environments before each update but I for sure can’t cover all of them. So, I do appreciate if people report issue as this allows me to fix them. Thanks for the review!
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!Fixed in version 2.10.1.
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Amazing!!!thanks for reporting the issue. I’ll have a fix out soon. Till then you can leave “Custom results text” empty or alternatively you can enable Ajax load results in the advanced settings. That should fix the problem til I have the update out.
Blaz
Forum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] LikeHi @ggnews,
I’m sorry to hear you encountered issues with the plugin. But could you please describe the issue a bit better? Maybe copy/paste the error from error log so I know what to look for. On my websites the plugin works without a problem.
Blaz
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hide Vote count CSSmaybe something like this will help:
function add_style_to_head() { echo ' <style type="text/css"> .rating-stars ul > li.star { display: inline-block!important; } </style>'; } add_action( 'wp_head', 'add_style_to_head' );So that the style gets printed before other styles.
Regards,
Blazit is possible but requires some skills 🙂 I would include the widget directly in the template under conditions. Something like the snippet below:
<?php if (!is_category( 'blue-cheese' )): ?> <?php echo do_shortcode('[ratemypost]'); ?> <?php endif; ?>That will for example exclude the widget from blue-cheese category 🙂
Regards,
BlazHi @forreggbor,
since 2.10.0 it’s possible to translate or modify emails. The procedure is described in the documentation here: https://blazzdev.com/documentation/rate-my-post-documentation/
Regards,
BlazForum: Reviews
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Good but not perfectdon’t know if this is still of interest but since version 2.10.0 the plugin no longer uses ajax on page load.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Hosting CPU usage increaseI don’t know if this is still of interest, but in version 2.10.0 (just released) the plugin no longer uses ajax on page load. This should solve the problem 🙂
Note: It still works with caching plugins but this is handled differently now 🙂
Regards,
Blaz- This reply was modified 6 years, 6 months ago by Blaz K..
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Colors of stars not showing@alexandreadveris and @nataliacg,
I don’t know if this is still of interest, but in version 2.10.0 which I just released the plugin no longer uses FontAwesome. Instead it uses a custom and lighter font. The autoreplace conflict should thus be gone. It would be very helpful if you can test this 🙂
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Grid of top rated postsThanks @confusedkoala 🙂 If I get some free time, I might make a tutorial on how to build a basic grid of top rated posts 🙂
Regards,
BlazHi @longnha,
version 2.10.0 was released which no longer uses ajax on page load. Previous versions used ajax on page load if the widget was present on the page for compatibility with caching plugins. Now this is handled differently. If ajax was fired on every page load (also where there was no widget) it might be because your were combining JS?
Regards,
Blaz