"Add HTML after event content" section not working for me

Home Forums Calendar Products Events Calendar PRO "Add HTML after event content" section not working for me

  • This topic has 7 replies, 2 voices, and was last updated 8 years ago by Kevin.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1500778
    Kevin
    Participant

    I am attempting to use the “Add HTML after event content” section of the Events Calendar Pro. I placed the code for a table in the Settings>Display section but nothing is showing after we save the edit. The section below the calendar is blank. I have tested the code to ensure that it works just to make sure I didn’t make any mistakes when creating it. Is there a place to enable/disable this section of the Events Calendar from working? Thank you.

    #1502971
    juanfra
    Keymaster

    Hi Kevin,

    Thank you for reaching out to us!

    I can see that the markup is being printed, the problem is that your theme stylesheet has the following line of CSS:


    .tribe-events-after-html {
    display: none !important;
    }

    And it is actually preventing the content from being displayed. Please re-check that line of code from your theme stylesheet (/trailnet/css/style.css and the minified version)

    Best,
    Juan.

    #1503099
    Kevin
    Participant

    Thanks for the reply, Juan! That definitely makes sense. Would you happen to know what this CSS code should be set to? Is it the “none” that is keeping this from working?

    Thanks, again!!

    #1503271
    juanfra
    Keymaster

    Hi Kevin,

    Thank you for the follow-up.

    Yes, the none is the value that it is keeping this from working. You will need to remove those lines to fix the problem.

    Best,

    Juan.

    #1504402
    Kevin
    Participant

    Thanks, again, for all the help! It’s very much appreciated. Unfortunately, I’m not finding that code anywhere in style.css. Very strange…

    Thanks!

    #1504552
    juanfra
    Keymaster

    Hi Kevin,

    Thank you for the follow-up.

    The code is on the line 3813 of the file /wp-content/themes/trailnet/css/style.min.css

    That stylesheet is included in your site. Perhaps there’s a plugin taking care of that file, but certainly, the code is in the line I mentioned in the file I mentioned, it is being included and that’s the reason why the content is not showing up.

    Best,

    Juan.

    #1505325
    Kevin
    Participant

    Thank you very much! I was looking in style.css and not style.min.css. 🙂

    #1505369
    juanfra
    Keymaster

    Hi Kevin,

    You are welcome 🙂 I’m glad to hear that everything is working as expected now! If you need any assistance again or have other concerns, please feel free to open up a new thread, we’ll be more than happy to help you!

    Cheers,

    Juan

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘"Add HTML after event content" section not working for me’ is closed to new replies.