Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi 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?
September 5, 2014 at 12:57 pm in reply to: WPML issue, ajax buttons, reloads with ohter language #725192Barry
MemberHi 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 🙂
September 5, 2014 at 12:47 pm in reply to: Filter Bar Closes Instantaneously on Narrow Screens #725173Barry
MemberOK, 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!
Barry
MemberHow puzzling. What browser are you currently using and if you have a moment to test, does this happen with other browsers?
September 5, 2014 at 9:19 am in reply to: How do I show a list of specific events on a separate page? #724789Barry
MemberYes 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!
Barry
MemberThank 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 🙂
Barry
MemberHi 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!
September 5, 2014 at 7:34 am in reply to: near by / geolocation, Show only the first instance…shows last instance… #724586Barry
MemberThank 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?
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi: 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!
September 4, 2014 at 8:41 pm in reply to: Duplicate Facebook Events (Imported Again on Event Date) #723632Barry
MemberHi! 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!
-
AuthorPosts
