Add HTML before event content is hidden behind TEC search bar

Home Forums Calendar Products Events Calendar PRO Add HTML before event content is hidden behind TEC search bar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1081852
    ryan
    Participant

    I’m using the Enfold theme and any content I try put in the “Add HTML before event content” is being hidden by the search filter. Even simple text.

    #1082112
    Josh
    Participant

    Hey Ryan,

    Thanks for reaching out to us!

    It sounds like a style issue with the template. Would you mind sending a link to your site (in a private reply if you’d like) and we would be happy to take a look and provide a simple CSS solution for this particular issue.

    Thanks!

    #1082122
    ryan
    Participant

    This reply is private.

    #1082542
    Josh
    Participant

    Hey Ryan,

    Thanks for providing the link to your site.

    I took a look at your site on Chrome, Firefox, and Safari and wasn’t able to see the issue described here. When looking at the site, the content looked like it was showing above the tribe bar nicely and not hidden by it.

    Were you able to get this issue resolved or am I misunderstanding the original issue here.

    Thanks!

    #1082575
    ryan
    Participant

    This reply is private.

    #1083817
    Josh
    Participant

    Hey Ryan,

    Thanks for following up with that additional information. However, the code there is shortcode information and this gets translated for display within the browser. So this unfortunately doesn’t help in getting what we need to try and get this particular element positioned where it needs to be.

    Do you know what this gets compiled down to when it displays on the front-end of the site?

    Thanks!

    #1083819
    ryan
    Participant

    This reply is private.

    #1084785
    Josh
    Participant

    Hey Ryan,

    Looking at the source code here https://cloudup.com/cis22BUzx1W, is this what is added manually to the Before HTML field? The issue is the inline style setting a height of 150px. If this is somehow automatically being set via the shortcodes and the theme, you can try to overwrite this in your stylesheet by adding:

    
    .tribe-events-before-html div {
    height:auto!important;
    }
    

    Let me know if this helps.

    Thanks!

    #1091026
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Add HTML before event content is hidden behind TEC search bar’ is closed to new replies.