If we want to open image using lightbox (check the option below)
Scales the image with lightbox effect
In this case, zooming the image with fingers on phone does not work.
I want it to work – is there any way?
Using Google’s Inspect, I can see that the ‘figure’ element has a style attribute set (not CSS) as style="width: 390px;"
. When I uncheck that, the image is sized properly. So, this seems to be part of the theme coding, how can I fix it?
Other than that, I can’t find anything in our CSS causing this. We’re using EWWW Image Optimizer, and have ‘Lazy Load’ and ‘Automatic Scaling’ checked, however, when I uncheck these, there is no change, so I don’t think that’s the cause.
]]>Under some circumstances we’re having trouble clearing the cache sitewide.
An error of type E_ERROR was caused in line 354 of the file /home/nginx/domains/WEBSITE/public/wp-content/plugins/cache-enabler/inc/cache_enabler_disk.class.php. Error message: Maximum execution time of 60 seconds exceeded
That references this code:
foreach ( $objects as $object ) {
// full path
$object = $dir . DIRECTORY_SEPARATOR . $object;
// check if directory
if ( is_dir( $object ) ) {
self::_clear_dir( $object );
} else {
@unlink( $object );
}
}
—
The most obvious solution is to increase PHP execution time. We’ll probably give that a try in the next few weeks.
In the meantime is there anything we can do to try to remediate this?
Is there any possibility of a queueing system for websites that have tons of cached files?
This plugin has worked for us for quite some time. And we haven’t updated any plugins in the last several weeks so I’m wondering what might be the cause. We ran into the issue today while trying to clear the cache under a moderate load.
A few of our specs:
6.5.5
1.4.9
)8.1.29
Uncaught Error: Call to undefined function wp_kses()
Please update the hyperdb plugin again. If necessary, make it a Pro plugin, but update it again. It is a vital plugin for anyone using database replication with WordPress.
]]>add_filter(‘jpeg_quality’, function($arg){return 100;});
Please, advise.
]]>My slider (Master Slider) contains images of various sizes and it shows nicely, but during sliding from one image to another, the top of my images remain still on the same level. When they are bigger, the slider doesn′t center my images inside the block, their top remain on the same level and they are getting bigger downwards. Basically, they have various center points during transition/scaling.
I would love to customize it via CSS, does somebody know how?
Example of desired result – so the center point is still the same (another plugin)
https://fooplugins.com/foobox/#foobox-1/0/darius-bashar-529464-unsplash.jpg
Thanks a lot!
]]>I am using the core image block, but when I enter in a custom width under ‘Image Dimensions’, it doesn’t adjust the height proportionally. I have to enter the new height manually.
Is there a way to make it automatically scale proportionally when I enter in either the width or height?
Thank you!
]]>