out4mind
Forum Replies Created
-
Once again, thanks a lot! 🙂
Now I can display the question header! 🙂
For instance, in an article with polls I wrote about Game of Thrones,
In English I can have the titles and vote button in EN
http://www.out4mind.com/en/game-of-thrones-season-6-predictions-and-polls/In Portuguese I can have the titles and vote button in PT
http://www.out4mind.com/game-of-thrones-temporada-6-predicoes-e-sondagens/Cheers mate!!!
Now I’m a happy YOP Poll user! 🙂There are some other string in need of translation, but these were the most important! 🙂
Forum: Plugins
In reply to: [YOP Poll] BUG: Vote button shows no text. Only a small squareThanks a lot mate!
It is now working perfectly! 🙂
I’m still stuck with this… In the meantime I’ll try to workaround it by entering the question before and disabling the title or something else…
If you want to make your plugin fully compatible with WPML you should try harder…
Then I might even consider on “going pro” with your plugin.
Until then, I’ll be keeping searching other plugins – even premium – that could handle the situation…Forum: Plugins
In reply to: [YOP Poll] BUG: Vote button shows no text. Only a small squareI worked around this problem by forcing your code, on the file poll_model.php, line 1382 to display “Vote” (as it sounds both fine for Portuguese and English).
Replaced:
(…) >’ . $this->vote_button_label . ‘</button>’ (…)With:
(…) >Vote</button>’ (…)This problem also happened on my test environment with a fresh WordPress installation and WPML, so you really should take a look on what is happening with the variable “vote_botton_label”!
Please tell me something when you fix the problem so I can test it again on my test environment.
Regards.
Forum: Plugins
In reply to: [YOP Poll] Can't translate question strings with WPMLI’m going to close this topic and open 2 new for each case we found…
Forum: Plugins
In reply to: [YOP Poll] Can't translate question strings with WPMLAny hint on this topic?
I really need a solution for this. I found YOP a nice plugin but it seems it is not so WPML compatible… I found more strings that are appearing to be translated.And a bug!! The vote button is only showing a small square without any text inside.
The HTML output:
<div><button class=”yop_poll_vote_button” id=”yop_poll_vote-button-2_yp559128b84643a” onclick=”yop_poll_register_vote(‘2’, ‘page’, ‘_yp559128b84643a’); return false;”></button></div>There’s nothing inside the button! No text at all!
Regards,
Carlos Santos
Out4Mind.com webmasterForum: Plugins
In reply to: [YOP Poll] Can't translate question strings with WPMLBy the way… It also seems that the strings for the buttons, votes, results, etc… are always being copied for each new poll, meaning I’ll need to translate them all over again.
This is very annoying. Is there other solution?