annamarie
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Coupon vs Discount field on Woocommerce cartThanks! I put it in my child theme’s functions.php and it worked.
Thank you for this great plugin and for your help.
Tom:
Hi, just sent you my email via your Contact form on matchalabs.com.
Thanks!
Anna MarieHi,
I’d also very much like to have the basic carousel option from Flexslider 2 in Meta Slider. I can also help test.
Thanks!
Anna MarieThanks, Marcus!
Anna Marie
Hi,
Sorry to resurrect this post but I have a question.
I too want to show the events search form in a widget rather than at the top of the events list. As per your suggestion above, I copied the search form code located at:
events-manager\templates\events-search.php
into a PHP-ready widget (using the PHP Code Widget plugin). The events search form shows up in the widget just fine. However, when I enter search text and click “Search”, the events page appears to refresh but continues to show the entire list of events rather than only the ones that match the search criteria.
Since I thought it might be a plugin conflict, I tried inserting the search form into a plain Text widget using the [events_search_form] shortcode. To do that, I added this line to my theme’s functions.php file so that the widget could process shortcodes:
add_filter(‘widget_text’, ‘do_shortcode’);
This method also showed the search form in the Text widget, but it didn’t give me any search results when I tried it.
Interestingly, when I turn on the “Show events search” option for the Events List/Archive page in the Events admin to add the search form back to the top of the page(so that I have two search forms — one at the top of the content and one in the widget) and I use the widget’s search form to perform the search, the page correctly refreshes with the list of matching events.
Finally I tried going back to the default theme to see if perhaps it was my theme that was causing the problem. However, even when using the Twenty-Ten theme, the search form in the widget doesn’t return any results.
Any thoughts or suggestions?
I’m using Events Manager version 5.0.3 and WordPress 3.3.1. Thank you for this fantastic plugin.
Anna Marie
Okay. The above fix (chaning line 892 in functions.php) didn’t quite work. It fixed the slider but ignored paragraph breaks in the blog post when entered via the Visual tab in WordPress.
So I reinstated line 892 in functions.php as it was and instead wrapped the Skeleton theme’s “raw” shortcode around the “anything_slides” shortcode. That worked! It fixed the slider display and maintained the paragraph breaks.
Again, just posting this so anyone else out there using Skeleton and the TBTestimonials plugin will have a fix.
Jacob: thanks for the great plugin!
Just wanted to post the fix that Jacob found in case anyone is using the Skeleton theme and wants to use the AnythingSlider for WordPress plugin (version 0.6.7.1). He had me change line 892 in the child theme’s functions.php file to remove the wpautop function. So the new 892 line should read:
$new_content .= wptexturize($piece);
Hope that helps someone.
Jacob:
Files are on their way to you. That’s so much for looking into this!
Anna Marie
Hi, Jacob:
Thanks for looking at this. Well, I deactivated all the plugins I have (Jetpack, Jigoshop, TBTestimonials) and it didn’t help — still no joy. But the second instance of the jquery load did go away. So I reactivated them one by one and discovered it was TBTestimonials that adds that in, not my theme as a thought. That’s good. However, it doesn’t fix the slider problem. So my conjecture about that is wrong, I guess. I’ve left them all deactivated for now, so you can look at it again when you get a chance.
I did insert the slider shortcode in HTML view the first time, but I went ahead and deleted it and put it in back again in HTML view, just in case something was weird the first time around. It has no parameters defined, just the shortcode name, anything_slides. Other suggestions?
Thanks,
Anna MarieSure. Here’s the post with the [anything_slides] shortcode:
https://www.triathlonskills.com/wp/2011/maho-bay-virgin-islands-open-water-clinic/
If you take a look at the source for this page, you can see near the bottom there’s a second instance of jquery (version 1.4.2) getting loaded… I’m figuring that’s what’s messing up the slider. But I can’t figure out where that second instance is getting loaded in the theme. I’ve asked the theme developer and haven’t heard back yet (but probably will — he’s good about answering questions).
Thanks for any suggestions you might have!
Anna Marie