Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jasmine0857 Friend
    #190335

    On my Account Details page for Virtuemart, the form gets lost in the background image. All other pages seem to display fine, but not this form. I have attempted to search through the CSS of the template and that of Virtuemart to track down where the opacity may be set, but cannot locate it. I am using the Mixmaz template.

    Here is a link to the page on my dev server that is having the issue:
    http://mwalker.price-design.com/index.php/shop/account-maintenance

    Any suggestions on where to look next would be greatly appreciated. As I stated, other pages on the site including the contact form display correctly, so I’m guessing this may be in a CSS for Virtuemart.

    Thanks in advance for any suggestions.

    TomC Moderator
    #504763

    So that we can try to best assist you, please set “Optimize CSS” to “No” within your Template Manager–General settings. Also, which JA template are you working with?

    jasmine0857 Friend
    #504774

    Ok, I changed “Optimize CSS” to “No” within the Template Manager. I am using the Mixmaz template.

    TomC Moderator
    #504892

    Try This . . .

    Within file path –> /templates/ja_mixmaz/css/template.css

    at/about line 865, you should see the following:


    #ja-container .main .main-inner1 {
    background: url("../images/dot-grey.gif") repeat-y scroll 0 0 transparent;
    margin-left: 0;
    margin-right: 0;
    }

    Add a “z-index” property to this rule, for example . . .


    #ja-container .main .main-inner1 {
    background: url("../images/dot-grey.gif") repeat-y scroll 0 0 transparent;
    margin-left: 0;
    margin-right: 0;
    z-index: 999;
    }

    Hope That Helps

    jasmine0857 Friend
    #504893

    Yes, Tom — That did the trick. Thanks so much for your help.

    Again, thanks!

    TomC Moderator
    #504894

    Glad to be of assistance … All the nest with your continuing site development !!!

    🙂

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

This topic contains 6 replies, has 2 voices, and was last updated by  TomC 11 years, 2 months ago.

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