As requested by Ismael, I’m opening a new thread as a continuation of this one: https://kriesi.at/support/topic/links-on-main-menu-not-working/page/2/
Basically, videos are not displayed when placed inside columns (and if inspect the code of the page, you won’t see any video object at all).
I’ve already did a clear reinstall of the theme through FTP and it didn’t work. Disabled pre-loader with no luck. So I wonder whether it has to do with the type of server: IIS.
I’ve done of copy+paste of credentials in case you need to access the site.
Thanks.
Hey Ultrahead!
Thank you for creating another thread.
It seems to be a clearfix issue. We added the following code in the Quick CSS field:
.html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first {
float: none;
}
Best regards,
Ismael
Great!!! Thanks a lot!
One question: will this fix be included in upcomning versions of the theme? Or will I have to re-enter it on the General Styling’s Quick-CSS box after each update?