• Resolved chiprdcarter

    (@chiprdcarter)


    Three lines of code appear to be causing the problem in style.css (lines 412 – 414). I can’t/won’t upgrade to 2.2 until this is fixed.

    Commenting them out fixed the problem (in my sandbox), see below. Is there another way to fix this without coding?

    410 .site-content .entry-content p a img, .site-content .entry-content p img {
    411 /*box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5) */
    412 height: 100%; /* THIS LINE AND THE TWO BELOW ARE CAUSING THE IMAGE RESIZE */
    413 max-width: 100%;
    414 width: 100%;

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thank you. It’s ok for me. I remove the three lines from style.css :

    412    height: 100%;
    413    max-width: 100%;
    414    width: 100%;

    Theme Author Fruitful Code

    (@fruitfulcode)

    You can use this temporial fix

    Appearance > theme options > custom css

    .site-content .entry-content p a img, .site-content .entry-content p img {
    height: auto;
    width: auto;
    }
    Thread Starter chiprdcarter

    (@chiprdcarter)

    Thanks, all!! I updated the custom css and everything’s working fine!

    Hello all!!

    I have the same problem. ALL THE IMAGES IN MY WEB HAVE BEEN RESIZED!!!

    I am so frustrated with the last update of Fruitful theme…

    I have changed the custom css options and removed the three lines you mention, AND NO EFFECT!!

    Look at this page, for example: https://www.puedoayudarte.es/quien-soy/

    Is there anything more I can do?? Can I recover the last version of fruitful theme?

    Thank you SO MUCH for your help, I’m a bit desperated.

    Theme Author Fruitful Code

    (@fruitfulcode)

    amparomillan,

    I see correct images on your website. New theme version 2.2.1

    All previous versions

    I’m on 2.3.1 and all my pictures and videos are blown up. I’ve tried to custom css. I like this template, but if I can’t fix the pictures or slider, I may have to scrap it.

    Theme Author Fruitful Code

    (@fruitfulcode)

    denisebaer,

    Maybe your pictures without size attributes?
    Can you show your website?

    As you can see on demo, with images everything is good
    https://themes.fruitfulcode.com/fruitful/markup-image-alignment/

    I shrunk my pictures to 200x305px. It didn’t work, so I put the attributes in the img and it doesn’t change it. Here’s a link to one of my pages: Baer Books Press . As for the slider, I manipulated the actual nivo-slider.css and the bar.css. That was the only way I could get the slider to shrink and center. I also was able to adjust the width and height for my youtube videos. My pictures are my last issue.

    Okay, I figured out the pictures. Thanks again.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Images resizing in Fruitful theme 2.2’ is closed to new replies.