imerio
Forum Replies Created
-
Ok.
I installed mqTranslate, it solved my problem.
Now the Image Descriptions shows only the appropriate translation for the choosen language.@cais – Thankyou for your very fast answer. I just upgraded Nextgen on a test site to the last version (2.0.66.29), but the problem is still the same.
The test site is www dot oggettipreziosi dot eu/test.
ImerioForum: Fixing WordPress
In reply to: WordPress on Azure with Cleardb solutionYes, all kind of media are stored on the Web Server.
Forum: Fixing WordPress
In reply to: WordPress on Azure with Cleardb solutionHi Jay_wpo,
All the posts, except images, are stored on the database (Cleardb in your case), together with comments, links, see http://codex.wordpress.org/Database_Description
The images, together with the WordPress installation, are stored on the Web Server (Azure in your case).
To do a useful backup you must backup both.Hi,
I posted a very simple solution here:
https://wordpress.org/support/topic/no-flags-in-edit-modeForum: Plugins
In reply to: [zTranslate] No flags in edit modeHi, I found an easiest way to have flags displayed in edit mode when WordPress is not installed in the root.
You need to change the flag link (in plugin preferences) as follows:
../YourDirectory/wp-content/plugins/ztranslate/flags/
I explain it better:
in the field of the flag link do not overwrite what is there, simply add “../” (two dots and one slash), to instruct to go in the root, then type the directory where your WordPress installation is, followed by another slash.
That’s all.