Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi Bernhard – when you say you are exporting and importing, can you confirm what you are using to do this?
July 16, 2013 at 11:03 am in reply to: Ajax is not disabled even after using the disable ajax box #55479Barry
MemberCan you confirm which option you are referring to? If it is the one labelled Enable ajax to live refresh content then that only affects the process of automatically updating the list of events when you add terms to the events bar.
July 16, 2013 at 10:59 am in reply to: Linking mini calendar month heading to page with month view #55477Barry
MemberI’m guessing the $date variable hasn’t been defined. Where is this code running? Is it in a template override?
Barry
MemberHi Dominik,
Regarding the permalink editor first of all: although what you are doing may not on the face of it seem to likely to cause a conflict it’s possible that plugin’s code itself – and the way it manipulates WordPress’s list of rewrite rules (if indeed that’s what it’s doing, since I’m unfamiliar with it I’m really offering a guess here) – could be the root of the conflict rather than any specific changes you have made through it.
Based on the fact that turning it off seems to resolve that issue though it would seem to be the problem.
For the page not found issue, one thing you could try is the advice given toward the end of this thread which should stop month views from returning a Page Not Found status even when they are empty.
Beyond that, is the page title issue only a problem when WordPress SEO is activated?
Barry
MemberThey do in fact seem to be in the correct order to me: running left to right and top to bottom, if we take the top of each photo to be the position of the event then they are actually chronologically ordered.
Since the photos have different sizes, and the descriptive text may also be shorter or longer, the tiling effect can give rise to a small amount of “distortion” – however there is no simple way to control that, I’m afraid, unless perhaps you knock out the code which positions them (in which case they would be laid out in a rigid grid with greater potential for wasted space).
Barry
MemberRight – there are many ways to do this.
If you want to make some really quite drastic changes you could for instance remove the echo tribe_events_single_event_meta() call from within your single-event.php override and replace it with your own custom code.
For something less drastic like changing the Event Tags label you can instead use a filter like this – and again avoid changing core plugin code.
Does that help at all here?
Barry
MemberExcellent.
Barry
MemberNo problem, glad you’re all sorted here.
Barry
MemberHi Brent,
Sorry to hear that. There’s always a risk that that can happen and so to avoid the possibility of being “locked out” I would generally recommend adding code like this via FTP so that you have a quick means of erasing it.
If you included the <?php tag at the start of that snippet then that may have caused the breakage: your functions.php file very likely already has that in place – in which case there is generally no need to add it a second time.
Sorry once again and definitely feel free to wait until a definitive fix is released if you prefer not to dabble in PHP.
Barry
MemberHi adventuresneo, that’s possible. Can you share a URL so I can look at your specific installation (if you wish to do so privately please create a new thread first of all)? Thanks!
Barry
MemberOK, how about using the excerpt and adding your image/link to TicketMaster there?
Barry
MemberHi Marc,
Sorry first of all for the delay in responding – we’ve been experiencing high levels of demand for support and that has unfortunately meant a few threads like this one have slipped through the cracks.
Have you checked out our new themer’s guide? The ‘equivalent’ of 2.0.11’s single.php is single-event.php and it would now sit in a subdirectory of your theme called tribe-events rather than events.
Does that help?
Barry
MemberHi cleanlakesalliance – do you still need assistance with this one?
Barry
Member@hubsaltlake: how odd that you don’t see the events link being set to active. Just to be absolutely clear, are you selecting the Events page (when adding it to your menu) via the list of Events Pages http://d.pr/i/5d3g (to see this box you need to enable events from the top of the Appearance > Menus screen – http://d.pr/i/VKSC)?
It may be that if you are manually entering it as a custom link something doesn’t get connected to trigger the active state.
@csamaras: I think that is a quite different problem and would encourage you to create a new thread for it to avoid any confusion.Thanks!
Barry
Member(That readme is, I believe, still a work in progress – hence it is marked TO-DO.)
-
AuthorPosts
