Visualization error
Create unique look and build successful ecommerce website with eShop Joomla template.
- GK User
- Sat Sep 26, 2009 5:38 pm
Hi I noticed a visual error in the store of Virtuemart. When i add another category with its own image, in the sotre there are 4 images in a same row, and 1 image goes out of borders.
Is it a css error or i can set this value somewhere?
Tnx for the help and sorry for my english.
Is it a css error or i can set this value somewhere?
Tnx for the help and sorry for my english.
-
- Junior Boarder
- GK User
- Sat Sep 26, 2009 7:14 pm
Hi
Try adding this code on vm_gk_flypage.css file:
Cheers
Try adding this code on vm_gk_flypage.css file:
- Code: Select all
div#vmMainPage table.cat_childlist td {
display: block;
float: left;
}
Cheers
-
- Platinum Boarder
- GK User
- Sun Sep 27, 2009 10:23 am
Tnx for the help!
It worked
It worked
-
- Junior Boarder
- GK User
- Sun Sep 27, 2009 12:40 pm
No problem
That's our fault.
We will add this fix on next template revision.
Thank you for the report.
Cheers
That's our fault.
We will add this fix on next template revision.
Thank you for the report.
Cheers
-
- Platinum Boarder
- GK User
- Sat Oct 03, 2009 12:32 pm
Hi,
i solved the problem with Firefox, but i have the same problem with IE.
How i can solve this problem?
i solved the problem with Firefox, but i have the same problem with IE.
How i can solve this problem?
-
- Junior Boarder
- GK User
- Mon Jan 18, 2010 5:51 am
I've the same problem but this fix doesn't work...
please help!
please help!
-
- Senior Boarder
- GK User
- Mon Jan 18, 2010 5:56 am
mxcpz wrote:
Please show us your site
I've the same problem but this fix doesn't work...
please help!
Please show us your site
-
- Platinum Boarder
- GK User
- Mon Jan 18, 2010 2:26 pm
This is the link to the virtuemart page where i have the problem:
http://www.infocad.fm:27900/strategia/i ... &Itemid=53
I'm using Joomla 1.5.9 and VIrtuemart 1.4.
Thx in advantage...
http://www.infocad.fm:27900/strategia/i ... &Itemid=53
I'm using Joomla 1.5.9 and VIrtuemart 1.4.
Thx in advantage...
-
- Senior Boarder
- GK User
- Mon Jan 18, 2010 3:52 pm
In your case there is not enough space for 4 large images. So you can remove modules from left position or make category images smaller or have only 3 categories on one row.
But this has nothing to do with template, this is VM setting that needs to be changed.
PS: urgently upgrade to new Joomla version!
But this has nothing to do with template, this is VM setting that needs to be changed.
PS: urgently upgrade to new Joomla version!
-
- Senior Boarder
- GK User
- Mon Jan 18, 2010 6:43 pm
Hi
Here's the solution.
Open this file ../components/com_virtuemart/themes/default/templates/common/categoryChildlist.tpl.php
and find this code:
Change it to:
Solved?
This is validate to both eShop version (lite and dark)
Cheers
Here's the solution.
Open this file ../components/com_virtuemart/themes/default/templates/common/categoryChildlist.tpl.php
and find this code:
- Code: Select all
$iCol = 1;
if( !isset( $categories_per_row )) {
$categories_per_row = 4;
}
Change it to:
- Code: Select all
$iCol = 1;
if( !isset( $categories_per_row )) {
$categories_per_row = 3;
}
Solved?
This is validate to both eShop version (lite and dark)
Cheers
-
- Platinum Boarder
- GK User
- Wed May 30, 2012 7:16 pm
Any one can help, my site looks good in Chrome and Firefox, but for some reason when I use internet explorer all the product are listed one above the other,
here is the link www.control-communications.com/store/
Thanks in advance
here is the link www.control-communications.com/store/
Thanks in advance
-
- Fresh Boarder
- GK User
- Fri Jun 08, 2012 10:45 am
Hi
Did you made any change on php template files?
Did you made any change on php template files?
-
- Platinum Boarder
12 posts
• Page 1 of 1