| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Ideal Comfort Featured Page | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Can anyone please help guide me here... I am trying to figure out a few issues with the Feature Products of Ideal Comfort..
1 - I have them show on my home.php but the beginning of the black background bar behind the text is messed up (and not on any other page). 2 - The width of this page is different... how do I set it not to be or tell it to use a 4th column? Thanks in advance... and yes I have firebug and webmaster mode but I still don't know where to make these changes. EDIT: You can view the page here: http://www.greatlakesvacuum.com/home.php
__________________
X-Cart 4.5.4 Gold (Live Business Site) X-Cart 5.1.9 Business (In Development Now) |
|||||||
#2
|
|||||||||
|
|||||||||
![]() 1 - You have a small image that is being placed absolutely (top 0, left 0) on top of the black background - that is what is causing that small white notch on your black background. Here is the css doing that:
.products-list .buy-now .quantity img.left_crns_qty, .products-table .buy-now .quantity img.left_crns_qty, .product-input .quantity img.left_crns_qty { left: 0; } .products-list .buy-now .quantity img, .products-table .buy-now .quantity img, .product-input .quantity img { position: absolute; top: 0; } p.s. I see this on every page with quantity boxes, not just home. 2 - If you want the table for featured products to have the same css class as other pages, for example on the product page, set the table.welcome-table to be 100%. ---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
|
#3
|
|||||||
|
|||||||
![]() Ok, those worked but it created a new problem...
http://www.greatlakesvacuum.com/home.php Look at the add to cart button?!
__________________
X-Cart 4.5.4 Gold (Live Business Site) X-Cart 5.1.9 Business (In Development Now) |
|||||||
#4
|
|||||||||
|
|||||||||
![]() I am not familiar with the template you are using, and why there are images inside the quantity class, but, if you are not using them, you could just remove those images from the template, or use css to not display them. Or, if you want to keep the images, use css to set the height of the quantity div to be at least as high as the tallest image inside of it.
----
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#5
|
|||||||
|
|||||||
![]() I guess I don't really understand... I mean why does the stupid title bar have anything to do with the quantity boxes? I tried taking them out and it messes the page all up. I guess I can live with the dumb white chunks missing out of the title bar but why do they have to be there? If I comment out the section you poined out (which I only have to do the position: absolute part and then one part of the left chunk... it messes the quantity boxes all up.
Any way to dumb this down for me?
__________________
X-Cart 4.5.4 Gold (Live Business Site) X-Cart 5.1.9 Business (In Development Now) |
|||||||
#6
|
|||||||||
|
|||||||||
![]() I assume you modified the original skin where the images were used to create a box? When you did the mods, you might have changed the css so that it started to move the images to unexpected places.
I am not familiar with this template, but I would assume that you could open up webmaster mode, trace to the template where the images are, and remove them. Another option is to find the css that defines the images, and set them to: display:none ---
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
|
|||
X-Cart forums © 2001-2020
|