• Resolved steve92

    (@steve92)


    In one post I placed a link that opens a new post with its bookmark.
    Without Stiky plugin the new post opens exactly where the bookmark is. With the plugin active the bookmark is covered by the stiky menu.
    See attachments.

    Correct:
    Schermata-2022-05-24-alle-12-46-02

    No correct, Menu stiky covers the bookmark:
    Schermata-2022-05-24-alle-12-46-29

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Please post a link to your page so we can have a look 🙂

    Thread Starter steve92

    (@steve92)

    In this post click the link Radicali liberi: https://albenessereblog.altervista.org/spirulina-lalga-super/

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    I tried searching for “vita media” that I see in your screenshot but can’t find it on that page and it seems to be working OK for me. Can you give me some more details on how to reproduce the issue?

    Thread Starter steve92

    (@steve92)

    Schermata-2022-05-24-alle-16-58-58

    The correct placeholder is Radicale libero

    • This reply was modified 4 years ago by steve92.
    Thread Starter steve92

    (@steve92)

    Verified with monitor:

    iPad portrait · width: 768px OK

    iPad landscape · width: 1024px NOT OK

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    I have managed to see it now. The issue is that when you open https://albenessereblog.altervista.org/radicali-liberi-e-antiossidanti/#segnalibroRadicali it will go to the #segnalibroRadicali anchor and that anchor will be at the top of the page. Since the sticky menu is floating above the page it will end up being above that anchor on most pages.

    This solution I found seems like would do the job:

    a[data-hs-anchor="true"] {   
       display: block; 
       position: relative; 
       visibility: hidden; 
       top: -50px;  
      }

    Add that somewhere to your theme’s Custom CSS. Just adjust the top: -50px; to match the height of your website’s header.

    Thread Starter steve92

    (@steve92)

    Does not work. If I disable the plugin, the placeholder works fine.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Problem with Bookmark’ is closed to new replies.