Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #275292

    Hi, I’m working on this site: http://bigalwest.wpengine.com/6-2/ (hosted on WPengine)

    And the anchors up top are acting weird. It’s worth noting that I’m not using the enfold builder. I am using a different layout builder, and have the ids place on my heading tags. Is it maybe that I need to place ids on the divs instead in order for the scrollspy to work?

    #275343

    Hey!

    The link you posted is returning a 404 page, what’s exactly the issue?

    Best regards,
    Josue

    #275359

    Here you go, sorry about that. Changed to the homepage: http://bigalwest.wpengine.com/#the-water (hosted on WPengine)

    Basically, the active class is not getting added to the nav menu links.

    #275363

    Hi,

    Try this, open js/avia.js and look for line 253:

    offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + parseInt($('html').css('margin-top'),10),
    

    Replace it by this:

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

    Regards,
    Josue

    #275364

    Hi Josue, thanks for the quick response. Replaced, but it did not fix it. I also tried changing the id selector to header_main since that’s what it’s in, but still no luck.

    #275365

    Try updating the theme to its latest version (2.8).

    Best regards,
    Josue

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