Hello @rybe,
We do not have that theme, so we really have no idea what’s going on there.
When you edit a post/page, do you see tabs created by WPGlobus? Able to put text in different language – but then on the front, you see only one?
Or something else?
Thank you!
————-
P.S. In general, WPGlobus supports every theme that uses standard WordPress methods for displaying post title, content, categories, tags and so on.
If a theme (or a plugin) does not go the standard way, then we simply cannot do anything.
For example, if somewhere in their code, they write
echo $post->post_title
then you’ll see either on language only, or a garbage-looking text.
If they apply the_title
filter, then everything will be fine.