CSS for calendar not loading
-
When using the “Date” field in the contact form, the CSS for the calendar (date/ctf_epoch_styles.css) will not be loaded. This is because the @import statement is injected using jQuery (lines 196-198 in includes/class-fscf-util.php), but jQuery might not be available at that moment.
A workaround working for me:
- remove or comment out lines 196-198
- remove comment from line 165 (
wp_enqueue_style ...
)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS for calendar not loading’ is closed to new replies.