Shaun

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Ticket questions saved as cookies, is there an alternative? #1158657
    Shaun
    Participant

    Great work, thank you!

    Shaun
    Participant

    This reply is private.

    Shaun
    Participant

    Hi,

    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!

    in reply to: External tickets #69834
    Shaun
    Participant

    It’s OK Kelly, I managed to hack together a solution using Advanced Custom Fields which let me enter an external URL.

    in reply to: Date Format Change #59024
    Shaun
    Participant

    I believe it uses the date from the main WordPress Settings -> General. Change it there to change the format site-wide.

    in reply to: Remove the 'events' node in the WP Admin Bar Menu #23339
    Shaun
    Participant

    In 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’ );
    }

    in reply to: Ajax-loading broken image #22611
    Shaun
    Participant

    I’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?

Viewing 7 posts - 1 through 7 (of 7 total)