• Resolved abdulazizhamdan

    (@abdulazizhamdan)


    Hi,

    I having an issue with the scrolling on first section of every page which has the plugin tags.

    If i access the same page using the menu link, its fine, but when i use url to access link from outside, it makes an offset on the first part only!

    my site: https://bravonet.my/ergosg/office-furniture/#office_chair

    as you will see when you scroll down, menu to direct me to sections is fine on all levels EXCEPT when i want to access the ‘office chair’ part using url, it creates an offset which i couldnt understand why it’s hapenning.

    Not sure why, but its happening only on the 1st section of all pages, the rest of the links are fine when i direct to them (eg: when i access other section from home page, they’re all fine except the 1st links).

    Hope i made it understandable.

    Please advise.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    I just checked your page and I have 2 suggestions in order to make scrolling offset work seamlessly:

    1)You need to set the following CSS rule in your stylesheet or custom CSS:

    .img-gallery {
        overflow: hidden;
    }

    You need the above because your image galleries have left-floated inner elements that are not cleared. Not clearing floated elements messes with document’s flow which makes the other elements (below the galleries) position inconsistent. The above CSS fixes this (it clears the inner floated elements).

    2)Go to plugin settings and set the offset to something like:
    200

    This should make scrolling “stop” right above the section title(s).

    Let me know

    Thread Starter abdulazizhamdan

    (@abdulazizhamdan)

    I see.

    Did as you said and it worked after days of trying different things (all except for the office_chair part was still going offset), but managed to get around it and got it fixed..wasn’t sure why was it acting up though.

    The plugin global offset i set it 190, because 200 was bit off for some other pages.

    Thanks a lot!

    • This reply was modified 7 years, 7 months ago by abdulazizhamdan. Reason: just to add an extra info for referance
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘access to section by url offset issue’ is closed to new replies.