pyronaur / easy-photography-portfolio

Photography Portfolio is a easy to use and elegant plugin made for photographers. Install the plugin, add portfolio entries and you have a portfolio!
https://wordpress.org/plugins/photography-portfolio/
GNU General Public License v3.0
25 stars 7 forks source link

Fix WPML portfolio duplication #3

Closed vukvukovich closed 7 years ago

vukvukovich commented 7 years ago

For now we are dealing just with image IDs which means that title, caption, etc.. will be transalted automatically. There is still issue left with image URL path which is pointing to default language, I will update this at some point.

You just need to update plugin version. I have put @since to 1.1.2

Cheers!

pyronaur commented 7 years ago

Don't worry too much about the image URL. I don't utilize those URLs - static URLs are untrustworthy. When the plugin fetches images ( at any point ) it's done through WordPress functions.

CMB2 stores the gallery field this way ( [ id => url ] ) by default. If you have a possible solution for that in mind, maybe there is something you can do at the CMB2 plugin level ?

vukvukovich commented 7 years ago

Exactly.

But it looks like we are having some problems with this in general. I am into that with dev team so I'll keep you posted.

For now this is good enough for SEO and general usage.