Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1414466

    Hi there! Having a little bit of trouble with The Events Calendar – has anyone else had this experience?

    The events calendar feed looks just fine, but when you click on an event the page is just blank.

    I did all the usual steps – updated the theme files, disabled all my plugins, etc., and I’ve been able to determine that the Enfold Child theme is the culprit (regular Enfold theme works).

    From there, I replaced all of my Child theme files with a fresh download, but that didn’t have an effect. I also took out all my custom CSS coding in case there was something breaking things, but that doesn’t seem to be the culprit either.

    Links are in the private content, any help is much appreciated!

    #1414639

    Hey Kelly,

    Thank you for the inquiry.

    It seems to be a styling or css issue. Please try to add this css code to make the event content visible.

    .tribe-events-single>.tribe_events {
        display: flex;
        flex-wrap: wrap;
        overflow: visible;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.

    Best regards,
    Ismael

    #1414717

    Hi! Sort of worked… sort of. The event displays but is condensed all the way to the right for some reason. File Compressions are disabled – should I have those enabled during normal times?

    #1414718

    Nevermind! I toggled File Compression back on and refreshed everything, and your CSS worked! Thank you so much.

    Do you think this is a styling issue on my end or Enfold theme side, or The Events Calendar itself?

    Thanks again!

    #1414731

    Hi,

    Do you think this is a styling issue on my end or Enfold theme side, or The Events Calendar itself?

    We can’t be sure right now because the Autoptimize compression is enabled. If you can disable the plugin temporarily, we’ll check the source of the css again.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.