• https://www.swim-fitness.com

    alright, so when you click on a product in swim spas menu or hot tub menu, or click on swim spas, or hot tubs. it takes you to a listing with thumbnails of that postings featured image. i want to keep those, but when you click on that thumb nail and go to the actual posting, i want it to hide the featured image in each post. how do i go about doing this?

    thanks anyone who is able to help!

Viewing 9 replies - 1 through 9 (of 9 total)
  • There is more than one way to do this, but you could do it with CSS by adding the following custom CSS:

    .product-img {
      display: none;
    }

    The downside of that is that the images are still going to be loaded by some browsers, which sucks up some bandwidth, though they will not be visible to the user.

    You could alter the product detail page of whatever shopping cart you’re using, too, which would be more efficient because the product images wouldn’t load at all then.

    Thread Starter claytiger

    (@claytiger)

    thanks for that, does exactly what i wanted it to do. i have another question now, if you look at my site again https://www.swim-fitness.com and goto hot tubs, then mp legend series, click on the lsx 900. can you see my new image i added overlaps the forms and the other stuff on the page. how do i make that other stuff form around the image size? or how do i move that stuff outside of the image?

    It doesn’t overlap in my browser (Firefox), it looks just fine. It may be a browser-related issue. You might try instead of using alignleft, using alignright for the image. Sometimes floating an image to the left of a bulleted list will give you problems in some themes which you can avoid by using right alignment of the image.

    Thread Starter claytiger

    (@claytiger)

    im sorry, i didnt save my changes, please check it again! i had thumb nail size on it still

    Thread Starter claytiger

    (@claytiger)

    the main thing i would like to do, is get rid of the product specifications on the side, which i know how to do. but i would like to keep my form on there, for customers to fill out and send in to me. but i cant even see how to add that form, it looks like its part of the specifications section? i tried to figure out where the original person added that form, but i cant find it. i dont mind the product info staying there, but i would want it all to fit nicely and keep that larger sized image

    That image is too large to fit in that space. The width of the content area you’re working with is set to 59%, and the image is 791px wide, so you’re going to have to use a smaller image, something like 425px wide, to fit that space, redesign your product detail template, or switch to a different theme.

    Thread Starter claytiger

    (@claytiger)

    there isnt a way to just change some # and make the width larger for my contect area?

    There may be, I’m not familiar with that theme. If it’s a responsive theme, it may be sizing things on the fly for my monitor, too.

    You might try posting in the theme-specific forum and/or the forum for the e-commerce plugin you’re using to get more info on the best way to make the changes you want. It should be doable.

    Thread Starter claytiger

    (@claytiger)

    i appreciate all of your help with this i really do.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘how do i hide the featured image inside my post’ is closed to new replies.