Forum Replies Created
-
AuthorPosts
-
indycourses
ParticipantThanks, I consider this resolved
April 26, 2016 at 5:53 am in reply to: Community Add Event form, change taxonomy checkboxes #1107037indycourses
ParticipantThanks Nico,
That worked, with just a couple little tweaks which are below for reference for others; I switched out “jQuery” for “$” and removed whitespace in a couple spots that prevented the script from working.
It’s not ideal, since this is changing the default and expected behaviour of a checkbox, but it’ll work for now.
$(document).ready( function ( ) { $('.tribe-events-community-details #event-categories input[type=checkbox]').click( function ( event ) { $('.tribe-events-community-details #event-categories input[type=checkbox]').not(this).attr('checked', false); }); });indycourses
ParticipantHi Hunter,
Thanks for the reply. I am using the template override as outlined in the themer’s guide; however, there is no markup indicating where the login form is being placed. To be clear I don’t want to edit the form, just add markup before and after it.
Thanks
indycourses
ParticipantThank you.
I will work through the plugin updates.
I also found in the NorthCol comments on themeforest that they are aware of the VC issue with WP 4.5 and are working on a new release.
I appreciate your guidance.
indycourses
ParticipantThis reply is private.
indycourses
ParticipantApril 4, 2016 at 6:36 am in reply to: Modify "Recurrence Rules" and "Add Another Rule" text #1097833indycourses
ParticipantThanks so much Geoff, that solves it.
-
AuthorPosts
