Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1302878

    Hi Enfold team

    I am trying to create url and share it to my cusomters that when they click on the url it will direct them to the comment section at at bottom part of the page.

    https://reedthai.com/พวงหรีดวัดเทพศิรินทร์/#jumphere

    The url above contain the ID of the comment section. In the comment section I have specified Custom ID Attribute = “jumphere”.
    But when I try pasting the above URL into the browser, it will scroll to only half of the page then it stops. It never scroll to reach the comment section at the bottom of the page.

    I am not quite sure whether have i done anything wrong or it is a bug

    Please help
    Methee S.

    #1303089

    Hi pingbara,

    I can’t see any problems on my end, it goes to the section which starts with this text:

    ติดต่อ ร้านพวงหรีดหรีดไทย REEDTHAI

    That section has the ID you are referring to. Where exactly do you want it to go?

    Best regards,
    Rikard

    #1303256

    Hi

    That is not the section that the ID referring to.
    It should be the comment section at the bottom part of the page.
    I think it is very strange I really inserted the ID to the comment element at the bottom of the pagge,
    but when I inspected with chrome, I found that the ID covers up the whole content upward from the comment section at the bottom to the middle of the page which are not the comment section.

    Please refer to below youtube video I have made for more understanding about the problem. I am not quite sure whether it is a bug or i did anything wrong.

    Thanks

    • This reply was modified 3 years, 4 months ago by pingbara.
    #1303553

    Hi,

    Thank you for the info.

    For some reason, the height of #jumphere section spans from the beginning of the content container up to where it is actually located. This is probably a float issue. To fix it, please try this css code.

    #jumphere {
    	clear: both;
    }
    

    Best regards,
    Ismael

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