Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1408121

    Hi,
    We’re facing an issue with the serial events view with the plugin “Events Calendar Pro”. It seems the html structure is broken. But only in this view. In any other view (event detail, list and calendar) everything is fine. If we switch to another theme, the serial view is ok.
    Any suggestions?
    Links in private content.
    Regards
    Bernd

    #1408349

    Hi Bernd,

    There might be some unclosed div tags which are causing it.
    If you can’t find it, can you give us temporary admin access? so we can try to check it further.

    Best regards,
    Nikko

    #1408431

    Hi Nikko
    Thanks! I made a clone. See login in private content.
    Regards
    Bernd

    #1408537

    Hi Bernd,

    I tried to add this CSS code in the staging site which seems to have fixed the problem:

    #top .tribe-events .tribe-events-header {
        display: block;
    }
    
    #top .tribe-events .tribe-events-header .tribe-events-c-view-selector__list, 
    #top .tribe-events .tribe-events-header .tribe-events-c-top-bar__nav-list {
        list-style: none;
    }

    Please try it on your live site.

    Best regards,
    Nikko

    #1408547

    Hi Nikko
    Sorry, there’s a misunderstanding… As you wrote earlier in this topic, there are some unclosed div-tags. So this istn’t a css problem ;-) There is an issue with the Theme in combination with the eventscalendar pro plugin, which should be solved. If you switch the theme, you will see, that the footer on the serial-event page is ok.
    Regards,
    Bernd

    #1408633

    Hi Bernd,

    I apologize for the misunderstanding, it isn’t an unclosed div tag but a CSS issue.
    I have posted this issue for our dev team to review.

    Best regards,
    Nikko

    #1409029

    Hi Nikko
    Any news?
    Regards
    Bernd

    #1409100

    Hi Bernd,

    It should be fixed in the next release :)

    Best regards,
    Nikko

    #1409108

    Hi Nikko
    Thanks. Do you still need the clone? Otherwise I would delete it.
    Regards
    Bernd

    #1409204

    Hi Bernd,

    We don’t need it anymore, you can remove it.
    Also, I updated the CSS code to:

    .single-tribe_event_series .tribe-events .tribe-events-header {
        display: block;
    }
    
    .single-tribe_event_series .tribe-events .tribe-events-header .tribe-events-c-view-selector__list, 
    .single-tribe_event_series .tribe-events .tribe-events-header .tribe-events-c-top-bar__nav-list {
        list-style: none;
    }

    On the next release, you can remove this code.

    Best regards,
    Nikko

    #1409259

    Ok, thanks. You can close this topic.
    Regards
    Bernd

    #1409338

    Hi Bernd,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1409339

    Hi Bernd,

    You’re welcome :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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