Forum Replies Created
-
AuthorPosts
-
February 23, 2018 at 9:31 pm in reply to: How do I move the "explanation bubble" to a different form field? #1462635
Shane
ParticipantI can’t find the post, but it was in a forum on here. Anyway, here is the code. It works great, it just puts the bubble on the wrong form item.
function tribe_prevent_add_cart_empty() {
echo ‘jQuery( document ).ready(function(){ jQuery( "form.cart" ).each(function(){ var tribe_empty_form_message = "Please select at least one item before submitting"; var tribe_cart_submit_button = jQuery( this ).find( "button[type=submit]" )[0]; var tribe_checkout_fields = jQuery( this ).find( "input[type=number]" ); tribe_cart_submit_button.setCustomValidity( tribe_empty_form_message ); tribe_checkout_fields.each(function(){ jQuery( this ).on( "change", function(){ for (var i = 0, total_tickets = 0; i 0 ) tribe_cart_submit_button.setCustomValidity( "" ); else tribe_cart_submit_button.setCustomValidity( tribe_empty_form_message ); }); }); }); }); ';}
add_action( ‘tribe_events_single_event_after_the_meta’, ‘tribe_prevent_add_cart_empty’ );January 30, 2018 at 10:54 am in reply to: Changing any reference to "tickets" to something different "course" #1439952Shane
ParticipantIs there any documentation on how to use that plugin?
-
This reply was modified 8 years, 2 months ago by
Shane.
Shane
ParticipantI’ve tried that and it doesn’t work.
Shane M Belanger, Founder & Managing Member
Westerly Life LLC
401-594-4095 ext 1
Westerly Life | Westerly Food | Westerly Foto | Westerly Host | Wester.ly
Shane
ParticipantThis reply is private.
Shane
ParticipantThanks…that fixed it!
Shane
ParticipantThe file is too large I believe. It keeps timing out. The export file is 12mb.
Shane M Belanger, Founder & Managing Member
Westerly Life LLC
401-594-4095 ext 1
[email protected]Westerly Life | Westerly Food | Westerly Foto | Westerly Host | Wester.ly
Shane
ParticipantIs there a way to import settings to my dev site?
Also, the filter bar license won’t work on both sites. Thanks.
Shane
ParticipantThanks. That did the trick. Caching the calendar cut my load time in half – I guess the next upgrade will have to put emphasis on more power!
August 1, 2017 at 10:20 am in reply to: Moved website to new server and I have broken image links #1328938Shane
ParticipantThanks for your help. Excellent tech support!
July 26, 2017 at 8:40 pm in reply to: The filters and columns section in the events dashboard is not working properly #1326730Shane
ParticipantThank you for the fix! Your tech support is second to none!
Shane
ParticipantI need to revise my response, on only a certain few it does not work. Not sure why, but I’ll just roll with it. Here’s a link to the page where it does not work >>
https://westerlylife.com/event/foraged-of-the-earth-dinner/
Thanks.
Shane
ParticipantI’m sorry, but that did not work.
Shane
ParticipantThank you. That little bit of CSS works beautifully! Until the next issue – good day!
Shane
ParticipantOk…it was a theme conflict and that is all taken care of now.
My issue now is that on mobile devices, the filter bar is covering up the date heading for the calendar. I’ve attached a photo for you to see what I mean. Thanks.
April 1, 2017 at 7:24 am in reply to: Remove the included calendar search and use only filter bar #1262974Shane
ParticipantThat did not work.
-
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
