• Resolved daGuschtl

    (@daguschtl)


    Hi,

    this happens, when I open any image on my website since the laste update (and the background is now complete black and not only to 70%).

    https://ibb.co/LY0Cf02

    What can I do? Can I downgrade?

    • This topic was modified 2 years, 1 month ago by daGuschtl.
Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter daGuschtl

    (@daguschtl)

    I can verify, the Downgrade to 1.8.19 fixed both issues (half image and background)!

    I can confirm as well – v1.9.1 breaks things as described.
    I only had 1.8.18 available and that one fixed it for me.

    (WordPress version 6.0.2 Multisite)

    Hi, that is an unexpected result. It may come from specific overlay color setting. What do you have as value for the overlay color?

    The half image, I can only guess a conflict with your theme or other plugins. I see a scroll bar at the bottom of your screenshot. Could it scroll to reveal the full image?

    It would help to see ti live but I understand you do not wish to upgrade again on your live site. Can you tell me what theme you are using, and maybe your other plugins?

    Thread Starter daGuschtl

    (@daguschtl)

    I upgraded again to help you see it:
    https://bit.ly/3rWdmRi

    The complete intransparent background is on all my sites. The half-picture only on one site. I have tested “000” or “000000” as color-code.

    OK, that explains the back background because #000000 is black ?? but I see the transparency value has been ignored during upgrade. Could you change that to value to rgba(0,0,0,.7) ?

    The weird half image comes from a conflicting body { text-align: center; } rule set in the theme stylesheet wp-content/themes/diamond/css/theme.css

    You can overrule it with this in your Custom CSS:

    
    #fancybox-wrap { text-align: initial; }
    
    Thread Starter daGuschtl

    (@daguschtl)

    Hi,

    thanks for the fast reply!
    I have set both suggestions and both work!

    Are these “intermediate” solutions, so I have to remove them for later updates? Or are these changes final?

    • This reply was modified 2 years, 1 month ago by daGuschtl.

    Hi again, I’ve just released version 1.9.2 which should fix both the issues you encountered.

    With that change, your background overlay will get a bit more transparent due to both the new RGBA opacity value (0.7) and the old Opacity setting being applied at the same time. To undo that, go to Settings > Media and either set the Overlay Color value back to #000 or you can keep the RGBA value but set the Opacity setting to 1.

    You can remove the added CSS style rule if you wish, but it will not hurt if you leave it there…

    Let me know if you run into issues again and thank you for reporting this bug and helping me figure it out!

    I appreciate the prompt response …

    However, the new version did not resolve the issue for me ??

    Picture is not visible, sub text and close button are shown to the far right vertically centered. IMG is sized 0x0.
    The suggested fix isn’t doing it for my setup, and 1.9.2 didn’t fix it either.

    Hi @hansaplastique, can you share a link to your site so I can see it live?

    I’d be happy to! (thank you for the excellent support!)

    https://www.tweaking4all.com/network-internet/ip-address-default-gateway/

    The displayed DOS box is a PNG, just below it there is another screenshot (also PNG).

    @hansaplastique I see an error coming from a plugin called Cleantalk Spam Protection. Not sure if this is causing the problem. Could you temporarily turn that plugin off to see if that changes anything? Otherwise, you could try the other FancyBox versions (first option in the FancyBox section on Settings > Media)…

    Hi Rolf,

    deactivating clean talk results in clicking an image to leave the page and load just the image (if that makes sense).

    Excellent tip though on the different versions – I didn’t know that was an option:
    – Fancybox 2 works correctly but it loosing some of the styling
    – Legacy works correctly (woohoo!!!)
    – Classic Reloaded definitely breaks things

    At least “Legacy” works as usual – as far as I can see on a desktop/laptop ?? – so I’m good to go. Fancybox 2 looks promising.

    Thanks again for the excellent support ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Picture shown only half!’ is closed to new replies.