ilvez
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Gallery Reloaded] Automatic gallery heightHi and thanks!
I managed to resolve all the nagging issues, you can read about the solutions here, also look for the threades marked “resolved” there are other issues as well:
Forum: Plugins
In reply to: [Image Gallery Reloaded] Avoid quirks mode errors in Internet ExplorerHow to make the plugin respect custom image order is resolved here:
https://www.ads-software.com/support/topic/making-the-gallery-respect-image-order?replies=3
Update: a better and more safe solution is to edit image-gallery-reloaded.php
Find a string:
imageCrop : true
and change it to
imageCrop : false
The best part is that now within main gallery window the WP will automatically adjust the images to center as well as resize them to fit the main window without affecting original image aspect ratio
I don’t understand why this functionality is not included in the default options as the default settings really mess up the image proportions.
Forum: Plugins
In reply to: [Image Gallery Reloaded] Avoid quirks mode errors in Internet ExplorerUpdate: the better solution is to add <!DOCTYPE HTML> into the beginning to the current theme header.php file. Then the gallery will be rendered correctly with the IE and it will not affect the WP Gallery module functions.
Found a string how to remove image cropping within a main naviation window
Remove this string:
crop:this._options.imageCrop,
from a file galleria-1.2.8.min.js and your images will not be cropped within the main window, also they will maintain the correct aspect ratio.
Now the plugin really rocks!
Forum: Plugins
In reply to: [Image Gallery Reloaded] Making the gallery respect image orderThats superb! Many thanks, now the gallery order works.
Do you might have a suggestion how to turn off the image cropping/stretching in main window, it is basically preventing me to use otherwise fantastic plugin.
The problem description with examples are here: