Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #551127

    Hi guys!
    I made the header custom size. When I click on an anchor link content scroll down and header cover the content. Please ask how can i do the scroll to anchor +100px? Sorry for my English :) Thx.

    #551923

    Hey Vadim_AV,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #552027

    site and images

    #554144

    Hey!

    Try opening up /enfold/js/avia.js and find line 268 which should look like this.

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),
    

    Try changing it to this.

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($(".html_header_sticky #header_main_alternate").outerHeight()) + ($(".html_header_sticky.html_header_unstick_top_disabled #header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10) - 100,
    

    Cheers!
    Elliott

    #554268

    Hey guys,
    I do this, but it doesn’t work.
    On the first page scroll work perfect to the next section.

    • This reply was modified 8 years, 4 months ago by Vadim_AV.
    #554878

    Elliott, Rikard any ideas? Please guys it’s very important for me.

    #555414

    it doesn’t work because the button is located in the google map shortcode. Then i put the button in the body everything work perfect.

    #555728

    Hi,

    I’m not sure what you mean by your last post, did you manage to get your problems fixed?

    Regards,
    Rikard

    #555810

    Sorry Rikard. No i don’t solve the problem. i need to scroll from google map to page anchor link, but it doesn’t work. Please help me.

    #555813

    You can see, i add two identical buttons on page. One in google map short code, another in body. They work differently, how to fix it?

    #556917

    Hey guys, have some news?

    #557253

    Hi!

    Sorry, I’m not sure if it’s possible to implement that change from within an iframe (google maps).

    Regards,
    Elliott

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