_doesmarinate
Forum Replies Created
-
Hey @wfgerald,
Thanks very much for your reply. It was actually my fault because of settings on another plugin. All good now, thanks 😉
Forum: Plugins
In reply to: [qTranslate X] I can´t put the pluginyou could put it in the menu. if you mean the language switcher then in your theme, go to Appearance > Widgets or Menus and either add the qTx widget to an existing menu or just make a new one.
Forum: Plugins
In reply to: [qTranslate X] I can´t translateI have no idea but perhaps this might help maybe i dunno:
Forum: Plugins
In reply to: [qTranslate X] Flags inline widget settingWhat do you mean?
Forum: Plugins
In reply to: [qTranslate X] Can’t access to login | Can’t return to default languageThe reason it does this is because it is detecting which language your browser is in and redirecting you there. Most probably because you have ticked Settings > Languages > General > Detect the language of the browser and redirect accordingly. You don’t have to untick it. Or disable hiding your admin login page. When you get the 404 page use the LANGUAGE SWITCHER to change the language. DO NOT edit the URL directly. Once you use the language switcher it will take you to your login page.
Forum: Plugins
In reply to: [qTranslate X] qtranslate-x GDPR compliant?I’m no expert but I don’t think that the plugin has any access to your data that it can report back so I think you’re covered when it comes to GDPR.
Forum: Plugins
In reply to: [qTranslate X] I don’t want translate the addressSettings > Languages > URL Modification Mode and choose either
Use Query Mode (?lang=en) OR
Use Pre-Domain Mode (uses http://en.yoursite.com). Whichever you think will work better for what you want to do. But apparently Pre-Domain mode is more SEO friendly than Query Mode but like it says you will need to configure DNS sub-domains on your site. If you don’t know how to do that go for Query mode.Forum: Plugins
In reply to: [qTranslate X] stop translation dashboard or hide menu itemI’m not exactly sure what you mean but I suspect the solution is in the WP admin console, Users > Your Profile > Language and choose the one you want.
Forum: Plugins
In reply to: [qTranslate X] Abandoned plugin?Forum: Plugins
In reply to: [qTranslate X] 302 redirection instead of 301 on default languageHow did you change it? Your chamge makes more sense. Maybe it was just something that was overlooked or maybe it is done so that your language preference is rememebred? I don’t know, i know nothing. You should say this if a new fork opens…
Forum: Plugins
In reply to: [qTranslate X] Problem with traduction – dropdown cartI have no idea of php but I’ve been looking around for a solution to my problem and think I may have found what you need. Again I have no idea but maybe your code should look something like this:
if(function_exists(‘qtrans_getLanguage’)) {
$lang = qtrans_getLanguage();
if ($lang == “en”)
$text = ‘english’;
else
$text = ‘fr’;but edited to fit what you want it to do.
- This reply was modified 8 years, 1 month ago by _doesmarinate.
Forum: Plugins
In reply to: [qTranslate X] Widget not shown on the blog pageYeah you have to add that manually. In your theme, go to Appearance > Widgets or Menus and either add the qTx widget to an existing menu or just make a new one.
Forum: Plugins
In reply to: [qTranslate X] Text in a Slider Header Doesn’t translateHey Jamie, I’m no expert and am loitering here waiting for someone to maybe help me. Nevertheless maybe I can help. However, I don’t fully understand your problem. Maybe you could provide some screenshots…
Forum: Plugins
In reply to: [qTranslate X] Theme Front-end IntegrationOK so I got the plugin to work on the admin page using a i18n-config.json file that I put together based on integration instructions and working examples. Still can’t figure out how to make the same work on the submit page. Am I approaching this wrong?
Forum: Plugins
In reply to: [qTranslate X] Theme Front-end Integration.