Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #700218

    Welcome Scrolls too far down – actually several sections should stop about 50 pixels above where they are (Your Mentor, Welcome, Apply Now and Happy Clients) (2 are okay – How it Works and Bonuses – but they are responsive sections, see below) – these are not stopping at the top of the color section.

    I’ve seen 2 other threads, but neither one solved my problem, this is Enfold v 3.8, WP 4.6.1 all updated

    Also, 2 sections are not responsive, they are the sections that have 1/1 columns with borders – How it Works & Bonuses. They don’t fully show up on a cell phone

    • This topic was modified 8 years, 1 month ago by Eleina_Shinn.
    #701013

    Hey Eleina_Shinn,

    Thank you for using Enfold.

    The anchor script is not working properly because of the countdown container. Please try to modify the js > avia.js file, look for this code around line 742.

    if(tempPadding > 0 && shrink)
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - 200;
    						}

    .. replace it with:

    if(tempPadding > 0 && shrink)
    						{
    							tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2 - 123;
    						}
    

    Best regards,
    Ismael

    #704618

    I found this code in that file:

    if(tempPadding > 0 && shrink)
    {
    tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;
    }
    else
    {
    tempPadding = tempPadding + non_shrinking + non_shrinking2;
    }

    tempPadding += parseInt($(‘html’).css(‘margin-top’),10);
    fixedMainPadding = tempPadding;
    }
    else
    {
    fixedMainPadding = parseInt($(‘html’).css(‘margin-top’),10);
    }
    So, the exact cod you mentioned is not there – I tried adding -123 to first line that says ” tempPadding = (tempPadding / 2 ) + non_shrinking + non_shrinking2;

    but I think it made it worse

    #704954

    Now I’m trying to fix on one the the same clients’ other landing pages here: http://ownyourmoney.com/academy/#top

    Same problem, all anchor links scroll down too far – but I have to have the countdown timer at the top.

    Help?

    #706401

    Hi,

    can you provide us FTP details, so we can check it for you?

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.