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.
-
AuthorPosts
-
April 9, 2018 at 11:28 am #1500778
Kevin
ParticipantI 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.
April 10, 2018 at 8:07 am #1502971juanfra
KeymasterHi 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.April 10, 2018 at 9:16 am #1503099Kevin
ParticipantThanks 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!!
April 10, 2018 at 10:16 am #1503271juanfra
KeymasterHi 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.
April 11, 2018 at 9:03 am #1504402Kevin
ParticipantThanks, again, for all the help! It’s very much appreciated. Unfortunately, I’m not finding that code anywhere in style.css. Very strange…
Thanks!
April 11, 2018 at 10:16 am #1504552juanfra
KeymasterHi 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.
April 12, 2018 at 5:14 am #1505325Kevin
ParticipantThank you very much! I was looking in style.css and not style.min.css. 🙂
April 12, 2018 at 5:57 am #1505369juanfra
KeymasterHi 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
-
AuthorPosts
- The topic ‘"Add HTML after event content" section not working for me’ is closed to new replies.
