• Resolved reca26

    (@reca26)


    Hi – I really like this plugin and I’m still interested in the pro-version, but because of several problems with the free version, I’m a bit skeptical if this plugin works proper in my environment. Though the first issue (a flawed backend display) has resolved by your support and the second issue (same as https://www.ads-software.com/support/topic/image-layout-is-incorrect/) seems to disappear after the last update, I have another issue with the Image-cropping. It is not displaying correctly as all images are cut from the bottom.
    As far as I can see, this command in the “wp-latest-posts/css/wpcufpn_front.css” folder might be relevant:
    span.img_cropper img {
    vertical-align: middle !important;
    display: block !important;
    max-width: none !important;
    }
    but it doesn’t seem to take effect. (Please take a look at https://www.perfect-car-tuning.com/blog-test/ )
    Do you have any suggestions?

    Kind regards and many thanks.
    Reca

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Your theme css is adding a css property on image height, please add the following css in the custom css of your news block

    span.img_cropper img {
        height: 100%;
    }

    Cheers,

    Thread Starter reca26

    (@reca26)

    Hi ….. –

    Thanks for your quick reply.
    Though the WPLP Block isn’t loading again (so I wasn’t able to reach the News block CSS), I added the Code via an external plugin to the specific blog page. This worked out fine.
    Unfortunately the result of this command is absolutely not satisfying, as the images are now extremely blurred. (please see Picture) This gets better after I adjusted the code to 110% or 120%, but brings off the old problem again: The images are only cut / cropped from the bottom.
    What to do ?? Is this hopeles with my environment??

    Kind regards
    Reca

    Thread Starter reca26

    (@reca26)

    sorry – forgot the pic-link
    https://www.perfect-car-tuning.com/wplp-pic/

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    OK the loading problem on admin side is something else, there’s another plugin that is causing a conflict and prevent the plugin interface to load. If you could try to identify which one it is, we can provide a fix. For that you can disable plugin one by one and see when admin of our plugin is working again.

    For the rest, if you add the following CSS in one of your CSS file, you should have this result on all your images: https://goo.gl/lJDaJu

    span.img_cropper img {
        height: 100% !important;
    }

    Cheers,

    Thread Starter reca26

    (@reca26)

    Hi … – thanks for your quick reply.
    I was able to open the Advanced tab, so I got access to the Custom CSS. Added the code successfully, and some changes took effect.
    But unfortunately with unsatisfying results:
    https://www.perfect-car-tuning.com/wplp-pic/
    I tried this also on another Domain. The Result (Silver DeLorean) is added below.

    As the plugin “Blog Manager Light” from OTW-Themes seems to find a better way to crop / cut the images, I added another pic to show their result. (as I like your plugin, I would rather go with this, if we could get this to work).

    Cheers
    Reca

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image-cropping doesn’t work proper’ is closed to new replies.