Michael Abourizk

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: We Bake Theme – load section one #11416
    Michael AbourizkMichael Abourizk
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: September 10, 2015

    Hi Shri, I’m afraid I need more assistance. I’ve changed section 1 to “none” in custom.js by replacing “fadeIn” however it has now removed section one all together. See code below

    jQuery(window).scroll(function() {
    jQuery(‘.pleasure’).each(function() {
    var imagePos = jQuery(this).offset().top;

    var topOfWindow = jQuery(window).scrollTop();
    if (imagePos < topOfWindow+400) {
    jQuery(this).addClass("none");
    }
    });

    Can you advise what I'm doing wrong? URL is http://healthyeating.esy.es/

    Thanks in advance

    Mike

    in reply to: We Bake Theme – load section one #11301
    Michael AbourizkMichael Abourizk
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: September 10, 2015

    Thanks Shri

    You’re the best

    Mike

    in reply to: We Bake Theme – load section one #11299
    Michael AbourizkMichael Abourizk
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: September 10, 2015

    Thanks Shri, much appreciated, I’ll give it a crack and let you know if I have any difficulties, can you tell/show me what I need to change in custom.js?

    appreciate the fast response

    Mike

Viewing 3 posts - 1 through 3 (of 3 total)