Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • majali Friend
    #177721

    Hello,
    When I use the Japopup code, and when we click on thumbnail:
    The image opens over everything which get dimmed but the main menu.

    I want the main menu to get dimmed also and the image shows over the main menu

    You can check that on the homepage of jatravel demo itself
    http://www.joomlart.com/demo/#templates.joomlart.com/ja_travel
    click on an image of the travel photo gallery and scroll up you will see the main menu is not dimmed and is over the image
    Anybody can help

    HeR0 Friend
    #455871

    Hi Mạiali
    Please edit file plugins/system/plg_japopup/fancybox/css/jquery.fancybox.css,
    find ( line 63 )

    div#fancy_outer {
    background: none repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 18px 18px 33px;
    position: absolute;
    top: 0;
    z-index: 90;
    }

    change to

    div#fancy_outer {
    background: none repeat scroll 0 0 transparent;
    display: none;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 18px 18px 33px;
    position: absolute;
    top: 0;
    z-index: 999;
    }

    Regards,

    majali Friend
    #456264

    Thank you expert,

    it works….

    smartmax Friend
    #486656

    Thank you! For me also!

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

This topic contains 4 replies, has 3 voices, and was last updated by  smartmax 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum