Barry

Forum Replies Created

Viewing 15 posts - 5,881 through 5,895 (of 17,936 total)
  • Author
    Posts
  • in reply to: Adding a sidebar to the single events page #725213
    Barry
    Member

    Hi Bob,

    Great question.

    Essentially, if that’s where you want your sidebar to go, you would pull it in with a WordPress function such as dynamic_sidebar() – you may find you need to wrap it in additional divs or other markup for it to inherit the look and feel of your site (and, possibly, your theme may have its own wrapper function you can use instead).

    Though this should all work and be possible, I do want to point out that single-event.php might not be the very best template in which to do this – though certainly give it a go and if it works well in the context of your theme that’s great. If you are using the default events template, though (you can check if this is the case by looking at the Events → Settings → Display admin screen), you may prefer to customize that template instead and add the sidebar in an appropriate place within there, instead, by using some code like this:

    // If a single event post is being viewed, include a sidebar
    if ( is_singular() && tribe_is_event() ) {
        dynamic_sidebar( 'sidebar_name' );
    }

    Does that help?

    in reply to: WPML issue, ajax buttons, reloads with ohter language #725192
    Barry
    Member

    Hi alehache2005,

    I’m sorry you’re experiencing difficulties. For something like this – basically a compatibility issue with WPML – we are pretty limited in terms of how much assistance we can offer.

    I think what’s happening is WPML is modifying URLs such that the desired language is expressed within the URL, however there is no particular established-standard for doing this and it unfortunately doesn’t mesh too well with the permalink rules put in place by The Events Calendar/Events Calendar PRO – which, I would add, are not really doing anything unusual.

    I’ll certainly log a note on our internal tracker as we’re trying to keep track of WPML-related requests like this one but, unfortunately, at this time I don’t think there is much we can do to help and would recommend approaching the WPML team for further assistance.

    Thanks again 🙂

    in reply to: Filter Bar Closes Instantaneously on Narrow Screens #725173
    Barry
    Member

    OK, excellent.

    I’ll close this out. If anything else pops up though or this becomes a bigger problem definitely open a new thread and let us know – thanks again!

    in reply to: Stock amount won't save in ticket edit #724792
    Barry
    Member

    How puzzling. What browser are you currently using and if you have a moment to test, does this happen with other browsers?

    in reply to: How do I show a list of specific events on a separate page? #724789
    Barry
    Member

    Yes that’s possible – you can just add a limit parameter:

    [event_embed limit="5"]

    Do note though that this isn’t actually something we typically support here on the official Modern Tribe forums – so I would ask that if you have any other queries you take them to the appropriate wordpress.org forum 🙂

    Glad to hear it meets your needs, though: I’ll go ahead and close this thread out and of course please don’t hesitate to create new threads as needed if we can help with anything else.

    Last but not least, if you have a moment to spare we’d love to hear your thoughts on The Events Calendar across on our plugin review page. Thanks again!

    in reply to: Organizer and Location search #724778
    Barry
    Member

    Thank you very much – we assess those regularly and of course this means that other users can “up vote” and show their support.

    I’ll go ahead and close this thread but if we can help with anything else please don’t hesitate to create new threads as needed 🙂

    in reply to: Calendar Widget not showing events below widget #724769
    Barry
    Member

    Hi Phil,

    I’m sorry to hear it’s still causing problems.

    Following from your previous thread, can you confirm if you were able to set things up on a dev/test site? If so, were you able to replicate the same thing there under default conditions as discussed?

    Thanks!

    Barry
    Member

    Thank you – that’s a great help and I can now replicate this locally. Bear with us a little longer while we dig into this one.

    One question I did have after an initial poke around the database: for all of the recurring events that are impacted in this way – were they all imported from Facebook?

    in reply to: Valid Credit Card Declined #723651
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Issues Regarding Plugin #723648
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Need Help Making Formats Match #723645
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Title not showing correctly #723640
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Photos View Column #723638
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: GCal/Ical Updates? #723636
    Barry
    Member

    Hi: I’m very sorry we missed these follow up questions. That was, unfortunately, due to a bug in our forum software (which only notified us of updates when the original poster added a new reply).

    Owing to the amount of time that’s elapsed I will now close this thread and I’d ask that if you still need help you create a fresh thread (and we do anyway prefer that you create new threads where possible rather than post in an existing thread by another user): one of the team will then be only too happy to assist 🙂

    Thanks!

    in reply to: Duplicate Facebook Events (Imported Again on Event Date) #723632
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

Viewing 15 posts - 5,881 through 5,895 (of 17,936 total)