Event Calendar on the Fritz

Home Forums Calendar Products Events Calendar PRO Event Calendar on the Fritz

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #106193
    miken110
    Participant

    I have a BAD problem with the styling of my calendar, no matter what view it is in (tribe, full styles, or skeleton). It seems like the divs of the month separator titles overlap with actual events.

    Is there anyone I can give admin login to so that they can take a look at it? You can see the issue on the site here:

    http://bcstreak.streaku.com/events/

    Mike

    #106206
    Casey
    Participant

    Mike,
    Sorry to hear you’re having trouble here, but hopefully I can help. When viewing your site, everything seems to be displaying correctly for me (screenshot). Could you send me a screenshot so I could see exactly what you’re referring to and investigate further? Thanks!

    -Casey-

    #106327
    miken110
    Participant

    Hi, The events calendar styles in the screen shot you sent are messed up. I have taken screenshots in both the “full styles” and “modern tribe theme” and circled where the months dividers and their lines that separate them are broken. If you check back to the site now you can see that you cant even click on the event where it is broken. My ScreenShots are below:

    http://bcstreak.com/ss1.png

    http://bcstreak.com/ss2.png

    Thank you for your help and let me know what needs to be done!

    Mike

    #106530
    Casey
    Participant

    Mike,
    This is due to your theme adding the following styles to the ‘.block-type-content .hentry’ element:


    float:left;

    You should be able to add this to your theme’s stylesheet to fix:


    .events-list .block-type-content .hentry {
    float:none !important;
    }

    Hopefully that does the trick. Thanks! 🙂

    -Casey-

    #107854
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted and marking the thread as answered. Since it looks like you’re all set, I’m going to close out this thread.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Event Calendar on the Fritz’ is closed to new replies.