Forum Replies Created
- AuthorPosts
TourneDisque
ParticipantWell that was easy. thanks
TourneDisque
ParticipantHi themecatcher,
Yes, that is pretty much that the desired effect above but now is it possible to translate the same style into the other image code. Seems like I’d be so simple but my experiment fail and background repeat is now ignored.
<div id="nojs-background">
<!-- Non-JavaScript background -->
</div>
body {
min-width: 837px;
height: 100%;
margin: 0px;
}#nojs-background img {
min-height: 100%;
min-width: 837px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
background-repeat: repeat;
}.js-enabled #nojs-background {
background-size: 100% auto;
}TourneDisque
TC Member- This reply was modified 11 years, 8 months ago by
TourneDisque.
- This reply was modified 11 years, 8 months ago by
TourneDisque.
TourneDisque
ParticipantHi themecatcher,
Yes, It worked as described by staff above.
❶ Add today’s date variable.
// Preview date set 0 days in the future
var previewDate2 = new Date();
previewDate2.setDate(previewDate2.getDate()+0);❷ Change launch date settings.
$('.launch-date-wrap .day').html(previewDate2.getDate());
$('.launch-date-wrap .month').html(months[previewDate2.getMonth()+1]);
$('.launch-date-wrap .year').html(previewDate2.getFullYear());TourneDisque
TC MemberTourneDisque
ParticipantHi themecatcher,
The Facebook Height can be inspected with Launch Pad v1.0.2 from ThemeForest.com.
❶ Navigate to index.html.
❷ Open in Firefox.
❸ Click Facebook popout in footer.❎ Facebook like box doesn’t show entirely.
❎ Facebook like box disappears randomly.Video: http://www.mediafire.com/watch/zs4o05lzpys5aj1/Launch+Pad.mp4
Note: The massive black area from the image above was a mishap from the screen capture program.
TourneDisque
TC MemberTourneDisque
ParticipantHi themecatcher,
Worked, thanks.
TourneDisque
TC Member- This reply was modified 11 years, 8 months ago by
- AuthorPosts