Forum Replies Created
-
AuthorPosts
-
September 1, 2016 at 2:49 am in reply to: Ticket questions saved as cookies, is there an alternative? #1158657
Shaun
ParticipantGreat work, thank you!
June 13, 2016 at 8:51 am in reply to: Ticket questions saved as cookies, is there an alternative? #1126153Shaun
ParticipantThis reply is private.
June 13, 2016 at 8:40 am in reply to: Ticket questions saved as cookies, is there an alternative? #1126144Shaun
ParticipantHi,
OK. I just found out the CloudFlare limit is actually 8KB so it’s worse than I thought!
That is a problem. If this cannot be fixed quickly, is there any way to at least detect that there will be a problem (cookie size reaches a certain limit) and then perhaps stop people adding to the cart at that point? Currently people can go ahead and add loads to the cart until the website appears to break for them because the cookie is too large!
Shaun
ParticipantIt’s OK Kelly, I managed to hack together a solution using Advanced Custom Fields which let me enter an external URL.
Shaun
ParticipantI believe it uses the date from the main WordPress Settings -> General. Change it there to change the format site-wide.
Shaun
ParticipantIn the end I did this with the following:
add_action( ‘wp_before_admin_bar_render’, ‘remove_tribe_events’, 100 );
function remove_tribe_events() {
global $wp_admin_bar;
$wp_admin_bar->remove_node( ‘tribe-events’ );
}Shaun
ParticipantI’ve found the culprit, a plugin called “Front End Users”. Deactivating that fixes it.
I need to use this plugin, so do you know how I can make them work together happily?
-
AuthorPosts
