Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart 1.1.x Theme - FlexibleMart (SKU# FLEX-00006)

TOPIC: Problem with thumbnail creation

Problem with thumbnail creation 11 years 7 months ago #110

Hello,

i have some problem with thumbnail dynamic creation.

This is an example: www.stampantistore.net/Stampanti/Inkjet/Formato-A4/Canon

Your script load this image (as an example): www.stampantistore.net/components/com_virtuemart/show_image_in_imgtag.php?filename=/resized/10723764_7494_180x180.jpg&newxsize=50&newysize=50

This image is in resized folder and with a 180 x 180 add on in file name.

If I try to load with my browser the correct url this is the correct result:

www.stampantistore.net/components/com_virtuemart/show_image_in_imgtag.php?filename=/10723764_7494.jpg&newxsize=50&newysize=50

The same problem is with product detail theme and the 150x150 dynamic resize.

Can you help me?

Thank you

Glotech
The administrator has disabled public write access.

Problem with thumbnail creation 11 years 7 months ago #121

Hi,


You can try this solution:

1- Open an any CSS file that is loaded in the website. For example this CSS file:
www.stampantistore.net/templates/gk_mystore/css/menu/mega.css

2- Open that CSS file, scroll to the bottom and add these 2 CSS rules.
.zoom-tiny-image-additional, .zoom-tiny-image {
	max-height:40px;
	width:auto;
}
 
a.thumbs_list img {
	max-width:50px;
	height:auto;
}

The result will be:
(in browse page)
ScreenShot2012-08-16at2.01.30AM.png



(In product details page)
ScreenShot2012-08-16at2.01.56AM.png
The administrator has disabled public write access.

Thank you and just another question 11 years 6 months ago #184

Thank you for info.

I have some little problem with the ask a question boxes and the quantity arrow of cart in product flypage and category browse can you tell me if i have to add some other line to css.

Es: www.stampantistore.net/Stampanti/Inkjet/Formato-A4/Canon/4103B009-CANON-PIXMA-IP-2700-INKJET-A4-4800X1200-USB-9-2-PPM-COLORE


Thank you in advance

Glotech
The administrator has disabled public write access.

Thank you and just another question 11 years 6 months ago #188

Hi,

Open this CSS file:
www.stampantistore.net/components/com_virtuemart/themes/flexible_vm_theme/theme.css

Find this CSS rule:
#askquestion a.button, #askquestion a.button:hover {
	background: url(images/askquestion.png) no-repeat;
	width:129px;
	height:40px;
	display:block;
	box-shadow:none;
	border:none;
	color:#acacac;
	text-align:center;
	text-transform:none;
	font-size: 14px;
	padding:30px 5px 5px 5px;
	text-shadow: 0px 0px 2px #fff;
}

change it with this:
#askquestion a.buttons, #askquestion a.buttons:hover {
	background: url(images/askquestion.png) no-repeat;
	width:129px;
	height:40px;
	display:block;
	box-shadow:none;
	border:none;
	color:#acacac;
	text-align:center;
	text-transform:none;
	font-size: 11px;
	padding:30px 5px 5px 5px;
	text-shadow: 0px 0px 2px #fff;
}


About the Quantity boxes, it has nothing to do with our VM Theme. It happens because one of the joomla's CSS file.
Open this CSS file:
/templates/gk_mystore/css/joomla.css

find this CSS rule:
.adminform button, #adminForm button, .button, button, a.readon, input[type="submit"], input[type="button"], a.button_details, a.checkout_link, a.product-details, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.default, #facebox .popup > div > div > a

and change its name with this:
.adminform button, #adminForm button, .button, button, a.readon, input[type="submit"], a.button_details, a.checkout_link, a.product-details, .vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited, button.default, #facebox .popup > div > div > a

Also find this CSS rule:
.adminform button, #adminForm button, .button, button, a.readon, input[type="submit"], input[type="button"], a.button_details, a.checkout_link, a.product-details, span.addtocart-button input.addtocart-button, .vmCartModule .show_cart a

and change its name with this:
.adminform button, #adminForm button, .button, button, a.readon, input[type="submit"], a.button_details, a.checkout_link, a.product-details, span.addtocart-button input.addtocart-button, .vmCartModule .show_cart a

Basically you are deleting only input[type="button"] from these above rules.

Cheers.
The administrator has disabled public write access.
Time to create page: 0.211 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo