Tagged: enfold
-
AuthorPosts
-
October 7, 2013 at 10:23 pm #171895
Hello —
I have an issue related to Event Espresso plug-in — the appearance of the calendar works fine with the base wordpress theme but does not display properly with the Enfold theme active.When the calendar is displayed in Enfold, the boxes for info within the calendar get clipped width-wise, and the height of the boxes appearing within the calendar do not keep proper height in relation to the calendar box: in other words, if the calendar box has more than one event, the height of the calendar box needs to open up. Enfold is not opening up the appropriate amount — and this “appropriate amount” does happen in the base wordpress theme.
Here is an example of the calendar being displayed correctly in the base theme:
http://tekpal.com/194-2/
http://s11.postimg.org/cmokmuun7/working_calendar_ee_wp2013basetheme.jpgHere is a picture with Enfold, with the messed up calendar:
http://lamothetech.com/events-calendar/
(( all you see are very narrow vertical boxes — when you click on the narrow vertical box in the calendar, you will see a calendar event ))
Also visible as a post image:
http://s9.postimg.org/99gnqh2q7/bad_calendar_ee_wp2013basetheme.jpgPlease let me know what you suggest.
I think this may have something to do with the way you are processing div’s on the page…?Please advise,
thanks very much!
-ToddOctober 7, 2013 at 10:24 pm #171898the post images don’t work but the URLs do. sorry about that.
please look at the URLs. : )
they work until everything is fixed. : )October 9, 2013 at 1:17 pm #172979Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fc-event-inner { overflow: visible!important; } a.fc-event { position: relative; }
Regards,
YigitOctober 15, 2013 at 10:02 pm #176090This reply has been marked as private.October 16, 2013 at 9:15 am #176278This reply has been marked as private.October 16, 2013 at 9:25 am #176281This reply has been marked as private.October 17, 2013 at 10:43 am #176934Hi!
Please try to add following code into the quick css field to fix the calendar styling issue
#top a { max-width: none; }
Cheers!
PeterOctober 18, 2013 at 12:28 am #177225This reply has been marked as private.October 18, 2013 at 7:59 am #177284Hi!
I see no easy way to fix the issue because the position of the calendar data is generated dynamically and extending the height of the entire table row just because of one or two items doesn’t make sense imo. You can hide the preview image with following css code though
#espresso_calendar .thumb-wrap img { display: none; }
– then the data should fit into the table cells.
Cheers!
Peter -
AuthorPosts
- The topic ‘event espresso calendar not formatting correctly with enfold theme’ is closed to new replies.