aikorei
Forum Replies Created
-
Huh. I’m sorry, you are right – I was testing using MS Edge (I have it set to auto-clear cookies/cache when I close, so I use Edge when I need to test cookie settings). It works perfectly in Chrome and Firefox, but not in Edge or IE, which I’m not too particularly worried about.
You sir, have earned a premium customer. I’m heading over to buy the upgraded version now. I actually bought another plugin to offer a discount code for subscribing, and your plugin blows theirs away (I’ve requested a refund for the other one). Even the free version you offer is better than their paid version. Thank you for making an outstanding plugin! ??
Sadly, I just disabled the plugin until I can figure this out. Even after subscribing, it continues to show the popup.
I’m not sure if they’re connected, but I don’t recall seeing this issue until I enabled the little gift box bubble in the lower right corner after they close the popup. I disabled that option, but it had no effect.
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] Icons not loadingThanks – finally got this working, and the icons show up now.
FYI, this was an issue with WP Multisite.
Done – with pleasure! ??
This worked beautifully. Thanks again! Super happy with things now. ??
That worked perfect, thank you. Once I figured out where to put the code (the them author used separate template files I had to track down), this worked the magic:
<?php echo do_shortcode( '[yasr_visitor_votes]' ) ?>
Last 2 questions (should be easy). Is there a way (e.g. via shortcode) to change the text before the star ratings? I know there’s a setting for that, but if it’s possible I’d like separate text on the single post page than on the blog page with post excerpts.
On single post page, I’d like something like “What did you think of this article?” to encourage users to vote. But on the blog page, I’d like something more like “Average reader rating” or something like that to encourage click throughs.
Finally, is it possible to change star size using shortcode? The stars on the blog page excerpts ignore the setting I have to choose the small stars, so they look much larger than I’d like them.
Again, thanks for a great plugin and stellar support! Will be sure to donate soon to show my appreciation.
EDIT: I found the shortcode option for “size” (I should have guessed ?? ). So using shortcode
[yasr_visitor_votes size="medium"]
worked great. Now I just need custom text before, if possible and I’m all good to go.I hadn’t (not realizing this setting was connected), but I just updated it, making sure that setting was marked as ‘yes’, and cleared my cache again, but still no apparent change.
FWIW, I know you do this in your free time, and don’t expect you to do a full-blown troubleshooting. I do appreciate your time, and the plugin is great so far. This is more of a ‘nice-to-have’ than a ‘must-have’, so no need to waste much effort on it unless you really want to. ??
Just to make sure I entered it in the right place, here’s the full block at the end of the ‘shortcode_visitor_votes_callback’ add_shortcode() function:
//If overall rating in loop is enabled don't use is_singular && is main_query if ( YASR_SHOW_VISITOR_VOTES_IN_LOOP === 'enabled' ) { return $shortcode_html; } //default value else { if( is_singular() && is_main_query() ) { //return $shortcode_html; if (is_singular()) { return $shortcode_html; } else { echo $shortcode_html; } } }
Hi Dudo. Thanks for the lightning fast response – really appreciated.
I did make the change as you suggested (and thanks for the updated line number), but I don’t notice any change on my blog page. The site is https://ceoparenting.com, if it helps any.
Also, I’m using WP Super Cache (which I cleared after ftp’ing my updated file). Not sure if that makes a difference or not.
Again, thanks for the help.
Forum: Plugins
In reply to: [Comments Evolved for WordPress] Facebook Comments Not Workingixiter’s fix worked for me as well – thanks!
Forum: Plugins
In reply to: [Adsense Made Easy - Best Simple Ad Inserter] Custom Channels?Awesome, thanks Jan. Keep up the good work!
Forum: Plugins
In reply to: [Participants Database] Templates stuck on validationI spoke too soon. I can now submit a form without completing any fields…in other words the validation doesn’t seem to work at all.
I can probably work around this and only validate the common/main group without requiring validation of the unique groups for the time being.
Thanks again.
Forum: Plugins
In reply to: [Participants Database] Templates stuck on validationFantastic, thanks so much! It works perfectly.
I really appreciate your time.
Now I just need to work on the pdb-record template so the right fields are shown, but I think I can handle this.
Forum: Plugins
In reply to: [Participants Database] Templates stuck on validationBless your soul, xnau. =) Thanks very much for this timely update. I was on the verge of just writing my own forms and inserting the data into the participants database table so I could still view the data in the WP admin area.
I hate asking for a delivery date – I know stuff happens – so I’ll ask this instead: How confident are you that it’ll be out in a week? I need to make something happen 10 days from now, so I’m wondering if I should get started on my own forms ‘just in case’.
Thanks for making such an outstanding plugin.
Forum: Plugins
In reply to: [W3 Total Cache] 404 errors after installAt least I wasn’t alone! Though I am sorry you had to deal with it too….
Glad it worked for you too.