Andrei Lupu
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Ratings] Show stars in recent comments widgetUnfortunately, there is no filter or action to hook in the recent comments widget so I cannot modify the widget output.
Some custom work is required for this to be done.
Forum: Plugins
In reply to: [Comments Ratings] Pull requests?Hi,
Basically, we provide only a blueprint, a .pot file which defines the translatable strings.
All the WordPress translations are centralized here https://translate.wordpress.org so the plugin won’t create any .po for Duch or other languages because is hard for us to maintain them. We just rely on the GlotPress.Forum: Plugins
In reply to: [Comments Ratings] How to translate ?Sorry for the delay.
I have updated the plugin and fixed the translation problem, now it should correctly load the textdomain.
Forum: Plugins
In reply to: [Comments Ratings] How to translate ?ok, I see the problem and I will fix/update it today
Forum: Reviews
In reply to: [Comments Ratings] Easy and efficientHey guys,
They way you can do this is like this:
add_action( 'genesis_before_loop', 'show_average' ); function show_average() { global $pixreviews_plugin; echo $pixreviews_plugin->get_average_rating(); }Forum: Plugins
In reply to: [PixProof - Easy Photo Proofing for Photographers] Photo selected but..Hi,
We’ve update the plugin with a fix for this issue,
Give it a try and let us know if you still have this problem.
Thanks — Andrei
Forum: Plugins
In reply to: [Comments Ratings] How to translate ?Hi,
We are going to release an update today due a translation bug.
Also please note that the string “Your overall rating” has a label option in Dashboard -> Comments Ratings settings page.
Thanks
Sorry guys, but unfortunately, all the plugin can do for now is to disable its own style(and you can add your own style after that). There is a setting in Dashboard->PixProof for this.
The HTML can also be overwritten inside a theme if you copy the templates from
pixproof/views/pixproof_*files inside theyour_theme/templatesfolder.The inuit style can also be de-registered individual with the key
pixproof_inuitForum: Plugins
In reply to: [Comments Ratings] Social Media Sharing and login?Hi,
At the moment, we are focused on making a really stable Listable theme and fix the free plugins.
But we also have in plan to create a “Pro” version of Comments Ratings with some awesome features like the ones you’ve noted up.
Thanks,
AndreiForum: Plugins
In reply to: [Comments Ratings] Replace Star Rating iconsHi,
For the moment, the stars are represented by a font family. The feature with the png images will be implemented in future.
So, now all you can do is to simply apply the “color” CSS property on the “.star-on-png” class.
Bafta!
Accessing the gallery created automatically was indeed an issue and now is fixed, thank you for noticing us.
But accessing an image attached to a password protected post is a thing managed by WordPress, not by PixProof. All I can recommend you now is to use a plugin like media vault which will limit the access to your media items.
In the future, we may try to add images protection, but we don’t have the time at this moment.
Thank you,
AndreiI just did a quick test and all seems to work fine.
Can you tell me what browser you use? and the OS. Also can you provide me a link so I could take a look?
Thanks
Forum: Plugins
In reply to: [Comments Ratings] How to translate ?Hello,
We’ve added a .pot file which represents all the translatable strings in the plugin.
Now you can use this pot file to create your own portable files(.po). This article explains it better than me http://wplang.org/translate-theme-plugin
Thanks
AndreiForum: Reviews
In reply to: [Comments Ratings] Easy and efficientThank you for your kind words.
There is already a method in the plugin’s global object
$pixreviews_plugin->get_average_rating().I plan to do a shortcode based on that soon.
Thanks
AndreiForum: Plugins
In reply to: [Customify] Fatal Error on line 1051I’m glad that is working for you. I hope you will enjoy Customify and maybe you can drop us a review if you can.
Thanks,
Andrei