akiraprise
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 2.1.6 Variable products not savingYea I just overwrote the files with 2.1.4 and it worked perfectly after that!
Cheers
RussHi guys,
The calendar fills up quite a bit in the next few months to show hundreds of events per month (https://ibiza2013.net/calendar/?mo=8&yr=2013 << example).
We’re on WPEngine so they do cache it a bit, would another caching plugin help with that or not? I might try build the calendar using a wp_query like I’ve done with the rest of the site and that way I can build it into the transient cache – I’ll see how I get on ??
Cheers
RussHi Angelo,
Thanks for looking into this – unfortunately the line of code hasn’t really made that much of a difference – it still runs incredibly slow:
https://ibiza2013.net/calendar/?mo=8&yr=2013
Any ideas if the transient thing will be something you’re going to integrate soon (next few months?). Or if not where do I start to look at to make the calendar display in a transient?
Cheers
RussHi Marcus,
Did you have any thoughts on how to implement the calendar into the WordPress transient cache? The performance of the calendar is terrible on our site – even though we’re on a very powerful host. Any way to fix this would be greatly appreciated,
Thanks
RussellHi Marcus,
Sorry for the delay in getting back to you on this – I was wandering if it’s possible to put the calendar in the WordPress Transient Cache? Hopefully this would enable our calendar to display a lot quicker – and we could refresh the cache every 4 hours or so?
Cheers
RussHey,
Thanks for suggestion – I had a look but as that’s part of a bigger tutorial I got a bit confused by how it would work by getting the data from the taxonomy.
$term_list = wp_get_post_terms($post->ID, 'party', array("fields" => "all")); add_filter('em_events_get_default_search','my_em_styles_get_default_search',1,2); function my_em_styles_get_default_search($searches, $array){ if( !empty($array['party']) ){ $term_list = $array['party']; } return $searches; }
I got as far as that, but I’m not sure if that will work or not, any ideas? ??
Hey Rachel,
Thank you that would be great ?? The plugin can be downloaded here:
https://www.ads-software.com/plugins/events-manager/
I think tinynow was right that it needs ‘suppress_filters’ => false but I’m not sure where it should go?
Thanks
RussHey,
I’m having the exact same problem with the exact same plugins – did you ever get a fix for this?
Rachel – I tried the code you posted and it saves the taxonomy correctly, but when I tried to use the WP Events Manager shortcode as referenced here: https://wp-events-plugin.com/tutorials/using-additional-custom-taxonomies/
Like this:
<?php echo do_shortcode('[events_list limit="10" party="resonance-records-ibiza-2013" ]#_EVENTNAME[/events_list]'); ?>
It doesn’t show any events even though they have the taxonomies saved. However, if I try with a different taxonomy it works.
Any ideas? ??
Thanks
RussellHi Marcus,
I’ve refreshed the cache on the server, and opened a new browser and cleared all browsing data and still get the same issue I’m afraid,
Cheers
RussellHi Marcus,
Yea that makes sense, I just updated to 5.5.1 but unfortunately the problem persists ?? Any other ideas?
Cheers
RussHi,
I don’t have access to 2.3.7 nor the pro support forums as my year’s subscription has ended, I was under the impression that it would continue to work with Events manager properly without needing to be upgraded?
Thanks
RussellJust to confirm, I’ve tried disabling all plugins, tried in different browsers and with a different theme,
Cheers
RussThanks Angelo,
Unfortunately I need to display all events on each month so can’t use a conditional placeholder, surely this wouldn’t effect the speed though as it would need to run through each conditional on every event?
I’ve looked there for the tooltip but the setting’s no longer there?
Thanks
RussOver 2,100 events at present
Thanks
RussellHi Marcus,
Thanks for responding, if you go to: https://2013festivals.net and scroll down on the left there’s a section for UK festivals, this has pagination enabled and the numbers at the bottom is where the issues are arising.
I’ll create a new thread for the other issue,
Thanks
Russell