Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.jpg

    Here 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.jpg

    Please 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!
    -Todd

    #171898

    the post images don’t work but the URLs do. sorry about that.
    please look at the URLs. : )
    they work until everything is fixed. : )

    #172979

    Hi!

    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,
    Yigit

    #176090
    This reply has been marked as private.
    #176278
    This reply has been marked as private.
    #176281
    This reply has been marked as private.
    #176934

    Hi!

    Please try to add following code into the quick css field to fix the calendar styling issue

    
    #top a {
    max-width: none;
    }
    

    Cheers!
    Peter

    #177225
    This reply has been marked as private.
    #177284

    Hi!

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘event espresso calendar not formatting correctly with enfold theme’ is closed to new replies.