sean

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • in reply to: Filter by State #986403
    sean
    Participant

    Thanks for the info Brian

    sean
    Participant

    Hi George,

    Perfect, thank you very much! Appreciate the details and explanation. Happy to hear that it should be a fairly straightforward customization for whoever we hire.

    Regards,
    Sean

    in reply to: Event Tags on Submit an Event form #984457
    sean
    Participant

    Hi George,

    Thank you for this info! It definitely helps us get on the right path for making the customization’s.

    Regards,
    Sean

    in reply to: Columns for My Events List #974751
    sean
    Participant

    Thanks Barry. Looks like that code still does the trick.

    On a related note, is there a filter or hook that we should reference if we want to add “View | Edit” within the Organizer’s and Venue’s of the My Event List (just as the Event Title displays those options beneath each Event Title)?

    • This reply was modified 8 years, 10 months ago by sean.
    in reply to: Use saved Organizer/Venue #974413
    sean
    Participant

    Thanks Barry. Appreciate the info!

    in reply to: Changing the Event Description to NOT required #962903
    sean
    Participant

    Great, thank you!

    in reply to: Developer Guide: Adding a Custom Filter to the Filter Bar #932571
    sean
    Participant

    Great, thanks Barry. Good to know that support-related doc requests can be posted to UserVoice. Also, do there happen to be any ETA on that knowledgebase article?

    in reply to: Removing event recurrence info from database #929277
    sean
    Participant

    Appreciate the info Brook. Glad to hear these are on the road map and I completely understand the rational for the second part being slotted a bit lower on the priority ladder.

    Thanks again,
    Sean

    in reply to: Removing event recurrence info from database #928991
    sean
    Participant

    Hi Brook,

    Thanks for the quick response. That’s a bummer there isn’t an easy fix. Although the delete method is certainly doable, it definitely would add a lot of work on our end. We’re really hoping that a fix for this can make it into the 3.10 release, as we have a bunch (hundreds) of existing events that need to be corrected.

    Thanks,
    Sean

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #893975
    sean
    Participant

    Ah, didn’t even think of trying the WordPress conditional. That works! Thanks!

    I’d be interested in seeing the Genesis snippets guide you’re putting together. Would you be posting that on tri.be or elsewhere when its finished?

    Regards,
    Sean

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #890562
    sean
    Participant

    Hmm, odd that the single event conditional isn’t working. FYI, I also tried this on the Genesis Sample theme with only these functions (tribe_genesis_meta_title and event_genesis_do_title) added to function.php, but it still isn’t adding separators to the page titles. So it looks like something in Genesis is overriding the function, but only on single events.

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #889089
    sean
    Participant

    So it looks like inputting a space in the “Document Title Separator” field provides a workaround for removing that extra separator. Note that leaving that field blank will lead to the default “-” (hyphen) being inserted with the site name, thus a space must be inserted in the field.

    Also, I am pretty sure that I’m using the correct conditional to apply this function to the single event pages, but the separator is not being included on those pages. Can you please confirm if I have the correct conditional in the function? http://pastebin.com/225UtVSj

    A Genesis guide for the snippets would be great. I’m sure that’ll be extremely helpful for everyone that uses that framework.

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #888529
    sean
    Participant

    Hi Brian,
    Thank you very much. That snippet seems to fix the majority of the pages. I’ll ask StudioPress how that last separator can be removed. Thanks again!

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #885497
    sean
    Participant

    This reply is private.

    in reply to: Follow up to Change Single Event Page Title #850166
    sean
    Participant

    Thanks Brook! The PHP config must be the source of the issue then. Although changing the 4 to a 3 didn’t work, the revision to your function did remove the “Upcoming Events” from only the single event pages.
    if(is_single() && $text === 'Upcoming Events' && $domain === 'tribe-events-calendar')

    So now the single event page titles are showing as “| Example Event Title | My Site Name:” It isn’t possible to remove the first divider (before the event title) with this snippet though since its a translation, correct? Any gut feeling as to what might be worth changing in my PHP config to allow the original script to run properly? Thanks in advance for any suggestion on that front.

Viewing 15 posts - 1 through 15 (of 25 total)