brenoalvs / monk

Monk is an elegant and lightweight WordPress translation plugin to make your content reach the world.
https://wordpress.org/plugins/monk/
Other
15 stars 3 forks source link

Easy Photography Portfolio plugin #250

Open brenoalvs opened 6 years ago

brenoalvs commented 6 years ago

Let's make it compatible with Easy Photography Portfolio plugin

pyronaur commented 6 years ago

Cool, how can I help?

I'm using internationalized strings everywhere throughout the plugin, and CMB2 to power the admin panel.

Here is the source: https://github.com/justnorris/easy-photography-portfolio

This is what was required to make it compatible with WPML: https://github.com/justnorris/easy-photography-portfolio/blob/master/compatibility/wpml.php

brenoalvs commented 6 years ago

@justnorris I found 3 main issues:

Can you do more tests on your side to look for anything else? And then I'll break this issue in some subtasks to investigate what is going on.

pyronaur commented 6 years ago

Yeah, the main page is using WP_Query to just query all phort_post posts. And I think the permalinks needed a refresh because EPP registers a new post type, so it's not really an incompatibility.

I'll try to take a closer a look at it when I can.

brenoalvs commented 6 years ago

We should be filtering any WP_Query by language for default. I think that the first and third items are with us. Don't worry about them!