Blaz K.
Forum Replies Created
-
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] error on media libraryHi there,
I can’t replicate this issue in my environment. It could be incompatibility with one of your plugins or theme. Can you please try to follow steps here: https://www.ads-software.com/support/topic/sticky-read-before-posting-%e2%9a%a0%ef%b8%8f/ so we figure out what’s causing the issue.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Security issue?Hi @mdotk,
It’s a low severity issue that will be disclosed within a month of report. That’s so that everybody has time to update the plugin.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] “Hidden” linkHi there,
I guess this is CSS issue. Hard to say without link to website.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Warning on browser consoleHi,
Please see this thread: https://www.ads-software.com/support/topic/why-this-plugin-preload-its-own-font/
Best regards,
BlazYou can control schema per post/page in the PRO version: https://blazzdev.com/products/rate-my-post-pro/
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Import ratingHi @oliverix,
I unfortunately don’t have a migration tool for Rating-Widget: Star Review System. You’d have to migrate manually or with SQL.
Best regards,
BlazHi there,
The font is preloaded for better performance but the plugin doesn’t know whether the font is needed on that page because shortcodes run after the head hook. Therefore, the font is preloaded on all pages. You can disable preload or customize it with the rmp_font_preload filter. To disable you can simply add the following:
add_filter( 'rmp_font_preload', '__return_false' );
Best regards,
Blaz- This reply was modified 1 year, 8 months ago by Blaz K..
Hi @brownpant,
Do you by any chance have ajax load enabled? That causes a bit higher CPU load but nothing extreme. Try disabling ajax load. Otherwise the problem probably originates somewhere else.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rating icons not in lineHi @denise8a,
Styles-wise nothing has changed in the plugin lately. However, I see that elements called ezoic-pub-ad-placeholder-num are inserted in plugin’s markup. So, I guess that’s the plugin that’s causing issues? Please check.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] css not workingThen I need to see the page because this works on my test environment.
Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Export functionHi there,
Well, the ratings are stored in postmeta table and the analytics section is stored rmp analytics table. So, I guess you could just migrate these two tables from live to staging?
Forum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] css not workingYou’re missing a dot. Try:
.rmp-rating-widget--has-rated {
display: none!important;
}Regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Icon size?Hi @mrzackjack,
That requires a bit of custom CSS. See below:
.rmp-results-widget i.rmp-icon {
font-size:25px;
}Best regards,
BlazHi Pedro,
The Yasr plugin has to be activated if you want to migrate to RMP.
Best regards,
BlazForum: Plugins
In reply to: [Rate My Post - Star Rating Plugin by FeedbackWP] Rating all posts by adminHi there,
The plugin doesn’t support this out of the box. That’s only possible with custom SQL queries.
Regards,
Blaz