| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to hide the magnifyer glass over the product | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi, anyone knows how to hide the magnifying glass that appears on rollover over the product? this along with the functionality of the popup with the summary information that appears when the user clicks on the magnifying glass icon
Thank you
__________________
xCart-5 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Do you have a custom module/skin ready to go? If so, try adding this to the bottom of your main.php:
Code:
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey XcartGuru X-cart Tutorials | X-cart 5 Tutorials Check out the responsive template for X-cart. |
|||||||||
|
#3
|
|||||||
|
|||||||
![]() I would like to eliminate the Magnifying Glass option as well. It might be called "quick view". Is there an easier way than learning to create modules/skins?
Thanks
__________________
Version No: 5.2.10 Go Social Color Schemes: Shipping: Product filter module Disable Drag’n’drop add to cart Theme Tweaker Wholesale Contact us Sales tax Color schemes Coupons Custom product tabs. Featured products News Pitney Bowes International Product Advisor Product Reviews Product Variants Webmaster Kit |
|||||||
#4
|
|||||||||
|
|||||||||
![]() I guess you can just use CSS and "display: none;" on the element.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey XcartGuru X-cart Tutorials | X-cart 5 Tutorials Check out the responsive template for X-cart. |
|||||||||
#5
|
|||||||
|
|||||||
![]() In which .css file? I need a bit more direction also. I am not that proficient with css. Exactly where in the css file do I place this?
__________________
Version No: 5.2.10 Go Social Color Schemes: Shipping: Product filter module Disable Drag’n’drop add to cart Theme Tweaker Wholesale Contact us Sales tax Color schemes Coupons Custom product tabs. Featured products News Pitney Bowes International Product Advisor Product Reviews Product Variants Webmaster Kit |
|||||||
#6
|
|||||||||
|
|||||||||
![]() Can you include a link to your site so we can inspect your CSS? As to where to add it, I would add it to the end of your custom CSS in the admin. Unless you have built a custom module for your store, you do not want to ever modify any of the core CSS.
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey XcartGuru X-cart Tutorials | X-cart 5 Tutorials Check out the responsive template for X-cart. |
|||||||||
#7
|
|||||||
|
|||||||
![]() This was a two step process. I found the proper CSS and did as you suggested, then I edited EVERYTHING out of the "theme_tweaker/default/en/items_list/product/parts/common.quicklook-button.tpl " file.
__________________
Version No: 5.2.10 Go Social Color Schemes: Shipping: Product filter module Disable Drag’n’drop add to cart Theme Tweaker Wholesale Contact us Sales tax Color schemes Coupons Custom product tabs. Featured products News Pitney Bowes International Product Advisor Product Reviews Product Variants Webmaster Kit |
|||||||
#8
|
|||||||||
|
|||||||||
![]() Quote:
Just add the following code to the Custom CSS section Code:
__________________
Best regards, Igor Pudovkin X-Cart hosting team |
|||||||||
#9
|
|||||||||
|
|||||||||
![]() Keep in mind this will not prevent the code to load. If you don't need it it is best to have a custom module to not load the feature at all. Speeds up page load. XC5 needs faster page loads
I never liked this solution that is all over the forum for XC5 - if you don't want to see the feature just use display:none.... This is not a solution. It is hiding the problem which will still continue to exist
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
#10
|
|||||||||
|
|||||||||
![]() Quote:
Ideally, one should create a custom module that removes a standard template from the view and overrides it with the custom template that does not load what is meant to be hidden.
__________________
Best regards, Igor Pudovkin X-Cart hosting team |
|||||||||
|
|
|||
X-Cart forums © 2001-2020
|