Add HTML before event content doesn't support image links

Home Forums Ticket Products Event Tickets Plus Add HTML before event content doesn't support image links

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1085731
    Manuel
    Participant

    Hello Events Calendar,

    I want to set a featured flyer above/before the events calendar.

    I add an HTML link to the flyer and it does not link, I have to then place a *CLICK HERE* link instead to redirect to the ticketing site.

    How can I make the image itself the link?

    eg.
    http://www.miamicomedy.com/events

    Thank you

    #1086733
    Brian
    Keymaster

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    I took at your site and see what you mean.

    The image is linked, the problem is it is floated and overflowed into the next div so it is covered by it and preventing the link.

    Adding this fixed the issue, but also changes the formatting too:

    .tribe-events-before-html {
    overflow: hidden;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #1086853
    Manuel
    Participant

    Hi Brian,

    I placed the code on Simple custom CSS and refreshed cache…its still wont click.

    Please verify.

    http://www.miamicomedy.com/events

    #1087167
    Brian
    Keymaster

    I visited the site and it is working for me.

    The link is in the source code either way so our coding is not removing it so it is a custom css conflict.

    Did you try from another browser and see if it works now?

    This is what I see:

    Firefox Screenshot 2016 03 10T15 55 25 741Z

    #1094076
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add HTML before event content doesn't support image links’ is closed to new replies.