-
AuthorPosts
-
October 17, 2016 at 7:44 pm #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.
October 19, 2016 at 6:38 am #701013Hey 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,
IsmaelOctober 27, 2016 at 1:09 am #704618I 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
October 27, 2016 at 6:13 pm #704954Now 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?
October 31, 2016 at 6:52 pm #706401Hi,
can you provide us FTP details, so we can check it for you?
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.