HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/cloudcreatix.com/inc/owl-stage-outer.php
<div class="container">
    <div class="row">
        <div class="col-md-12">
            <div id="news-slider" class="owl-carousel">
                <div class="post-slide">
                    <div class="post-img">
                        <span class="over-layer"></span>
                        <img src="https://bestjquery.com/tutorial/news-slider/demo16/images/img-2.jpg" alt="">
                    </div>
                    <h3 class="post-title">
                        <a href="#">Lorem ipsum dolor sit amet, consectetur.</a>
                    </h3>
                    <span class="post-date">july 11, 2015</span>
                </div>
 
                <div class="post-slide">
                    <div class="post-img">
                        <span class="over-layer"></span>
                        <img src="https://bestjquery.com/tutorial/news-slider/demo16/images/img-2.jpg" alt="">
                    </div>
                    <h3 class="post-title">
                        <a href="#">Lorem ipsum dolor sit amet, consectetur.</a>
                    </h3>
                    <span class="post-date">july 15, 2015</span>
                </div>
 
                <div class="post-slide">
                    <div class="post-img">
                        <span class="over-layer"></span>
                        <img src="https://bestjquery.com/tutorial/news-slider/demo16/images/img-2.jpg" alt="">
                    </div>
                    <h3 class="post-title">
                        <a href="#">Lorem ipsum dolor sit amet, consectetur.</a>
                    </h3>
                    <span class="post-date">july 17, 2015</span>
                </div>
            </div>
        </div>
    </div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<style>
   
 
.post-slide{
    background: #fff;
    padding-bottom: 20px;
    margin: 0 15px;
}
.post-slide .post-img{
    position:relative;
}
.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: all 0.30s ease 0s;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .over-layer:after{
    content: "+";
    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-title{
    margin:25px 0 15px 0;
}
.post-slide .post-title:before{
    content:"";
    border:2px solid #e67e22;
    width:18%;
    display: block;
    margin-bottom:15px;
}
.post-slide .post-title a{
    font-size: 20px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e67e22;
}
.post-slide .post-date{
    text-transform:capitalize;
}
.post-slide .post-date:before{
    content: "\f073";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    margin-right: 7px;
    color:#e67e22;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e67e22;
}
</style>
<script src="https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202408210101/show_ads_impl_fy2021.js"></script><script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.js"></script>
<script>
   
 
$(document).ready(function() {
    $("#news-slider").owlCarousel({
        items : 4,
        itemsDesktop:[1199,3],
        itemsDesktopSmall:[980,2],
        itemsMobile : [600,1],
        pagination:true,
        autoPlay:true
    });
});
</script>