Links to events not clickable

Home Forums Calendar Products Events Calendar PRO Links to events not clickable

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #816270
    catscholz
    Participant

    Hi there – I just installed Event Calendar Pro v 3.8.1 and am also running Event Calendar 3.8.1 and the events listed on the monthly calendar have titles but they are not hyperlinked. Do you know why? Thanks! http://prajnalivingawake.org/events/

    #816288
    Brian
    Member

    Hi

    Sorry for the issues after installing. I took a quick look at your site and see the issues.

    I think I found the source.

    You nav with a class main_menu has fixed position and a height of 100% so it is covering most of the Month. If I delete it from my developer console it fixes the issue.

    .main_menu {
    clear: none;
    height: 100%;
    line-height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 100;
    }

    See if you can find that in your stylesheet and remove that height: 100%;

    Let me know if that solves it for you.

    Thanks

    #816304
    catscholz
    Participant

    Hi Brian – thanks – the way this theme works only allows me to edit the child theme so what should I add instead of removing height: 100%?

    Also – I duplicated the site on my dev server and found that there is a theme conflict causing the links not to work.

    At pg.catswebweave.com/events, I changed the theme to 2014 and the links work fine.

    Do you know how I can modify the theme to make it compatible with your plugin? Or do I need to contact theme developer? I don’t currently have dev support with the theme (though I am trying to get it).

    Thanks!

    #816368
    catscholz
    Participant

    OK I put this in the child theme style.css:

    @import url(“../enfold/style.css”);
    .main_menu {
    margin: 4em 0 0 0;
    position: fixed;
    top: 3.85em;
    width: 57.5%;
    }
    #tribe-events-pg-template {
    margin: 4.5em auto !important;
    max-width: 1000px !important;
    }
    .main_menu {
    clear: none;
    height: 100%;
    line-height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 100;
    }

    and now the links work. I don’t really understand why. But I’m going with it, thanks!

    #816435
    Brian
    Member

    Great glad that is working for you.

    For the most part theme compatibility is beyond the support we can give. Although we try to work with you to narrow down the issue so either you or the theme developer can try to fix it. Sorta like in this case. Glad there is a fix. Closing out this ticket as it is working now.

    If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Links to events not clickable’ is closed to new replies.