groan Posted April 30, 2014 Share Posted April 30, 2014 Hello1 I am trying to see if there is a way to hide all product images. I am setting up a shop that is basically going to be just a list of products for retailers to purchase from a wholesaler. They don't need to know what it looks like as they are just going to be replenishing stock. I didn't see the option in the admin. I tried searching for this but was not successful in finding the solution. V1.6 and currently using the default theme though I find it too busy so a simple theme will likely be looked for. (any suggestions?) Thanks for your help! Link to comment Share on other sites More sharing options...
vekia Posted April 30, 2014 Share Posted April 30, 2014 indeed, there is no option in back office to disable product images. in this case it's necessary to modify several things in template files. where you want to disable pictures? on product page? categories listing? perhaps everywhere? Link to comment Share on other sites More sharing options...
groan Posted April 30, 2014 Author Share Posted April 30, 2014 Pretty much everywhere. Currently I have this http://shavedback.com/presta Link to comment Share on other sites More sharing options...
groan Posted April 30, 2014 Author Share Posted April 30, 2014 I want to just show text links to the products if that's possible. i'll also be needing to add a link to the catalog or the categories or show all categories on the home page. Havent figured out how to do that yet, but that's another topic. Link to comment Share on other sites More sharing options...
groan Posted April 30, 2014 Author Share Posted April 30, 2014 I found how to add the categories to the top menu. Link to comment Share on other sites More sharing options...
groan Posted May 1, 2014 Author Share Posted May 1, 2014 I was able to shrink the image down to 1x1 in the Images preferences. This may be enough to do what I want. This way I also don't have to alter any core code which is something I am trying to avoid. Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2014 Share Posted May 1, 2014 well, it's a workaround, in fact - pictures will be there still. in addition to this i will use also some css code to just hide them on selected elemets / pages. Link to comment Share on other sites More sharing options...
groan Posted May 1, 2014 Author Share Posted May 1, 2014 I guess that's the only way to hide the image on this page http://shavedback.com/presta/skimmer-accessories/10-5l-bucket.html Link to comment Share on other sites More sharing options...
groan Posted May 1, 2014 Author Share Posted May 1, 2014 Do you know of a way in the CSS to hide that large image? I'd prefer a way to do so in a custom CSS entry that will not be overwritten in an update. Link to comment Share on other sites More sharing options...
groan Posted May 1, 2014 Author Share Posted May 1, 2014 I found how to hid the image then center the rest of the details. In Product.css change .pb-left-column #image-block Display = none. In Global.css change .col-md-5 width =20%. This removes the large image on the product page and centers the rest of the results as you can now see here. http://shavedback.com/presta/miscellaneous-tools/8-portable-refractometerq.html Link to comment Share on other sites More sharing options...
groan Posted May 1, 2014 Author Share Posted May 1, 2014 I'd still like to know if there is a way to do this through custom css files so that I don't have to edit the core CSS files.These changes won't stay after an upgrade, I assume. 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