Cinch

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts
  • Cinch
    Participant

    Reporting this same issue on multiple sites I manage.

    in reply to: Aggregator not importing events from Facebook #1407947
    Cinch
    Participant

    Hi Patricia,

    Thank you so much, that must have been the problem. I can’t test it now because I imported each event individually, but I’m sure this is the fix.

    Thanks again,
    ~ Bryan

    in reply to: Location and Organizer data not being saved #1157060
    Cinch
    Participant

    Thanks guys, issues are all clear on my end.

    in reply to: Duplicate column name 'post_date' #1005464
    Cinch
    Participant

    Okay thanks for the info. Option number two seems to have solved the issue.

    Cheers,
    ~ Bryan

    in reply to: 3.5.2 Infinite loading site #144335
    Cinch
    Participant

    Thanks Barry. I think my plan is basically to start from scratch, clearing all old events and beginning with a fresh install. There seems to be a lot of inexplicable cruft built up over the last few years – starting fresh might clear that out as well.

    Thanks,
    ~ Bryan

    in reply to: 3.5.2 Infinite loading site #142713
    Cinch
    Participant

    Actually, the missing/not missing events is happening with the 2.x version as well. I’ve got a recurring event on the main calendar but it’s no where to be found in the back end events list. The only way to edit it is to use the edit link from the front end.

    I know this is a separate issue and I should probably open a separate ticket for it…

    in reply to: 3.5.2 Infinite loading site #142704
    Cinch
    Participant

    Looks like all is not well… After reinstalling from the original backup, and upgrading to 3.4, it appears all of my recurring events are gone… Well, not gone… the event list says there’s over 3000 published events, but only 4 pages worth… Event category’s say they have a number of posts, but clicking through to these shows no posts available…

    Do I need to update the plugins one version at a time perhaps?

    in reply to: Latest 3.5.2 still breaking site #142614
    Cinch
    Participant

    Okay Brook I’ll start my own thread.

    in reply to: Latest 3.5.2 still breaking site #141881
    Cinch
    Participant

    I am having a similar issue with 3.5.2 – unending load times on the front-end, not able to load on the backend.

    I’m currently running this on my local environment, using MAMP. I’ve tested it with the default theme and all other plugins disabled.

    Another note, this is an update from version 2.x something…

    in reply to: Uncheck 'Show Google Maps Link' in Venues #61627
    Cinch
    Participant

    Hi Rob. Yes, I’m simply hiding that link via CSS. At this point I’m happy with where it’s at so consider this thread resolved.

    in reply to: Uncheck 'Show Google Maps Link' in Venues #60496
    Cinch
    Participant

    Hi Barry,
    Yes, I’ve deactivated all plugins except ECP, changed to default theme, and the problem persists. I run a basic WordPress install running twenty-whatever locally, and the issue is there as well.

    If you can’t replicate it I’ll just have to hide it with CSS.

    in reply to: Uncheck 'Show Google Maps Link' in Venues #59708
    Cinch
    Participant

    Hi Barry,

    No, I’d like to leave the option for events that have an actual, Google-able event. I can’t seem to uncheck the map link checkbox. I uncheck it, it comes back after updating the event.

    Cinch
    Participant

    Update to last post. Adding && is_single() via Jonah’s gist does indeed work correctly.

    Cinch
    Participant

    Just checked using that conditional within a template file and can confirm that it doesn’t work. Returns true for every page.

    Cinch
    Participant

    Hi aguawebdesign,

    Here’s a similar conditional that I am able to use within functions.php:

    if ( get_post_type() == ‘tribe_events’ || ‘tribe_venue’ || ‘tribe_organizer’ ) {

    // Do stuff
    }

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