Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

visualization problem
(1 viewing) (1) Guest
Report bugs, Guide, New Idea...
  • Page:
  • 1

TOPIC: visualization problem

visualization problem 10 years, 5 months ago #13374

Hi!
I have used your template here: www.specialitaabruzzesi.it

there is the visualization of a window of a product image in the middle of the page. I have chacked with firefox and it refers to a class="modal" .
I need not to view this image.

Moreover I have previously asked how to disable the enlargement on the images because I don't need it but without any answer.

Please let me know as soon as possible.
thanks

Re: visualization problem 10 years, 5 months ago #13452

Dear paola di cairano,

1 . Please go to your_site\templates\sj_bakery\css\template.css

2. add the code at the end of template.css file:

.latest-view .product .modal{
	position:static;
	margin:0px;
	box-shadown:none;
	border:none;
}



Thanks!

Re: visualization problem 10 years, 5 months ago #13532

thanks for your replay and it fixes the problem.

I also need to know how to disable the enlargement on the images because I don't need it.

thanks

Re: visualization problem 10 years, 5 months ago #13569

Dear paola di cairano,

Please go to your_site\components\com_virtuemart\views\virtuemart\tmpl\default_products.php and find:

<?php // Product Image
					if ($product->images) {
						echo JHTML::_ ( 'link', JRoute::_ ( 'index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=' . $product->virtuemart_product_id . '&virtuemart_category_id=' . $product->virtuemart_category_id ), $product->images[0]->displayMediaThumb( 'class="featuredProductImage" border="0"',true,'class="modal"' ) );
					}
					?>


=>

<?php // Product Image
					if ($product->images) {
						echo JHTML::_ ( 'link', JRoute::_ ( 'index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=' . $product->virtuemart_product_id . '&virtuemart_category_id=' . $product->virtuemart_category_id ), $product->images[0]->displayMediaThumb( 'class="featuredProductImage" border="0"',true,'class=""' ) );
					}
					?>



Thanks!
  • Page:
  • 1
Time to create page: 0.21 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes