Removing zoom on virtuemart products

GK User
Thu Apr 13, 2017 6:06 pm
Hi Moderator,
I am using joomla 3.6.5, Virtuemart 3.0.18 and GK Storefront Gavern version 3.21
I have a few issues.
First is how do i get rid of the product zoom where the product image zooms in on mouse over and shows a zoomed preview on the side?

Secondly, how do i get gk News Show pro to run in no conflict mode. If i publish gk news show pro on my homepage the website crashes and brings a lot of syntax issues. When i disable the module everything works fine.

Third is that when posting a new module or any installed module, when i get to the menu assignment tab, all the other menus can collapse and expand except the main menu. I also cannot select all or uncheck all on the main menu. The different menu's are arranged in a diagonal manner.

Lastly is there a way to bring the product short description to under the product title before the price. In between the two.

Any help will be highly appreciated and apologies for the long post

Domain name www.gedicom.co.ke
User avatar
Fresh Boarder

GK User
Thu Apr 13, 2017 6:17 pm
I have attached screenshots to help in quick identification of the problem
User avatar
Fresh Boarder

teitbite
Sat Apr 15, 2017 6:02 pm
Hi

I think I've encountered this problem in menu attachments section before. If I remember correctly it was a broken row in database caused by a bug in latest K2 version. I'm afraid the way to fix it is to completely recreate menu structure.

For the error please check if an option for Order is set in NSP configuration. Try selecting different options too. It happens when unsupported option is selected.

To add description edit file /html/com_virtuemart/productdetails/default.php and add code:

Code: Select all
<?php if(!empty($this->product->product_s_desc)) : ?>
    <?php echo $this->product->product_s_desc; ?>
<?php endif; ?>


right before:

Code: Select all
            <?php 
            // Ask a question about this product
User avatar
Moderator

GK User
Tue Apr 25, 2017 5:22 am
Thank You. Let me try all of the above recommendations and will let you know what works. Regards, Job
User avatar
Fresh Boarder

teitbite
Tue Apr 25, 2017 2:43 pm
Hi

Ok. Will be waiting fo You to try it. Leaving thread open till You'll say otherwise.
User avatar
Moderator

GK User
Wed May 03, 2017 7:52 am
Hi Thank you very much. I tried and everything worked perfect. I realised you forgot to teach me how to remove the zoom on the virtuemart products. If the cursor moves on top of the product image, there is a zoom preview that shows up. Is it possible to turn it off entirely.

Regards,
Job M
User avatar
Fresh Boarder

teitbite
Sun May 07, 2017 1:30 pm
Hi

Whole script for Zoom in located in /layouts/default.php (it's well commented), so You can remove it from there and the functionality will be gone as well.
User avatar
Moderator


cron