• This plugin by its simplicity but also the customization options is just fantastic !

    I have an issue though. It seems that there is an issue with the filter mgl_sizes that doesn’t work anymore. Following the example you provide here https://meowapps.com/meow-gallery/tutorial/ works fine for the other filters, but not for mgl_sizes.

    Digging a little bit in the plugin source code, line 60 of core.php, this seems to be the issue :

        if (!$this->gallery_process)
            return $attr;

    $this->gallery_process is always false now and therefore, it always returns right there and never sets the $sizes value as it should. I assume that it hasn’t always been the case.

    So not only the sizes cannot be customized, but the default set by Meow Gallery (depending on the gallery layout) is not set either. Whatever gallery layout is used, it’s always the default sizes set by WordPress that is used.

    Thanks a lot in advance for the support ??

Viewing 1 replies (of 1 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @lolobu! ??

    Thank you for reporting. It appears that ‘gallery_process’ is no longer in use, so we’ll be removing it in the next update. As a result, the filter should work as expected again. Thanks for your patience! ??

Viewing 1 replies (of 1 total)
  • The topic ‘mgl_sizes filter issue’ is closed to new replies.