Forum Replies Created
-
AuthorPosts
-
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!
July 25, 2014 at 6:38 am in reply to: Editing the title section to remove the price elements #505705Barry
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!
July 25, 2014 at 6:38 am in reply to: Your version of The Events Calendar is not up-to-date with one of your The Event #505701Barry
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!
July 25, 2014 at 6:29 am in reply to: Password protection only hides the text, NOT the ability to purchase a ticket!! #505664Barry
MemberI do apologize, I should have caught that. Can you update that code to:
<?php global $woocommerce; if ( ! empty( $post->post_password ) && ! wp_get_current_user()->ID ) return; ?>… Does that help?
Barry
MemberThat’s great to hear, thanks Steve.
I’ll go ahead and close this thread but (if you haven’t already done so) please do email the team and hopefully we’ll get you sorted and will also get this functionality added to the mix in a future release 🙂
Barry
MemberIt’s the same duplication of recurring events that many of the other users on this forum have noted numerous times.
Right, but the same symptoms on the surface doesn’t mean the underlying problem is the same – if it was, I would expect the cleanup plugin to work it’s magic as it’s proven itself successful in many cases now.
Before we continue to look at the next problem, can you confirm there is no longer any issue with duplicates (at least within the staging site where you performed the update)?
July 25, 2014 at 6:19 am in reply to: Remove country fields and enlarge the title case Events community submission #505612Barry
MemberExcellent, I’m glad that helped 🙂
In that case 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. Also, last but not least, if you had a moment and wished to leave a review on our plugin review page that would definitely be appreciated.
Thanks again!
Barry
MemberOK, thanks for clarifying. Let’s use a different approach (than CSS) to remove the time from the string at the top of the single event pages. Please add the following snippet to your theme’s functions.php file:
add_filter( 'tribe_events_event_schedule_details', 'remove_schedule_details_time' ); function remove_schedule_details_time( $dt_string ) { // This approach relies on a fairly unique non-empty separator being set $separator = tribe_get_option('dateTimeSeparator', ' @ '); $split = strpos( $dt_string, $separator ); // If the split point can't be found, bail if ( ! $split ) return $dt_string; // Otherwise, return everything *up to* the split point return substr( $dt_string, 0, ++$split ); }This does assume that you’ve got a separator symbol such as @ set up, which is the default behaviour. To remove the time from the meta section below, please first read through our Themer’s Guide which covers the basics of safely overriding and customizing our templates.
From there you will be interested in overriding the modules/meta/details.php template. Within your own copy locate this fairly lengthy section of code and reduce it to this (so your final custom template should basically look a bit like this).
Does that help?
July 25, 2014 at 5:53 am in reply to: theme conflict Jquery failing on custom post type "tribe events"? #505413Barry
MemberHi Michael,
I’m not sure that’s quite the same – this is also a pretty old issue and generally speaking we anyway ask that users create new threads of their own rather than jump into much older threads.
It helps avoid confusing threads that cover many different issues – so if you could go ahead and do that we’d appreciate it and one of the team will help as quickly as they can. I’ll go ahead and close this thread in the meantime.
Thanks!
Barry
MemberHi Rob,
It’s generally best to avoid jumping into other people’s threads unless you are absolutely certain the problem and the cause are identical to that of the original poster. It’s usually a lot faster and avoids confusion if you create a new thread of your own 🙂
Please also refrain from “bumping” threads. It’s often counter-productive on forums like this one (it makes it appear as though you’ve only been waiting since the time when you bumped things) and, in any case, while we try hard to respond within 24hrs during the working week nothing like that time has elapsed since you posted.
I managed to add the events back to the footer, but it has larger text, so it can’t fit as large of list as before.
So it sounds like you sorted things out @robpoole which is fantastic. Can you confirm this is resolved? It would also be fantastic to hear what you did to add them back.
Barry
MemberWe’d be sorry to lose you, but you can email us at pro (at) tri (dot) be to request this. If possible, please include a link to this thread to give the team some context and also include a copy of your purchase receipt.
Thanks again – and I’m sorry it didn’t work out on this occasion, but hopefully we’ll be able to woo you back at some future point 🙂
July 24, 2014 at 1:57 pm in reply to: Remove country fields and enlarge the title case Events community submission #499166Barry
MemberAwesome – glad that part is resolved 🙂
the title fields is already filled with : “soumettre un évènement” and the field in the case is really too short.
Ah, I see. In that case the problem is pretty much identical (in nature) to the 2nd issue you raised and can probably be resolved by switching to pretty permalinks.
For the second point : I would be grateful if you can give me some links to learn about “pretty links”.
Definitely – please see here.
Unless for some reason your hosting environment does not allow pretty permalinks, this is a much better way to go and is normally as simple as visiting the Permalink Settings screen, selecting %postname% or some other pattern and saving the changes.
With that done, you should find that you can reach the Community Events submission page at:
…/events/community/add
The actual link will be available via the admin toolbar, so check their first.
Does that help?
Barry
MemberIt is indeed a small place 🙂
Glad it helped, just let me know if there’s anything else we can do to help with this one (or if there are any other separate issues that crop up definitely open a new thread and one of the team will be happy to help).
Thanks!
July 24, 2014 at 1:15 pm in reply to: Searching by Event Location doesn’t return existing events #498997Barry
MemberHi mamothgroup – you are more than welcome to follow this thread but I notice you don’t have map view enabled and nor is the location search field available – so I wonder if it isn’t a slightly different issue in your case (unless you have already established that your site is exceeding Google’s API limits).
In either case, it’s usually best to create a fresh thread of your own where one of the team can assist and tailor support to your specific situation. Thanks!
@veruska – how are you getting on here? Did the questions in my last reply make sense and is there anything else we can do for you here? -
AuthorPosts
