wilfried1954
Forum Replies Created
-
Hi,
I have WP 5.5.1 on a few websites an see no problems with Caldera forms.ps: I’m not from Caldera…
Regards, Wilfried
Forum: Plugins
In reply to: [qTranslate X] qTranslate X is not compatible with WordPress 5.5Mine is working also perfect after installing the plugin that I mentioned.
Forum: Plugins
In reply to: [qTranslate X] “Lang” attribute in html tagIt looks that the function is not called. Can you try to switch debug on in wp-config.php?
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
define(‘WP_DEBUG_LOG’, true);Or mayby it does not return the correct language. Is the language you switched to correctly installed in the Language Management (qTranslate Configuration)?
rgds, Wilfried
Forum: Plugins
In reply to: [qTranslate X] “Lang” attribute in html tagThe code is correct. When I check my header.php I see this:
<!DOCTYPE html> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head> <meta ...
If I check the page source then the language is replaced by the current language set (nl-BE):
<!DOCTYPE html> <html xmlns="https://www.w3.org/1999/xhtml" lang="nl-BE"> <head> <meta ...
rgds, Wilfried
Forum: Plugins
In reply to: [qTranslate X] Text Editor issue with qTranslate XHi,
I’m not sure what the problem is. I have qTranslateX on one site. At the moment with latest version of WordPress. Can you find out if it is not a conflict with another plugin or theme?
Forum: Plugins
In reply to: [qTranslate X] Text Editor issue with qTranslate XHi,
Use Classic editor. Works perfect. Forget block editor.
Rgds, Wilfried
Hi Tim,
I’m not from Caldera. But using it in several sites until now without any problem.
Suggestion: Use on ‘normal page’ to start; decativate all your plugins; use a default WP theme. If still don’t work, deactivate all extra CSS. If it works then, first activate again your theme – test; activate one by one all your plugins – test.
This way you can debug where the problem (or conflict) is.
What happens if you execute the form in a ‘normal’ page?
Forum: Plugins
In reply to: [qTranslate X] qTranslate X is not compatible with WordPress 5.5Hi,
I contacted the developer of my theme about WP 5.5 and possible not working qTranslateX anymore. He advised to install this plugin – then it should stay working as normal:https://www.ads-software.com/plugins/enable-jquery-migrate-helper/
Hopes this helps, Wilfried
Forum: Plugins
In reply to: [qTranslate X] qTranslate X is not compatible with WordPress 5.5Any news on this? I have 1 website with qTranslateX and now afraid to upgrade. Of course I do always full backup, but just want to make sure if other people are upgrading OK, so then I can take the risk.
I’m using theme The Art from SKT Themes. Anyone familiar? I will also ask author.
Sorry I was not clear. Your website is on a host. On that host you can login with FTP (not browser, but file manager, or a program like Fiezilla or other). The same way like you probably first installed WordPress.
then you have there the www folder, you go to /wp-content/plugins/name-plugin/ And there you problably have some ‘language’ folder.
Find there the file that ends on your contry-language, for example be_FR (for Belgium / French). The extention is .mo or .po. Copy both of the files.
The structure is (as far as I know) the same for all plugins.
Does this is more clear?
Before upgrading, copy the translated file to your local computer. After upgrade you can copy it back. Then you keep all translations.
If translation is ready you can send the translation file to the developers to include it in the package.
Hi,
I’m not from ProfileGrid, but if you translate a plugin then the tranlation is keeped in a folder /wp-content/plugins/yuorplugin/languages/… with a name ending on …fr_FR.mo and …fr_FR.po (example for France, Francais).
If you upgrade a plugin and your translations are not yet inplemented by the developer they are lost with an upgrade. You can easy get it back with a backup before every upgrade – if you do so. Or keep the .mo an .po file on your local pc and copy it back after upgrade.
An update of a plugin reset always all files to original.
Regards, Wilfried
Forum: Plugins
In reply to: [W3 Total Cache] excluding dynamic pagesHi Marko,
define('DONOTCACHEPAGE', true);
in the php file do the job.Thank you, Wilfried
Forum: Plugins
In reply to: [qTranslate X] no language switching buttons – Classic requiredTitles and other things in the theme itself should be as this:
[:en]english title[:fr]french title[:nl]dutch title[:]
I did not need a clean install on that site when I installed this plugin.