guit4eva
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Login Form] Redirect URL+1
Also experiencing this problem.
Ok great, thanks for the suggestion, I will do that then ??
Have a good day!
Lifesaver! Thanks so much! ??
Excuse that last message ha ha – I misread the actual ID’s of the users. Working as it should, thanks so much!!! ?? ??
Thanks so much:) Closer….how would I get the user ID? If I use:
$person = $EM_Booking->get_person()->ID;
Then it gets EM’s own ID, not the actual User_ID assigned when the user was created.
Forum: Plugins
In reply to: [Hide My Site] Facebook tag title "password protected site"I had the same issue. I fixed it by:
1) Making sure Hide My Site was disabled (unchecked)
2) Uninstalling plugin
3) Searching and deleting “hide_my_site” from database
4) Navigating to Facebook Debug and requesting a new scrape.Forum: Plugins
In reply to: [Jigoshop] Change availability textAwesome, thanks so much – I really appreciate it! ??
Forum: Plugins
In reply to: [Jigoshop] Change availability textHi there,
thanks for your response. Is there no way to do this with a hook or such that will keep through updates? I more just want to get rid of the words “in stock” before the quantity text.
Forum: Plugins
In reply to: [Jigoshop] Understanding hooksAh ok!:) Making sense now, thanks so much! ??
Forum: Plugins
In reply to: [Event Organiser] Display only future eventsHere is the answer:
<?php $events = eo_get_events(array( 'event_end_after'=>'now', 'event_start_before'=>'+2 month' )); ?>
Oh right, I was needing it for [yasr_pro_average_comments_ratings]. I got it working now though based on your previous help. Just added a simple number in brackets at the end. Thanks so much for all your help, you’ve been a star!!! ??
For anyone who might want to do the same thing, modify line 821 of yasr-pro-shortcode-functions.php (pro version) to read:
$shortcode_html = "<div class=\"$rateit_class\" id=\"yasr-pro-average-comments-ratings\" data-rateit-starwidth=\"$px_size\" data-rateit-starheight=\"$px_size\" data-rateit-value=\"$average_rating\" data-rateit-step=\"0.1\" data-rateit-resetable=\"false\" data-rateit-readonly=\"true\"></div><span class=\"number_of_votes\">(" . $n_of_votes . ")</span>";
Yes:) Sorry, I should have been more clear
Sorry to bother again, but that snippet to display the average doesn’t seem to be working – is there something else I must add perhaps?
This is definitely one of the best things I’ve purchased this year ha ha. I’ve tried literally every review plugin out there – this one just works, perfectly. With amazing support. Thanks so much, I hope more people discover your plugin, it’s a real gem ??
Hi there Dario,
Thanks so much, I really appreciate it. I just have a small problem though with the pro version: votes in the comments aren’t added to the total. So if I have:
<?php echo do_shortcode('[yasr_visitor_votes_readonly size="medium"]'); ?>
and then add a few comments with ratings, the stars in the above don’t change (remain greyed out). They only change if I vote using:
<?php echo do_shortcode('[yasr_visitor_votes size="medium"]'); ?>