If you have any questions, feel free to email me via my user page with the contact form Here or by email: julien.brion.08@gmail.com
I would answer you as soon as possible ;-)
7/7 and almost 24/24 !
One more time, a big thanks to you to have purchased MUMM ! :-)
/* ================================= */
/* ::::::::: 2. Countdown :::::::::: */
/* ================================= */
$('#countdown_dashboard').countDown({
targetDate: {
'day': 30,
'month': 12,
'year': 2015,
'hour': 11,
'min': 13,
'sec': 0
},
omitWeeks: true
});
#left1 {
background: url('http://placehold.it/960x1080/2B2D35/F8F8F8&text=left+part+of+your+picture+960x1080')no-repeat top right;
background-size: cover;
}
#right1 {
background: url('http://placehold.it/960x1080/404350/F8F8F8&text=right+part+of+your+picture+960x1080')no-repeat top left;
background-size: cover;
}
#left2 {
background: url('http://placehold.it/960x1080/34495e/F8F8F8&text=left+part+of+your+picture+960x1080')no-repeat top right;
background-size: cover;
}
#right2 {
background: url('http://placehold.it/960x1080/34495e/F8F8F8&text=right+part+of+your+picture+960x1080')no-repeat top left;
background-size: cover;
}
#left3 {
background: url('http://placehold.it/960x1080/7f8c8d/333333&text=left+part+of+your+picture+960x1080')no-repeat top right;
background-size: cover;
}
#right3 {
background: url('http://placehold.it/960x1080/7f8c8d/333333&text=right+part+of+your+picture+960x1080')no-repeat top left;
background-size: cover;
}
<ol class="carousel-indicators">
<li class="active" data-slide-to="0" data-target="#myCarousel"></li>
<li data-slide-to="1" data-target="#myCarousel" class=""></li>
<li data-slide-to="2" data-target="#myCarousel" class=""></li>
</ol>
<li data-slide-to="3" data-target="#myCarousel" class=""></li>
Don't forget to check if you have correctly write the number data-slide-to="***"
<div class="item">
<div class="row text-box">
<div class="col-md-12">
<a href="http://placehold.it/1920x1080" class="swipebox" title="My Caption" ><img src="http://placehold.it/1920x1080" alt="" class="img-responsive" height="363" width="560"/></a>
</div>
</div>
</div>
$to = 'myemail@mail.com';
// Set to "mailchimp" or "file"
$STORE_MODE = "file";
...........
// After $_SERVER["DOCUMENT_ROOT"]."
$STORE_FILE = $_SERVER["DOCUMENT_ROOT"]."/subscription-list.txt";
$email_to = "myemail@mail.com";
<form action="assets/php/notify-me-2.php" id="notifyMe" method="POST">