Topic: Section disappeared after upgrading from 4.5.7 to 4.5.14
capitalten free asked 6 years ago
I moved from Pro 4.5.7 to Pro 4.5.14 and the section below does not appear anymore:
<div class="view">
<div class="full-bg-img">
<div class="mask flex-center">
<div class="container text-center">
<div class="flex-center" style="height: 150px;">
<img class="logo_center_big animated bounce" src="img/samples/people_code_sample.png" alt="logo">
</div>
<div class="black-text text-center wow fadeInUp" style="font-size: xx-large;">
<div id="typed-strings">
<p><strong>Text message. Text message. Text message. Text message. Text message. Text message. Text message. Text message. Text message. Text message. Text message.
</p>
</div>
<span id="typed"></span>
</div>
</div>
</div>
</div>
</div>
The whole section just doesn't show up on the web page anymore.
I think the culprit is the "full-bg-img". How do I make it compatible with the latest version?
Yup, I searched the mdb.css file and indeed the:
.view .full-bg-img,
.view .full-bg-img video {
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
background-size: cover; }
is missing.
What is the equivalent way to do this in 4.5.14. Please help. Thanks!
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: Web
- Browser: Safari
- OS: macOS High Sierra
- Provided sample code: Yes
- Provided link: No
Piotr Glejzer staff commented 6 years ago
Hi,
That class is removed from our package. We don't have any equivalent for that. We sorry about that.
Here is info about that: https://mdbootstrap.com/docs/jquery/changelog/#v4-5-11
Best,
Piotr