Forum Replies Created
-
AuthorPosts
-
June 18, 2014 at 1:07 pm in reply to: How do I display product variable or attributes with wootickets. #233653
Barry
MemberHi Sanver,
I’m afraid the current release of WooCommerce Tickets isn’t designed to work with variants (/attributes) – so though I’m sure it’s possible to accomplish something with some custom dev work this sadly isn’t something we’re going to be able to offer much help for.
Barry
MemberHi everyone,
My focus in this thread will be on helping the original poster – yogadevo – but you are of course welcome to monitor things and see if we uncover anything that might help in your own cases. If you need further help though (with the exception of yogadevo of course) please do go ahead and create new threads of your own. Thanks!
@yogadevo: can you confirm if you’ve had an opportunity to run through our standard troubleshooting steps? Just to summarize, those are as follows:- Ensure your Modern Tribe plugins are up-to-date (sounds like they are!)
- Deactivate all other plugins and leave only The Events Calendar and Events Calendar PRO activated
- Switch to a default, unmodified theme such as Twenty Fourteen or Twenty Thirteen
- Does the same problem still occur?
Thanks!
June 18, 2014 at 12:57 pm in reply to: duplicate / relocate the “+ iCal Import Listed Events” button #233629Barry
MemberHi Christopher,
I appreciate the urge to bump threads can be strong, but please bear in mind as things currently stand on this forum it actually moves you further down the list.
You should be able to adjust the position in list view, etc – and duplicate those buttons in single event views – with a snippet like this (which you might add to your theme’s functions.php file):
add_action( 'init', 'adjust_ical_buttons' ); function adjust_ical_buttons() { // Move the event view iCal buttons higher remove_filter( 'tribe_events_after_footer', array( 'TribeiCal', 'maybe_add_link' ), 10, 1 ); add_action( 'tribe_events_after_the_title', array( 'TribeiCal', 'maybe_add_link' ) ); // Duplicate the iCal/gCal buttons on single event pages add_action( 'tribe_events_single_event_before_the_content', array( 'TribeiCal', 'single_event_links' ) ); }To style the buttons you’re going to need to add some custom CSS. With that in mind, please do familiarize yourself with our Themer’s Guide if you haven’t already done so – the sort of selector you might use would look like this:
.tribe-events-button, #tribe-events .tribe-events-button { background: Sienna }Does that help?
Barry
MemberHi Maikol – sorry to hear you’re facing difficulties.
Sometimes events/pages with an adult theme (including a connection with venues serving alcohol) can have additional restrictions imposed on them and, sadly, that’s not something we can control.
My hunch is that that is what’s happening in this case, but you could bear out this theory by attempting to import a test event such as this one:
URL: https://www.facebook.com/events/209426265763307/
ID: 209426265763307Assuming that works for you then I think this issue is particular to the event in question (or the venue it is associated with). Does that help/clarify things?
Barry
MemberHmm, that must be annoying.
I do see you already tried our default troubleshooting steps (deactivating all other plugins and switching to a default, unmodified theme such as Twenty Twelve) which is fantastic – thanks for giving that a try 🙂
Can you confirm what the outcome of that test was? Did you manage to narrow this down to a conflict with anything?
Barry
MemberHi – great question!
I’m afraid that’s not facilitated “out of the box”. Definitely achievable, though, but we’d need to leave you/your developer to figure out the details for a customization like this one.
Good luck 🙂
Barry
MemberThanks Andy! Michael: were you able to get things up and running?
Barry
MemberHi – great question!
We do indeed have a plugin that might interest you here:
The idea is that you create events as normal and can additionally set up tickets (behind the scenes, these are simply WooCommerce products). Might that fit your clients needs?
June 18, 2014 at 12:29 pm in reply to: Seeing past events in the List, Month, photo and weekly views #233570Barry
MemberHi – sorry you’re hitting difficulties. You haven’t provided a URL so I can’t check things out for myself, but ordinarily should be able to view a past events page something like this one:
http://wpshindig.com/events/past/?action=tribe_list&tribe_paged=1
Is there a reason that’s not viable in your case? I was also curious about this comment:
It’s especially annoying to us that in the month view events before the current date don’t appear, making it look like we haven’t been doing and going to all the things we have been.
If you look at our demo site, though, you can see that while we’re part way through June events from earlier in the month are indeed still visible. Am I right in thinking you are experiencing something quite different?
What versions of our plugins are you using, and have you tried our standard troubleshooting steps (deactivating all other plugins and temporarily switching to a default, unmodified theme such as Twenty Thirteen)?
Thanks!
Barry
MemberHi Gordon Banks – please feel free to monitor this thread for ideas but if you need further help that is specific to your situation please do create a new thread of your own.
inkmouse2: thanks for those screenshots, but is there any way I could see a live example? Unfortunately the screenshots alone don’t give me any insight into what custom CSS might exist in the case of your child theme (or indeed what the HTML structure is), and given you stated it works correctly with Twenty Fourteen itself I’m guessing there must be some differences between that and your child theme?
Barry
MemberHi!
Perhaps we could modify those snippets and replace them with a consolidated version?
add_action( 'tribe_pre_get_view', 'occassionally_kill_pro_title_filter' ); function occassionally_kill_pro_title_filter() { remove_action( 'tribe_pre_get_view', 'occassionally_kill_pro_title_filter' ); if ( ! tribe_is_photo() ) return; // You could extend or further limit when this runs remove_filter( 'tribe_get_events_title', array( TribeEventsPro::instance(), 'reset_page_title')); add_filter( 'tribe_get_events_title', 'modify_events_title' ); } function modify_events_title( $title ) { $anglebracket = '›'; $position = strpos( $title, $anglebracket ); if ( $position <= 0 ) return $title; return substr( $title, $position + strlen( $anglebracket ) ); }Does that help?
Barry
MemberOK, so the problem is you cannot set the background image or the page title – and are these functions provided for other pages by your theme? Can you share any more details about your theme and where you obtained it from?
June 18, 2014 at 10:52 am in reply to: Ticket confirmations or ticket emails not being sent or recieved. #233449Barry
MemberOK – hopefully it was a temporary blip of some sort, but definitely let us know if you hit further difficulties.
June 18, 2014 at 10:49 am in reply to: Configure Events In Calendar To Show Artist Then Country #233444Barry
MemberI’ll go ahead and close this thread – but if we can help with anything else please do create new threads as needed. Thanks!
Barry
MemberIt’s been a while so I’ll go ahead and close this – but if we can help with anything else please don’t hesitate to let us know by opening a new thread. Thanks!
-
AuthorPosts
