View Single Post
  #10  
Old 03-02-2019, 07:48 PM
 
Triple A Racing Triple A Racing is offline
 

X-Wizard
  
Join Date: Jul 2008
Location: Manchester UK
Posts: 1,028
 

Default Re: Remove 'Quick view' from Crisp White Template

Quote:
Originally Posted by sales@webosusa.com
A better option is to setup the html in it as blank so prevent loading of unnecessary code that would make your page slower to load.
For instance in the custom JavaScript under "Look & Feel" > "Custom CSS & JS" > "Custom JavaScript" Code: $('.quicklook').html('');
Totally agree. Unnecessary code is well worth avoiding, so we applied this ^^ to our own dev store to test it, but after we had done that, all the "Quick View" nonsense remains, even after a "just in case" dev store re-deployment. Quite why Custom CSS works perfectly, but Custom JS doesn't, when both are applied in order to achieve the exact same end result is still a mystery at present. Did you test this against the XC5 "Quick View" function yourself @webosusa ? If you did, was your Custom JS literally, just that one line:
Code:
$('.quicklook').html('');
with no other supporting reference code?
__________________
Dev Store & Live Store XC Business 5.4.1.35
Server; Ubuntu 22.04.2 LTS (HWE 6.2.0.26.26 Kernel)) / Plesk Obsidian
Nginx 1.20.4 / Apache 2.4.52 (Ubuntu Backported) / MariaDB 10.11.4 / PHP 7.4.33
Reply With Quote