Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Saguaros Moderator
    #1079880

    Hi,

    I’m not entirely of the issue you’re facing here, could you clarify in more details?

    djos Friend
    #1080012

    The menu does not disappear when viewing photos

    Saguaros Moderator
    #1080176

    You can share the credentials of your site so I will take a look and check for you.

    djos Friend
    Saguaros Moderator
    #1080527

    It looks fine when I click images on that page: http://prntscr.com/hm9hzn

    You can try to switch default template to a standard template of Joomla and see how it goes first.

    djos Friend
    #1080539

    Before opening, do not scroll down

    Saguaros Moderator
    #1080625

    It’s problem of z-index, the menu is set with higher value so it displays above the popup, you can try adding this custom CSS:

    #es.es-photo-popup {
        z-index: 2000;
    }
    djos Friend
    #1080755
    Saguaros Moderator
    #1080762

    In JA Simpli template, the main navigation is set with:

    #mainnav { z-index: 2000; }

    You can override this by:

    #mainnav { z-index: 200; }
    djos Friend
    #1081012

    It helped, thanks. Make this edit in future versions

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  djos 6 years, 4 months ago.

The topic ‘Bug with menu and EasySocial’ is closed to new replies.