-
AuthorPosts
-
September 5, 2013 at 7:00 pm #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-maintenanceAny 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 5, 2013 at 8:55 pm #504763So 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?
September 5, 2013 at 10:12 pm #504774Ok, I changed “Optimize CSS” to “No” within the Template Manager. I am using the Mixmaz template.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 6, 2013 at 5:54 pm #504892Try 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
September 6, 2013 at 7:30 pm #504893Yes, Tom — That did the trick. Thanks so much for your help.
Again, thanks!
-
AuthorPosts
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