Article Header Viseo Formatting Changed With V - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Article Header Viseo Formatting Changed With V

JK

Jeffrey Kiefer

Helix Framework 3 weeks ago

SP PB 5.7.1 Helix Template 2.1.3 since I upgraded to the current versions my blog videos are not displaying correctly. Before the update everything was good now not good.

I studied the css in website with upgraded vs not upgraded and working correctly.

The only difference I can see is in the one working correctly contains:

HTML
<div class="article-featured-video">
<div class="ratio ratio-16x9">
<iframe src="//www.youtube.com/embed/YZcT74ZqkOA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
            </div>
        </div>
<div class="ratio ratio-16x9">
<iframe src="//www.youtube.com/embed/YZcT74ZqkOA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
</div>
</div>

CSS
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: -20px -20px 20px -20px;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}
.ratio-16x9
Specificity: (0,1,0)
 {
    --bs-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}

and the one not displaying correctly does not contain this.

This is a staging website and not live. I use it for testing.

I will provide you with complete info below.

0
1 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 3 weeks ago #204995

Hello Jeffrey,

Sorry for the inconvenience you're experiencing. I've confirmed that this is an issue and have already alerted our development team. They'll be working on a fix for a future update.

In the meantime, you can replace the following file with the attached version: /plugins/system/helixultimate/overrides/layouts/joomla/content/blog/video.php

https://files.fm/u/yyuvt8wyj8

If this doesn't solve the issue, please reach out and I'll look into it more deeply.

Best regards

0