• Resolved chroix

    (@chroix)


    Everything works gerat unless I have a lot of entries in a day, then the list gets cut off, sometimes part way through the title. It seems locked in to a certain maximum height.. is there a way to change what the maximum height is or a different approach to allow all of the events to be shown for a day on hover?

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey chroix. Thanks for the note here; any chance we can get a link to your site, so we can see this and try to point you in the right direction? Thanks!

    Thread Starter chroix

    (@chroix)

    Hey Chroix. Thanks for the link; I checked the calendar and even your most event-laden days don’t seem to be getting cut off in grid/calendar view. Can I assume you got this sorted? If not, are you able to point me to a date where I can see the problem in action?

    Thanks in advance!

    Thread Starter chroix

    (@chroix)

    nope, check out the 14th or 15th or 23rd. it goes about 250px high and cuts off anything above that.

    How did you get the mini calendar in the sidebar to begin with? Thought The Events Calendar didn’t have short code use…?

    Thread Starter chroix

    (@chroix)

    it was available in the widgets menu under appearance.

    Ah yeah, I’m seeing your issue there chroix. Not sure what would be causing that unless there is a problem with the theme, but let me see if Jonah from our dev team can advise you on that end. If you’re a PRO user (which it seems like you are, if you’ve got the mini events calendar there), remember you can always post on the tri.be support forums for paying users. We monitor those more actively than this and can provide a deeper level of support there. Let me know if you’ve already started this as a discussion there and I can tell Jonah to focus on that thread versus this one.

    Gionetdesign, as I mentioned in the other thread, you won’t have a mini events calendar in the core The Events Calendar release. There is a mini calendar, but it pulls in posts and not events.

    Thread Starter chroix

    (@chroix)

    I’ve not started one there would you like for me to or is this good? I am a pro user too. thanks for helping. c

    This one is totally fine; we’ll keep it tracked here to avoid confusion. I’ve passed it Jonah’s way. Cheers!

    Hey chroix,

    This is a pretty simply fix. Just change this CSS in your theme’s style.css file from:

    #primary, #secondary {
    float: left;
    overflow: hidden;
    width: 320px;
    margin-top: -30px;
    }

    to:

    #primary, #secondary {
    float: left;
    overflow: visible;
    width: 320px;
    margin-top: -30px;
    }

    It was the overflow: hidden that was cutting things off.

    I hope that helps!

    – Jonah

    Thread Starter chroix

    (@chroix)

    yes, thanks. duh on my part. c

    Glad to hear this got you sorted, chroix. I’m going to mark this Resolved since it looks like you’re set…but please let me know if you disagree.

    Otherwise, thanks for your support and for your use of The Events Calendar. We really appreciate the support. If you ever find yourself with a free moment to give us a “Works” rating or a positive review here on the dot-org repo, we would appreciate it immensely.

    Have a great weekend and do let us know if you need anything else in the future.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Sidebar widget: Tooltip height issue’ is closed to new replies.