[email protected]
Forum Replies Created
-
OMG this is so simple and great. I tweaked it a bit to….
#_LOCATIONNAME
<p>Directions</p>Thank you so much for answer
- This reply was modified 7 years, 2 months ago by [email protected].
- This reply was modified 7 years, 2 months ago by [email protected].
https://civicyork.ca/my-events/?action=edit though I think you may need to be logged in to see this page. Is there anyway to get you a screen print?
Ok, I found in my theme (Avada) a field that determines the size of all Form Input and Select Height fields. I had it set to 29px which works well for most Form Input fields. I an even set it to 2em and that looks good for all the other form input fields, but neither of these work for this category field which requires a drop down box. So what I want to know is there code for this field on this form that I can specifically override?
Here is the CSS in inspector for this field. If I uncheck the height or make it auto(in inspector) then the field displays correctly. I’m only a newbie in css overriding, so do I have to override this entire block, or is one of the settings from events-manager and I can be more specific in my override?
#bbpress-forums .bbp-search-form #bbp_search, #comment-input input, .avada-select .select2-container .select2-choice, .avada-select-parent select, .bbp-login-form input, .bbp-reply-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_title, .bbp-topic-form select#bbp_stick_topic_select, .bbp-topic-form select#bbp_topic_status_select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .fusion-login-box .fusion-login-form input[type=”password”], .fusion-login-box .fusion-login-form input[type=”text”], .input-text:not(textarea), .main-nav-search-form input, .post-password-form label input[type=”password”], .search-page-search-form input, .searchform .search-table .search-field input, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, input.s, input[type=”email”], input[type=”password”], input[type=”text”], select {
height: 29px;
padding-top: 0;
padding-bottom: 0;
}Forum: Plugins
In reply to: [WP FullCalendar] How to over ride a color for categoryMake sure the secondary category is named alphabetically after the desired category. It seems that if you have two categories on an entry, the first (by alpha) is used and the second one is unused. We are doing this with some entries
Forum: Plugins
In reply to: [Aesop Story Engine] Prob with Parallax ComponentI was fine with the Parallax Gallery component. It was the plain Parallax component that doesn’t work for me.
I am also using the Sterling theme and have deactivated all other plugins and am using 5.1.7, but it doesn’t work. Did this ever get resolved?