Month view event hover covers up link, cant click

Home Forums Calendar Products Events Calendar PRO Month view event hover covers up link, cant click

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #53942
    brewprofessor
    Participant

    I’m getting something weird with how the events display in the month view. There isn’t separation with an between events on the same day and the mouse over hover covers up the linked text to the event so people can’t click the link for details. This functionality worked flawlessly in 2.11.

    #53943
    brewprofessor
    Participant
    #54096
    Barry
    Member

    Hi brewprofessor,

    Your site is trying to use the old resources/events.css stylesheet however that no longer exists. I note that you are using a caching plugin: perhaps you need to flush the cache so it can rebuild the pages with links to the new stylesheet and Javascript resources?

    #54300
    brewprofessor
    Participant

    I emptied the cache. Emptied my browser cache. No luck.

    Then I deactivated the plugin (WP Super Cache), emptied browser cache and no luck. Any other ideas??

    #54415
    brewprofessor
    Participant

    Any other suggestions? This issue renders the month view useless…

    #54920

    Hey brewprofessor, sorry for the delay.

    It seems that your theme is not echoing the body classes. Check in your theme’s header.php that your tag looks something like

    >

    Please let me know.

    #54922

    Sorry, the code is:

    https://gist.github.com/MZAWeb/e68461a7a7001ae2292f
    #54927

    I just manually added the needed classes using the chrome tools and can confirm it’s working.

    #55026
    brewprofessor
    Participant

    BRILLIANT!! PERFECT! Thank you so much!! I need to buy you a beer!!

    #55040
    Susan Goodman
    Participant

    I have the same problem. The hover covers the links. I just upgraded again to calendar 3.0.1 and pro 3.0.2
    http://hudsonpride.org/events
    Also, the Events list on the home page is placing blank lines between the title and time.

    #55049

    brewprofessor, thanks, but I exchange you the beer for a 5 star vote and a good review in http://wordpress.org/plugins/the-events-calendar/ 🙂

    Susan, your problem is exactly the same one. Have you tried the solution I posted here?

    #55059
    Susan Goodman
    Participant

    Thanks Daniel…it works fine now.
    What about the problem with the Event List widget leaving blank lines between the event title and the date?

    #55060

    Add this to your theme’s styles.css https://gist.github.com/MZAWeb/f8ad71d4543cd0f26e27

    #55064
    Susan Goodman
    Participant

    Thanks again Daniel. You are a GREAT help!!!

    #55099
    Susan Goodman
    Participant

    Daniel,
    I hate to be a pain. Now that I got rid of the blank lines, the list is indented. I tried adding margin-left:0 and padding-left:0 but it did not help. I also removed the ol from the new code and that did not help either.

    Home


    Here is what is in the styles.php
    #homebottomright {
    border: 4px solid #ccc;
    float: left;
    width: 260px;
    height: 190px;
    margin: 10px 0px 15px 0px;
    padding: 15px 15px 0px 15px;
    display: inline;
    }
    #homebottomright ul, #homebottomright li {
    list-style-type: none;
    }
    #homebottomright ol li h4{
    display:inline;
    }
    #homebottomright ol li div.duration{
    display:inline;
    }

    Appreciate your help!!!
    Sue

Viewing 15 posts - 1 through 15 (of 19 total)
  • The topic ‘Month view event hover covers up link, cant click’ is closed to new replies.