-
AuthorPosts
-
kikiveliki Friend
kikiveliki
- Join date:
- November 2008
- Posts:
- 36
- Downloads:
- 13
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
August 19, 2011 at 1:49 pm #167585Hi.
I changed header background color to image repeated on x line.
When I click Add to Cart in product list I get white rectangle , but if I click refresh or Add product from any other window (ie product detail, latest products,…) it’s OK refreshed.Any idea where to change this?? I modified all regarding this in template.css, red.css and ja.vm.css but still no luck.
Tnx all.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 19, 2011 at 3:41 pm #407110Hi Kikiveliki
You may send a link to the page ?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 19, 2011 at 3:56 pm #407113At first glance, this appears to be an issue within the virtuemart component itself – i.e., the add-to-cart feature that displays how many items are in your cart. (Don’t hold me 100% to this – I’m just thinking out loud based on what I’m seeing in your image).
As my colleague, pavit, suggested . . . please provide the url to your site so we can look into things a bit further for you.
kikiveliki Friendkikiveliki
- Join date:
- November 2008
- Posts:
- 36
- Downloads:
- 13
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 19, 2011 at 4:26 pm #407123Indeed, we need to change the <div class=”vmCartModule” style=”color: tan; background-color: ” generation in the code for the module. Just need to install it on my local machine then I will get back to you on how to change it.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 19, 2011 at 5:22 pm #407131You try this way:
You replace this code from /components/com_virtuemart/themes/default/theme.js
if( parent ) {
setTimeout( "carts[" + i + "].setStyle( 'background-color', 'transparent' )", 1000 );
}
with
if( !parent ) {
setTimeout( "carts[" + i + "].setStyle( 'background-color', 'transparent' )", 1000 );
}
Delete all of files of /cache directory
<em>@kikiveliki 260833 wrote:</em><blockquote>Hi.
I changed header background color to image repeated on x line.
When I click Add to Cart in product list I get white rectangle , but if I click refresh or Add product from any other window (ie product detail, latest products,…) it’s OK refreshed.Any idea where to change this?? I modified all regarding this in template.css, red.css and ja.vm.css but still no luck.
Tnx all.</blockquote>
kikiveliki Friendkikiveliki
- Join date:
- November 2008
- Posts:
- 36
- Downloads:
- 13
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
August 22, 2011 at 6:42 am #407576Tnx for tip but tried dif. things changing in js code but stil no effect :((
Came a bit further with changing css code for bg-image (adding color) directly to bg-img line, now it has ugly rectangle after refreshing that I don’t like :S
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 22, 2011 at 8:55 am #407601Could you give me ftp and backend information? I need check it.
kikiveliki Friendkikiveliki
- Join date:
- November 2008
- Posts:
- 36
- Downloads:
- 13
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
August 22, 2011 at 11:12 am #407626<em>@khoand 261487 wrote:</em><blockquote>Could you give me ftp and backend information? I need check it.</blockquote>
Sorry can’t do that couse boss does not allow it. Can send you files.
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 5 voices, and was last updated by kikiveliki 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Header background conflicts with added products
Viewing 9 posts - 1 through 9 (of 9 total)