zenatomiser Posted May 7, 2014 Share Posted May 7, 2014 Hi, I'm fairly new to prestashop and still trying to configure it to my liking, one of the things I'd like to do is to remove the product ajax hover, I'd like to always see the product "add to cart" and "more" buttons when displaying the page. It works like this when it's resized to mobile size and I'd like to keep it like that on full-screen too. Hope you can help, thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 7, 2014 Share Posted May 7, 2014 let us know what prestashop version you use and what theme everything depends on it. Link to comment Share on other sites More sharing options...
zenatomiser Posted May 7, 2014 Author Share Posted May 7, 2014 It's the default theme of the latest version 1.6.0.6 Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 thank you so, you're looking for something like you want to display cart button and view without hovering right? Link to comment Share on other sites More sharing options...
zenatomiser Posted May 8, 2014 Author Share Posted May 8, 2014 Yes, that's correct. Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 open file: themes/default-bootstrap/product-list.tpl and change: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price"> to: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_pricee"> (i added one "e" in class clause) and <div class="button-container"> to: <div class="button-containerr"> (i added one "r" in class clause) then in /themes/default-bootstrap/css/product_list.css remove min-height: 35px; from ul.product_list.grid > li .product-container h5 { padding: 0 15px 7px 15px; min-height: 35px; } 4 Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 Thanks a lot Vekia for all yours answers. Once again that SOLVED. But how to remove too the black contenair with the price that appears when we are on the product. (presta 1.6 , theme default) Thanks for reply! Link to comment Share on other sites More sharing options...
vekia Posted July 2, 2014 Share Posted July 2, 2014 Thanks a lot Vekia for all yours answers. Once again that SOLVED. But how to remove too the black contenair with the price that appears when we are on the product. (presta 1.6 , theme default) Thanks for reply! you just mean that you want to remove whole hover effect? Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 you just mean that you want to remove whole hover effect? Hi vekia! I would like to remove the black contenair price that appears when mouse is hover, image below. Thanks for reply! Link to comment Share on other sites More sharing options...
Guid Posted July 2, 2014 Share Posted July 2, 2014 Hi vekia! I would like to remove the black contenair price that appears when mouse is hover, image below. Thanks for reply. Link to comment Share on other sites More sharing options...
Guid Posted July 4, 2014 Share Posted July 4, 2014 Hi vekia! I would like to remove the black contenair price that appears when mouse is hover, image below. Thanks for reply. This is SOLVED here: http://www.prestashop.com/forums/topic/341852-solved-remove-the-black-contenair-price-when-hover-the-grid-list-product/?do=findComment&comment=1723666 Thanks for your help Vekia! Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2014 Share Posted July 4, 2014 This is SOLVED here: http://www.prestashop.com/forums/topic/341852-solved-remove-the-black-contenair-price-when-hover-the-grid-list-product/?do=findComment&comment=1723666 Thanks for your help Vekia! but it's not all, what about other hover elements? 1 Link to comment Share on other sites More sharing options...
Guid Posted July 4, 2014 Share Posted July 4, 2014 Hi Vekia! I wanted to remove almost all of the hover elements effect. I followed what you said above (post #6) and then what you said in this post http://www.prestasho...t/#entry1723666 . Well you are right, i just keeped the border hover effect. Like image below. By the way there is a simpler (easier) way to remove whole hover effect? Link to comment Share on other sites More sharing options...
ddt81 Posted September 24, 2014 Share Posted September 24, 2014 (edited) open file: themes/default-bootstrap/product-list.tpl and change: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_pricee"> to: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_pricee"> (i added one "e" in class clause) and <div class="button-containerr"> to: <div class="button-container"> (i added one "r" in class clause) then in /themes/default-bootstrap/css/product_list.css remove min-height: 35px; from ul.product_list.grid > li .product-container h5 { padding: 0 15px 7px 15px; min-height: 35px; } Hi... for me not working! In home page with new products it is all OK but in the category product i not show the "Add to Cart" so for my client it's impossible to buy any product Any idea? I use Prestashop 1.6.09 with default theme Edited September 24, 2014 by ddt81 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2014 Share Posted September 24, 2014 your website is online? can you share url to your shop? cases like that need an inspection Link to comment Share on other sites More sharing options...
ddt81 Posted September 24, 2014 Share Posted September 24, 2014 (edited) your website is online? can you share url to your shop? cases like that need an inspection no... :-( i working in local with Xampp. When i hover the product appear "undefined" instead of "Add to Cart" Edited September 24, 2014 by ddt81 (see edit history) Link to comment Share on other sites More sharing options...
tiberius Posted September 25, 2014 Share Posted September 25, 2014 I want to remove the Ajax hover completely. How is this done? 1 Link to comment Share on other sites More sharing options...
jjryeste Posted November 10, 2014 Share Posted November 10, 2014 ok Vekia, is perfect, working good, thank you and is possible change button efect quick views for button more eliminate button quick views and theese efect install in button more thank you Link to comment Share on other sites More sharing options...
lipdesign Posted May 30, 2015 Share Posted May 30, 2015 I want the opposite! I´ve just installed the latest version and it doest have that hover effect, and i want it! The same version installed localy works fine! Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2015 Share Posted May 30, 2015 hello but hover is a part of default installation, hmmm ? Link to comment Share on other sites More sharing options...
lipdesign Posted May 30, 2015 Share Posted May 30, 2015 It suddenly started to work! Maybe it was something server related.. Link to comment Share on other sites More sharing options...
jave.web Posted August 17, 2015 Share Posted August 17, 2015 If you want to remove the "Quick View" functionality completely, you have to do following (Prestashop 1.6) ( taken from http://www.psfever.com/blog/2014/disable-quick-view-prestashop-1-6/ ) : 1. Log into your Dashboard 2. In the menu hover over Modules and click on Modules 3. Type “Theme Configurator” into the search box. Once the Theme Configurator module shows up click on Configure. 4. Now you’re inside the settings of Theme Configurator module. Scroll slightly down and look for “Display quick view window on homepage and category pages“. Set this option to No. 5. Hit the Save button in the bottom right corner. This remove ONLY the ajax functionality, but the button itself remains present (though it now acts as a regular link to product) - TO REMOVE THE BUTTON: (on hover) itself you have to add following CSS code at the bottom of the "product_list.css" file , located probably in "/web/shop/themes/default-bootstrap/css/" ::: ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view{ display: none; } You may have to change display: none; to display: none !important; to override some other rules, but it worked for me just without !important... Hope this helps someone Have a nice day Link to comment Share on other sites More sharing options...
GeorgeC Posted January 12, 2016 Share Posted January 12, 2016 I have a way to remove hover efect just editing product-list.css file. On this way i can see to "list view" whitout problems and all efect from products category are removed. I try this metod on Prestashop 1.6.1.1 and it's super! Please let my know if anyone have problems with this modification. 1. Replace “margin-bottom: 14px;” with "display: block !important;" (line 209 on prestashop 1.6.1.1) display: none; } ul.product_list.grid > li .product-container .old-price { margin-right: 5px; } ul.product_list.grid > li .product-container .button-container { margin-bottom: 14px;} @media (min-width: 1200px) { ul.product_list.grid > li .product-container .button-container { display: none; } } 2.Delete code from line 227-243 (on prestashop 1.6.1.1) @media (min-width: 1200px) { ul.product_list.grid > li.hovered .product-container { -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px; -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px; box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px; position: relative; z-index: 10; } ul.product_list.grid > li.hovered .product-container .content_price { display: none; } ul.product_list.grid > li.hovered .product-container .product-image-container .content_price { display: block; } ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view { display: block; } ul.product_list.grid > li.hovered .product-container .functional-buttons, ul.product_list.grid > li.hovered .product-container .button-container, ul.product_list.grid > li.hovered .product-container .comments_note { display: block; } } 3.Delete code from line 250-251 (on prestashop 1.6.1.1) ul.product_list.grid li.hovered h5 { min-height: 30px; } 2 Link to comment Share on other sites More sharing options...
steper1978 Posted March 25, 2016 Share Posted March 25, 2016 (edited) Hi, I've just bought and installed a new theme to my prestashop. I'd like to remove the hover effect in the product listing (inluding the featured list on home page) I've been readning through the earlier comments in this thread. Unfortunately I can't find any hover or ajax code in the files that came with the new theme so I would very much appreciate some help with this. My shop can be found on test.minihome.se and I use Prestashop 1.6.1.4 Edited March 25, 2016 by steper1978 (see edit history) Link to comment Share on other sites More sharing options...
GeorgeC Posted March 25, 2016 Share Posted March 25, 2016 (edited) Hi, the code It's on "themes/default-bootstrap(or your theme)/css/product_list.css" file. When you delete code from 227-243 the code from line 250-251 will up to line 233 or 224. Can you see the result something like my site "edisc.ro" Edited March 25, 2016 by GeorgeC (see edit history) Link to comment Share on other sites More sharing options...
dusticelli Posted April 1, 2016 Share Posted April 1, 2016 @GeorgC, thx, that solved the jumpin' hover for me like a charm. I'm on 1.6.1.4. Discarding the exact line numbers one should identify the related blocks, even if the line numbers might differ a little bit probably due to some changes already maid. 1 Link to comment Share on other sites More sharing options...
emonerd Posted April 6, 2016 Share Posted April 6, 2016 Hey i was wondering how can i remove the add to cart feature from the homepage . i dont want it to appear on hover i only want the add to cart to show on product detail page after buyer clicks on the product. so how can i complety remove the add to cart button on homepage when you hover and just keep the more button? Link to comment Share on other sites More sharing options...
emonerd Posted April 6, 2016 Share Posted April 6, 2016 the site is wholsaleuniforms4school.com and im using the latest version of prestashop v1.6. whatever it is but s the latest one Link to comment Share on other sites More sharing options...
GeorgeC Posted April 6, 2016 Share Posted April 6, 2016 Hi, Emonerd I will try to give you a answer soon. Link to comment Share on other sites More sharing options...
emonerd Posted April 6, 2016 Share Posted April 6, 2016 ok i got to remove/ hide add to cart from back office but now the more button is showing align left position . i want to know how i can center the more button position or remove it. Link to comment Share on other sites More sharing options...
emonerd Posted April 6, 2016 Share Posted April 6, 2016 for remove/hide add to cart i went to modules>preferences>products> then select no on show add to cart with product attributes. 1 Link to comment Share on other sites More sharing options...
GeorgeC Posted April 6, 2016 Share Posted April 6, 2016 I send you 2 e-mails to your e-mail address: [email protected] Link to comment Share on other sites More sharing options...
dsaura Posted May 26, 2016 Share Posted May 26, 2016 Hi GeorgeC Your css modifications worked perfect for me, but now I do not see the user rating neither... I'm not sure if it has sometingh to do with it but, just in case, can you help me? Link to comment Share on other sites More sharing options...
jjryeste Posted May 26, 2016 Share Posted May 26, 2016 Hello is possible, add zoom in background quickview Link to comment Share on other sites More sharing options...
dsaura Posted May 26, 2016 Share Posted May 26, 2016 Hi... sorry but don't understand what you mean..... Link to comment Share on other sites More sharing options...
birbal007 Posted July 14, 2016 Share Posted July 14, 2016 open file: themes/default-bootstrap/product-list.tpl and change: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price"> to: <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_pricee"> (i added one "e" in class clause) and <div class="button-container"> to: <div class="button-containerr"> (i added one "r" in class clause) then in /themes/default-bootstrap/css/product_list.css remove min-height: 35px; from ul.product_list.grid > li .product-container h5 { padding: 0 15px 7px 15px; min-height: 35px; } i tried this but hover effect not going. i want to remove hover effect because when i hover on products it disturb my second row. second row product start moving here n there. i'm providing u link also for reference. http://ucodice.com/fashion_point/index.php?id_supplier=1&controller=supplier. please provide a solution Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2016 Share Posted July 15, 2016 its moving because of .bd-griditem-4:hover { background-color: #fff; border: 0 solid #8acbe5; background-image: none; } in your global.css Link to comment Share on other sites More sharing options...
birbal007 Posted July 15, 2016 Share Posted July 15, 2016 (edited) its moving because of .bd-griditem-4:hover { background-color: #fff; border: 0 solid #8acbe5; background-image: none; } in your global.css this effect is not my problem. my problem is my second row element start moving when i move cursor over first row products. i got the reason but not the solution. reason is when i enter long product name then product name appear in two rows and this is the issue. when i hover, div of my product expand and contract at that time & my product in second row try to occupy place in first row and start moving here and there.. i found the problem now provide me solution. thanx http://ucodice.com/fashion_point/1_fashion-manufacturer Edited July 15, 2016 by birbal007 (see edit history) Link to comment Share on other sites More sharing options...
miloss Posted September 26, 2016 Share Posted September 26, 2016 (edited) One more solution without changing css class names ... is adding 1 simple line in js file : /themes/default-bootstrap/js/global.js Find function blockHover add as first line in function : return; This way all code below will be "ignored". Do not try to comment out whole function since this function is called inside another functions and will break some other functionalities i.e. grid / list view when function blockHover does not exist. Please note that this removes ajax hover as requested - "static" buttons will appear on breakpoints less than large device. On large devices you will have to move "add to cart" and "more" button manually in html file like stated above. Edited October 4, 2016 by miloss (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 26, 2016 Share Posted September 26, 2016 file name is not available in your message, can you share the name please? Link to comment Share on other sites More sharing options...
miloss Posted October 4, 2016 Share Posted October 4, 2016 file name is not available in your message, can you share the name please? edited post above. Thank you for noticing Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now