Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1490260

    I am using the knowledge base plugin from Echo plugins with my Enfold theme. On my article pages I have the issue that the Table of Contents in the right sidebar is not sticky, although it’s supposed to be.

    In the knowledge base documentation the following is mentioned about this: “This issue is caused by your active WordPress theme. The theme has applied an overflow property somewhere on the page, which stops the TOC from scrolling.”

    According to the same documentation the solution is to add the following css:
    /*
    The .container class needs to be change to the container class of your active themes classes. It could be even the HTML Tag or BODY Tag.
    */
    .container {
    overflow: initial !important;
    }

    Can someone tell me if this will work and if it does where to paste this code?

    #1490272

    Hey pfk-kbh,

    Thank you for the inquiry.

    We may need to see the page to properly check the issue. Please create a test page and provide the URL in the private field. Also, make sure that Appearance > Theme File Editor is enabled and accessible, just in case.

    Best regards,
    Ismael

    #1490306

    Thanks, Ismael. Please see testpage URL etc. in private field. Theme file editor is enabled.

    Best regards,

    Peter

    #1490312

    Hi,

    Thank you for the inquiry.

    We checked the TOC widget and it’s not set to be sticky. There is also no script that sets it to fixed on scroll, so it’s normal that it doesn’t stick while scrolling. Did you disable the sticky option? We recommend reaching out to the plugin developers for additional assistance.

    Best regards,
    Ismael

    #1490340

    if they rule it by position sticky – have a look here :

    https://webers-testseite.de/sticky-sidebar/

    this principle can be used on different elements:
    https://webers-testseite.de/sticky-elements/

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