• Resolved skiseiju

    (@skiseiju)


    hi
    this plugin is not show in my web
    but i can find the div id=”ssb-container” in chrome console
    it’s any css cause this problem?

    thanks a lot ??

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    I checked the code and can see that the sticky side buttons are being hidden by other elements with a higher z-index. This is created by the theme.

    Here’s a screenshot showing the problem: https://nimb.ws/TskPW0

    Everything is sitting inside a div class “wrapper”
    In the css .wrapper has been given a z-index of 1000
    Therefore, anything with a lower z-index will be hidden behind the content of the page
    Hence why you cannot see your Sticky Side Buttons.

    In your element inspector, change that z-index on .wrapper to something low, eg 1. You will see the Sticky Side Buttons.

    Hope this helps explain the issue ??

    Thread Starter skiseiju

    (@skiseiju)

    hi

    i use

    div#ssb-container  {
        z-index: 2000 !important;
    }

    in custom css to avoid this problem

    Plugin Author Maeve Lander

    (@enigmaweb)

    Yep that should do the trick ??

    Thanks skideiju,

    Worked for me as well.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘not shown’ is closed to new replies.