Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sbouloc Friend
    #133281

    Hello all,

    Here’s the setup: Joomla 1.5 – Virtuemart – JA Kulanite template.
    When I click on a product image in Virtuemart, the picture will pop and everything else fades exept the main menu and the header. Here’s the problem: the header stays on top and the product image is only partly visible.
    You can see an example here.

    Can anyone help me out with this problem? The only trick I found is to disable the header (JA Newsflash module) in product pages but the site just don’t look the same without it.

    Thank you.

    tonyg Friend
    #270250

    Hi

    You will need to edit the slimbox.css for VirtueMart:
    Slimbox is in /components/com_virtuemart/js/slimbox,

    #lbOverlay {
    position: absolute;
    left: 0;
    background-color: #000;
    cursor: pointer;
    z-index:1000; <–Add this
    }

    #lbCenter, #lbBottomContainer {
    position:absolute;
    left:50%;
    overflow:hidden;
    background-color:#FFFFFF;
    z-index:1000; <—Add this
    }

    Let me know the outcome.

    sbouloc Friend
    #270254

    Thank you so much TonyG, it did the trick.
    So you don’t only play poker huh? 😀

    psamtani Friend
    #273753

    tonyg,

    You are the man!

    Worked a trick!

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

This topic contains 4 replies, has 3 voices, and was last updated by  psamtani 16 years, 1 month ago.

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