![]() |
Re: Remove 'Quick view' from Crisp White Template
To be honest that is all I have placed in my custom JS and it did work. The element was blank and no "Quick view" was showing. not sure why did not work for you. Perhaps I should re-test it. Thanks for the input.:D
|
Re: Remove 'Quick view' from Crisp White Template
Don't use css display property to remove elements. This has been suggested numerous times but it is really bad practice. The element still exists in the source code and it is still rendered.
Same applies to js. If you want to completely get rid of it modify the code to not render this element at all. This is the only proper way of doing it. I think every XC5 store should have one "custom modifications" module even if it is empty and does nothing. Then you can just apply this little changes here and there without creating new module for each one. jQuery .hrml may not work on display:none elements so probably that's the reason it is not working for you. Either remove the css rule or call the elements with :hidden in the js line to find it. |
Re: Remove 'Quick view' from Crisp White Template
Quote:
|
Re: Remove 'Quick view' from Crisp White Template
CFLSystems made a module for me, "Products List Links" which "Remove Quick View button and add Product Details button/link to products on list and search results pages." I can't remember if he sells that or if it was just custom made for my site but it works well.
|
Re: Remove 'Quick view' from Crisp White Template
We removed the QuickView feature in 54 version of X-Cart.
|
Re: Remove 'Quick view' from Crisp White Template
Quote:
Custom made for you Kevin. Feel free to share if you want to. |
All times are GMT -8. The time now is 09:52 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.