Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't seem to be work with polylang #28

Open
mplusb opened this issue Jan 20, 2021 · 4 comments
Open

doesn't seem to be work with polylang #28

mplusb opened this issue Jan 20, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@mplusb
Copy link

mplusb commented Jan 20, 2021

when polylang is active the image inside the lightbox is not loading.

@mplusb mplusb added the bug Something isn't working label Jan 20, 2021
@claudedunn
Copy link

claudedunn commented Jan 20, 2021

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

@mplusb
Copy link
Author

mplusb commented Feb 2, 2021

+1

1 similar comment
@beatricelucaci
Copy link

+1

@Muchylin
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants