Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #356810

    Hi guys,

    I have implemented the supersocializer plugin and it works fine. However, if I click the MORE icon at the bottom of the list, The Window that appears is behind the sidebar. i.e. the Focus is on the sidebar so I can not scroll the supersocializer window or press the X to close it.

    I have a fix from supersocializer to reposition the window, but it means changing the functions.php (it does not seem to work with the child functions.php.

    Is this a bug with the Enfold sidebar?

    You can see it working on the live site: http://recovery.events/event/drug-alcohol-misuse-conference-2/ – click the More icon from the list on the left hand side.

    Here is a screenshot of where the mouse focus is:
    Screenshot

    #357168

    Hey Heathcliffe!

    Try adding this to your custom CSS.

    main { position: relative !important; z-index: 100 !important; }
    aside { position: relative !important; z-index: 50 !important; }

    Cheers!
    Elliott

    #369584

    @Elliott

    Thanks Elliott, that worked just great !

    H

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Focus in Foreground’ is closed to new replies.