5
I had to put a website (template developed by me) under CMS Wordpress in two languages, but the plugin qTranslate not enabled in my version. Is there any way to do it without plugins? Or maybe a plugin that works in version +3.8 ?
5
I had to put a website (template developed by me) under CMS Wordpress in two languages, but the plugin qTranslate not enabled in my version. Is there any way to do it without plugins? Or maybe a plugin that works in version +3.8 ?
5
If qTranslate has not been updated yet, one can force its compatibility by changing the following value in the file plugins/qtranslate/qtranslate.php
:
define('QT_SUPPORTED_WP_VERSION', '3.8.1');
In addition to qTrans, there are three main plugins for translation:
It is also possible to create a home solution such as in this example.
how do you create a gif like this? http://i.stack.Imgur.com/F7d5k.gif
I couldn’t find any screen capture Mac utility that exported directly to gif, so I used one to capture video (Screenflow) and then another specialized in creating gifs (Gif Brewery), then exported with 32 colors to be light but with animation in good quality.
Legal!...........
Browser other questions tagged php javascript html wordpress plugin
You are not signed in. Login or sign up in order to post.
I resolved the problem with the following plugin: http://polylang.wordpress.com/documentation/
– Bruno Martins