ecoal95
Forum Replies Created
-
Forum: Plugins
In reply to: [EC Stars Rating] Check Vulnerabilities?Hey. First of all thanks for the support :).
Unfortunately I’m not keeping up with WP at all, I no longer do web development stuff.
I’m happy to accept patches in the GitHub repo, chances are that the changes needed are pretty minor.
I can try to update it and just double-check the APIs work, but I can’t make promises since just the setup would take me some time.
Forum: Plugins
In reply to: [EC Stars Rating] error estrellas wordpressHola Roberto.
Me temo que es Google quien decide en última instancia si muestra el marcado o no.
Si aparece buscando con
site:
es buena se?al, por mi experiencia a veces tarda algunos días en mostrarse, pero eso, es Google quien tiene la palabra ahí.Un saludo:
EmilioForum: Plugins
In reply to: [EC Stars Rating] Wrong vote resultHumm… May you give me an url please?
Probably someone changed the post meta manually.
Forum: Plugins
In reply to: [EC Stars Rating] Change voteYes, this is the intended behavior.
Allowing to change the vote would probably have corner cases, and it will require storing the actual vote value to calculate the difference.
I don’t think it’s a crucial feature. If you think it is though, please feel free to open an issue on the GitHub page, where I can keep track of it better, and I’ll try to implement it ASAP.
Thanks for using the plugin
Forum: Reviews
In reply to: [EC Stars Rating] SmoothForum: Plugins
In reply to: [EC Stars Rating] Sidebar Widget Working With Custom Post TypesThat’s a good idea, will implement it in the next version, it’s just to play with the wp_query in line 85. Adding
'post_type' => 'product'
should be enough, I’ll implement an option anywayForum: Plugins
In reply to: [EC Stars Rating] Show ratings inside of some HTML tagYep, you can basically use it anywhere.
Anyway, a shortcode is coming in the next version (maybe with a widget?), but I have to test it before publishing it.
Forum: Plugins
In reply to: [EC Stars Rating] This Tag Does Not Appear To Be a RatingHi Hema. Can you leave here the url of the site/page?
Maybe you’re using it inside of another rich snippet or something. I’d have to see it for give details to you.
If you don’t want to make it public you can send it to my email in my personal website’s contact form (https://contacto.emiliocobos.net/).
Forum: Plugins
In reply to: [EC Stars Rating] Change colour of white overlayYep, that’s the line ?? Thanks for pointing it out, I don’t have much time for the forums because of University Access and all that stuff.
Forum: Plugins
In reply to: [EC Stars Rating] Doesn't work in Safari…Ok, i’ve taken a look and I definitely need more details.
What does exactly happen? You click and jump to the top of the page, it keeps thinking after clicking, or it doesn’t update the results?
If it’s the first option, it might be because of your jQuery version. You can update it, or you can go to Settings > EC Stars Rating ando turn of the option “Use jQuery”.
Forum: Plugins
In reply to: [EC Stars Rating] .htaccessHumm, i think not, cause you need to have public access to the
wp-admin/admin-ajax.php
file where the plugin acts. Maybe it can be solved with an specific directive for that file, allowing public access, but I don’t really know if that’s what you want.Forum: Plugins
In reply to: [EC Stars Rating] installation with snippetYou just have to insert the snippet wherever you want it to appear. For example, if you’d want it to appear after the post content, you’d have to look for
<?php the_content() ?>
insidesingle.php
, and after the closing PHP tag, paste the snippet.Regards, and let me know if you have any other querie.
Forum: Plugins
In reply to: [EC Stars Rating] top rated itemsIt’s on my TODO list, but I have to think how to implement it for better performance.
Forum: Plugins
In reply to: [EC Stars Rating] Doesn't work in Safari…I’ve tested in Safari 6 over windows and I can see it working. Unfortunately I can’t test on iOS, but it works in even older webkit-based browsers like android ones.
Can you give me more details (version/system)?
Forum: Plugins
In reply to: [EC Stars Rating] Custom taxonomiesHum… Interesting idea, I’ll take a look at it, thanks ??