Home › Forums › Calendar Products › Community Events › Formatting of Submit An Event Page
- This topic has 22 replies, 3 voices, and was last updated 10 years ago by
Support Droid.
-
AuthorPosts
-
March 30, 2016 at 3:43 pm #1096148
Laree Mancour
ParticipantThis reply is private.
March 30, 2016 at 8:39 pm #1096227Laree Mancour
ParticipantWTF?!? I updated Events, Events PRO, and Events Community plugins per your latest update (4.1.1) and it automatically deactivated both PRO and Community plugins. I didn’t even notice until someone in my “community” asked why they were looking at a 401 page.
Seriously?
March 31, 2016 at 12:56 am #1096258Brook
ParticipantThis reply is private.
March 31, 2016 at 1:44 pm #1096635Laree Mancour
ParticipantThis reply is private.
-
This reply was modified 10 years, 1 month ago by
Laree Mancour.
March 31, 2016 at 5:46 pm #1096737Brook
ParticipantAwesome!
It looks like there is a little padding being added around each of the day numbers in the datepicker. This CSS was fixing it for me:
.ui-datepicker td .ui-state-default { padding: 0; }In addition, I noticed the year/month selector was arranged vertically instead of horizontally. If that’s not intentional, this CSS will get them horizontal like they usually are:
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { float: left; }Did that work??
Cheers!
– Brook
March 31, 2016 at 6:01 pm #1096740Laree Mancour
ParticipantCongratulations Brook–you’re the only one who figured out how to fix the calendar. We now have Sundays. Nice work.
Now we just need to get the form to look like this one – left justified – and we’re golden: http://nordiclarp.org/calendar/community/add
One other question: Is there a way to show all the categories without having to click “Show all categories ( 13 )”?
March 31, 2016 at 9:23 pm #1096778Brook
ParticipantSplendiferous news!
Clicking that button fires these two lines of JavaScript
jQuery( '.hidden_category' ).removeClass( 'hidden_category' ); jQuery( '#show_hidden_categories' ).hide();You could just fire those as soon as the document is ready. Pasting this code somewhere on the page ought to do it I would think:
jQuery( document ).ready(function() { jQuery( '.hidden_category' ).removeClass( 'hidden_category' ); jQuery( '#show_hidden_categories' ).hide(); });That work?
Cheers!
– Brook
April 15, 2016 at 9:35 am #1103096Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts
- The topic ‘Formatting of Submit An Event Page’ is closed to new replies.
