You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will work on polylang site and none polylang site, on a polylang site, i can creat a gallery, will work, but edit will open up on a non existent page
i tested it on another website that doesnt use polylang and edit opens up but no image to be seen, all the options are there,
that plugin was working fine 2 months ago, i really hope to re-use it again once its fix
In the www\wp-content\plugins\final-tiles-grid-gallery-lite\lib\gallery-class.php file, find in the getLink function and the line with $url = ( isset( $image->url ) ? $image->url : "" ); change to $url = ( isset( $image->url ) ? $image->url : $image->imagePath );. Enjoy it!
when polylang is active the image inside the lightbox is not loading.
The text was updated successfully, but these errors were encountered: