Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: [Launch Pad v1.0.2] Remove PHP #7103
    TourneDisque
    Participant

    Well that was easy. thanks

    in reply to: Background Size / Min-Width #6783
    TourneDisque
    Participant

    Hi 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.
    in reply to: [Launch Pad v1.0.2] Countdown / Launch Date #6740
    TourneDisque
    Participant

    Hi 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 Member

    in reply to: [Launch Pad v1.0.2] Facebook Height #6666
    TourneDisque
    Participant

    Hi 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 Member

    in reply to: Center navigation / Tabs / gallery #6663
    TourneDisque
    Participant

    Hi themecatcher,

    Worked, thanks.

    TourneDisque
    TC Member

Viewing 5 posts - 1 through 5 (of 5 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy