Geoff B.

Forum Replies Created

Viewing 15 posts - 3,691 through 3,705 (of 9,860 total)
  • Author
    Posts
  • in reply to: Event recurring at multiple times on a single day #1263518
    Geoff B.
    Member

    Good evening Bobbi and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Secondly, would it be possible to have:

    1. A link to such an event on your site ?
    2. A screenshot of the recurrence rules for that event ?

    Hang in there.

    Geoff B.

     

     

    in reply to: Why won't my calendar page display? #1263516
    Geoff B.
    Member

    Good evening Jeremy and welcome back!

    Thank you for answering back.

    Here are a couple of things I would recommend to get one step closer to resolution.

    1. As a first troubleshooting step, could you please provide us with your complete system information for http://resisttwincities.org/ in a private reply using the instructions found in the following link?

      https://theeventscalendar.com/knowledgebase/sharing-sys-info/

      We currently only have the one for https://www.globaltwincities.com

    2. Secondly, could you try playing around with the Events template setting under Events -> Settings -> Display to see if that helps ?

    Hang in there!

    Best regards,

    Geoff B.

    in reply to: Filter Bar shows up but does not filter #1263504
    Geoff B.
    Member

    Good afternoon Peter,

    Thank you for your patience.

    I believe my colleague Brooks actually suggested to also include WordPress’ built-in JQuery version, not to necessarily to remove your theme’s version completely.

    As you can guess, we have to stick with what WordPress provides. In fact, we work very hard at sticking to WordPress coding standards and practices.

    Since your theme steers away from those practices, you are left with a few options:

    1. Try declaring both jQuery versions in your theme (which might cause some conflicts – so make sure to test thoroughly). But it’s worth a shot.
    2. Try declaring scripts in a conditional manner. In other words, your jQuery version should not be declared on Calendar related pages and archives

    I wish I had a better answer for you, but for now it’s the best one I have.

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Slug error for Events, Calender, Image and Venues #1263491
    Geoff B.
    Member

    This reply is private.

    in reply to: Can’t disable email triggers #1260152
    Geoff B.
    Member

    It truly was a pleasure 🙂

    Cheers,
    Geoff B.

    Geoff B.
    Member

    This reply is private.

    in reply to: input fields on ticket #1260048
    Geoff B.
    Member

    This reply is private.

    in reply to: Filter Bar shows up but does not filter #1260036
    Geoff B.
    Member

    This reply is private.

    in reply to: License activated #1260034
    Geoff B.
    Member

    Good afternoon Billy,

    Thank you for the info and sorry for the delay writing back.

    I went ahead and took at your installation.
    As it turns out, all the import options are indeed available (see screenshot)

    I am not sure if something changed on your end. But the good news is that it works.
    Perhaps some browser or site caching issue ?

    If you are still not seeing it on your computer, I would recommend trying with a private browsing window to see if that helps.

    Best regards,

    Geoff B.

    Geoff B.
    Member

    Good afternoon Thad,

    I am super stoked to hear that!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

    in reply to: Can’t disable email triggers #1259981
    Geoff B.
    Member

    Good afternoon Chris,

    I am super stoked that this did the trick as a workaround for now.

    I am going to switch this ticket to “Pending fix”.

    Have a good weekend,

    Geoff B.

    in reply to: Can't remove Ical and Google Calendar buttons. #1259978
    Geoff B.
    Member

    Good afternoon Justin,

    Fantastic!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

    in reply to: 404 page not found on all venue pages #1259976
    Geoff B.
    Member

    Good afternoon Ryan,

    I am super stoked that this did the trick for you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    in reply to: Maximum tickets by perso #1259974
    Geoff B.
    Member

    Good morning afternoon Adrien,

    I am super stoked this was helpful to you.

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

    in reply to: 404 page not found on all venue pages #1259532
    Geoff B.
    Member

    Good morning Ryan,

    As promised, I ran this by our coding staff and here is their answer.

    'key' => _EventStartDate,

    PHP is so kind, this would probably work (albeit it ought to throw a notice or warning) – it ought to be:

    'key' => '_EventStartDate', (strings should be quoted)

    and second, that change he is making is touching the main query for the venue page (ie, the venue query itself)

    venues don’t have start dates/times, only the events they might be associated with do … so by filtering to venues with an event start date he’s effectively stopping WordPress from locating the correct venue (edited) which is the real cause of the 404

    here’s what I’d suggest he do to avoid this: at the top of the method, add an extra check against $wp_query->get( 'post_type' ) and confirm the query relates to _events_ and bail out if it doesn’t

    Let me know if that helps.

    Have a great day!

    Geoff B.

Viewing 15 posts - 3,691 through 3,705 (of 9,860 total)