Blaz K.
@blazk on WordPress.org , @Blaz K. on Slack
- Member Since: September 25th, 2016
- Location: Aarhus, Denmark
- Website: blazzdev.com
Bio
Contribution History
Blaz K.’s badges:- Plugin Developer
- Translation Contributor
-
Posted a reply to date in widget, on the site WordPress.org Forums:
Hi there, Yes, there is an example in the documentation. Search for: rmp_before_widget_title. Regards, Blaz -
Posted a reply to vote before content show always, on the site WordPress.org Forums:
.rmp-results-widget--not-rated { display: none; } In custom CSS will fix this :) Regards, Blaz -
Posted a reply to No cookies showing, on the site WordPress.org Forums:
Hi @oriver, If the visitor rates a post, the cookie is placed anyway so that… -
Posted a reply to A troll is ruining my articles, on the site WordPress.org Forums:
Hi @mikelimit9999, Why don't you simply block the IP address on the server level? You… -
Posted a reply to No cookies showing, on the site WordPress.org Forums:
Hi oriver, The plugin uses cookies to prevent repetitive votes. When a user rates a… -
Posted a reply to How to stop preload ratemypost.ttf?, on the site WordPress.org Forums:
Hi there, to disable font preload you can use: add_filter( 'rmp_font_preload', '__return_false' ); in functions.php… -
Posted a reply to Start will not show, on the site WordPress.org Forums:
HI @deepee, Where can I see your thread in the support forum? In any case… -
Posted a reply to «No rating submitted!» message, on the site WordPress.org Forums:
Hi @regnaron, I'm happy to hear that you managed to fix the issue. If I… -
Posted a reply to «No rating submitted!» message, on the site WordPress.org Forums:
Hi @regnaron, It would be very helpful if you can figure out what's the difference… -
Posted a reply to duplicate meta description, on the site WordPress.org Forums:
Hi there, I can't see duplicated meta description in the source. Regards, Blaz -
Posted a reply to I want people to be able to like and not rate., on the site WordPress.org Forums:
Hi @gr9zz, That's not possible out of the box. Regards, Blaz -
Posted a reply to Rate my Post – very important update – no possible to vote., on the site WordPress.org Forums:
Hi @manver, You're using a plugin for infinite scroll and RMP requires extra integration to… -
Posted a reply to registered users only ratings, on the site WordPress.org Forums:
Hi @bigcheesez, That's available in the free version. See the security tab in the settings.… -
Posted a reply to Widget Thumb Size, on the site WordPress.org Forums:
Hi @marekduse, In version 3.3.4 medium is used by default. This can be changed with… -
Posted a reply to Template override problem, on the site WordPress.org Forums:
Happy to hear that! :) Regards, Blaz -
Posted a reply to show ratings on homepage with posts, on the site WordPress.org Forums:
Hi @macky19, Ratings should be shown on homepage if you enable "Show ratings on archive… -
Committed [2673552] to Plugins SVN:
Rate my Post Update to 3.3.4 -
Posted a reply to «No rating submitted!» message, on the site WordPress.org Forums:
Hi @luigidi, Please try disabling CSS and JS minifaction so we see if that's causing… -
Posted a reply to «No rating submitted!» message, on the site WordPress.org Forums:
Please share URLs to websites for debugging such issues. I cannot replicate this in test… -
Posted a reply to PHP Fatal error: ob_start(): Cannot use output buffering …, on the site WordPress.org Forums:
Hi there, What PHP version are you using? This could also be a conflict with… -
Posted a reply to adding share on Instagram, on the site WordPress.org Forums:
Hi Marco, It's possible to add a custom icon with the rmp_after_social_icons hook. Please see… -
Posted a reply to plugin error, on the site WordPress.org Forums:
Hi there, Please follow the steps here to figure out the origin of incompatibility. Regards,… -
Posted a reply to Deprecated: required parameter, on the site WordPress.org Forums:
Hi @hawhman, Some functions of RMP use syntax that's been deprecated in PHP 8. Nevertheless,… -
Posted a reply to «No rating submitted!» message, on the site WordPress.org Forums:
That's likely an incompatibility with another plugin or theme you're using. JS grabs the id… -
Posted a reply to Put a vote on the buddypress profile, through the ID, on the site WordPress.org Forums:
HI @patriqueuiliam, I think this would only be possible with custom rating widgets which are… -
Posted a reply to In AMP, you click 5 start, it give you 1 star, vice versa, on the site WordPress.org Forums:
Hi @natinhow, I think that's actually a CSS problem. Try adding: .rmp-amp-rating-widget__fieldset { direction: rtl!important;… -
Posted a reply to Smaller star icons on mobile, on the site WordPress.org Forums:
@media only screen and (max-width: 600px) { i.js-rmp-rating-icon.rmp-icon.rmp-icon--ratings { font-size: 10px; } } Should do… -
Posted a reply to Check for voting conditions, on the site WordPress.org Forums:
Hi there, You can use the rmp_after_vote action. See more in the documentation. Regards, Blaz -
Posted a reply to Safari bug, on the site WordPress.org Forums:
Hi @andersnielsen1, I will look into the Safari issue. Thanks for reporting. As for the… -
Posted a reply to best and worst rating, on the site WordPress.org Forums:
Hi @mrpuyal, According to the guidelines best rating is a maximum rating and worst rating… -
Posted a reply to Translate does not work with Loco translate, on the site WordPress.org Forums:
Hi there, You have to enable multilingual compatibility mode, if you want to translate the… -
Posted a reply to Display Feedback to frontend?, on the site WordPress.org Forums:
Hi there, 1. This would require a custom implementation. The feedback is saved in post… -
Posted a reply to Only 4.5 and 5 stars possible, on the site WordPress.org Forums:
Hi Petra, Please share the link to the website so I can see the issue.… -
Posted a reply to Only 4.5 and 5 stars possible, on the site WordPress.org Forums:
Hi Petra, This sound like incompatibility with some other plugin or the theme. Please try… -
Posted a reply to Allow user public Feedback / review text ?, on the site WordPress.org Forums:
Hi there, You simply set the negative rating threshold to 5. So, If post or… -
Posted a reply to Hide rating widget completely for logged in users, on the site WordPress.org Forums:
Hi there, If you have “Only logged in users can vote” feature enabled, this should… -
Posted a reply to Plugin is not centered on page, on the site WordPress.org Forums:
Hi @trwolfe, .rmp-widgets-container { margin: 0 auto!important; } should do the trick. Regards, Blaz -
Posted a reply to Customize Feedback Email, on the site WordPress.org Forums:
Hi @meir321, Feedback emails can be customized with the rmp_feedback_mail_text and rmp_feedback_mail_subject filters. Regards, Blaz -
Posted a reply to About structured data, on the site WordPress.org Forums:
That should work just fine :) Regards, Blaz -
Posted a reply to Stars don’t work after Delete Plugin Data, on the site WordPress.org Forums:
I'm glad to hear that everything works :) Regards, Blaz -
Posted a reply to Error on amp page that serve from google cache, on the site WordPress.org Forums:
Hi there, I replied here: https://wordpress.org/support/topic/issue-in-google-amp-pages/ Please use that topic as it's about the same… -
Posted a reply to Issue in Google AMP pages, on the site WordPress.org Forums:
Hi there, Yeah, there seem to be some issues with CORS policy on AMP pages.… -
Posted a reply to Rating on Posts, but not on Post Loops, on the site WordPress.org Forums:
Hi Larry, I'm glad to hear that you solved the issue and thanks for sharing… -
Posted a reply to Issue in Google AMP pages, on the site WordPress.org Forums:
Hi there, Can you please send the link to the page for testing. Blaz -
Posted a reply to You cannot rate a web page without an id, on the site WordPress.org Forums:
Hi @gercal, Are you adding the rating widget automatically to all pages? If that's the… -
Posted a reply to Pop up for feedback after bad rating, on the site WordPress.org Forums:
Hi @dasgelbevomei, That's unfortunately not possible out of the box. It would require a custom… -
Posted a reply to Show ratemypost.ttf only on specific pages, on the site WordPress.org Forums:
Hi there, You can do this with WordPress wp_dequeue_style function. I have already answered on… -
Posted a reply to ratings without a comment, on the site WordPress.org Forums:
Hi there, The feedback/comment is optional. The vote is registered immediately after user clicks on… -
Posted a reply to “no rating submitted” issue on a specific page, on the site WordPress.org Forums:
Hi there, It could be a conflict with another plugin. Please try following the steps… -
Posted a reply to Customize option not editing text, on the site WordPress.org Forums:
Hi @zotezo, You probably have multilingual compatibility mode enabled. If you don't need it, you…
Developer
-
Rate my Post - WP Rating System
Active Installs: 10,000+