JessForest
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] backend page missingI have the same problem with missing TablePress command on the sidemenu after recent upgrade of the plugin.
Thanks for the temporary solution with commenting one code line. It helped me.
I have network websites on my WordPress (mydomain.com/en/ , mydomain.com/fr/ etc)
Forum: Fixing WordPress
In reply to: My WP 5.8.1 was hackedThanks for all advices! I replaced 3 old plugins and added suggested changes.
Forum: Fixing WordPress
In reply to: My WP 5.8.1 was hackedHi Jacob,
Thanks for your advices! I’ll read information from your links and I’ll replace some old pluggins.
Forum: Plugins
In reply to: [Contact Form 7] Get index of a mail tag instead of valueMany thanks for your reply! Your suggestion works great.
Forum: Fixing WordPress
In reply to: Conflict of WordPress with /files folderUPDATE.
I discovered that if I remove the following code from the .htaccess my /files directory start to work correctly:
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
Is it safe to remove it?
It seems that this rule conflicts with my real /files folder.
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageThanks, it’s a useful plug-in! For my case it is not necessary, but I’ll use qTranslate Slug for other needs.
I found another request like mine:
“qTranslate auto redirection doesn’t work for a single post”
http://stackoverflow.com/questions/27170328/qtranslate-auto-redirection-doesnt-work-for-a-single-postThanks for your support! I very appreciate it.
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageMy another website has a strange problem with Google. It’s multilingual:
http://www.wnsoft.com/picturestoexe/ (English)
http://www.wnsoft.com/fr/picturestoexe/ (French)But when French user type “picturestoexe” (name of the product) in Google he can see a link to English version as the most popular page for this keyword:
http://www.wnsoft.com/picturestoexe/So we had to use auto-detect to redirect French users from English version to French version:
http://www.wnsoft.com/fr/picturestoexe/Many users simply don’t see language switcher and auto-detection greatly helps.
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageI understand, but it would be great if qTranslate could offer one more option to force use auto-detection on first open of *any* page.
We prefer “Hide URL for default language” option to keep short URL for default language.
I found website on WordPress with WPML and then I type:
http://mountainguide.ru/trekking/
I see re-directed page:
http://mountainguide.ru/ru/trekking/Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageNo problem,
I added Dutch language and main page and tour page.
Try both pages with cleared cookies and cache:
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageThanks,
The default language is French.
Try to open the main page:
http://test.picturestoexe.com/If your language is English you’ll be redirected to:
http://test.picturestoexe.com/en/Everything is OK.
Now open this page:
http://test.picturestoexe.com/tour/
Auto-redirect doesn’t work, and you’ll see French default version.
I expected to see:
http://test.picturestoexe.com/en/tour/Thanks for your efforts to help me!
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageI always tested in a new private window of Chrome browser. Cookies and cache were cleared.
WordPress was configured without cache plug-ins.
Forum: Plugins
In reply to: [qTranslate X] Auto detect works only on main pageThanks for your quick reply!
myproduct.com is an example.
Currently my website is not on WordPress. I started a test website on a sub-domain. If you want, I can give a link for testing.
Of course, both options are checked:
– “Hide URL language information for default language”;
– “Detect the language of the browser and redirect accordingly”.The default language is English.
As I wrote above auto-detection works beautifuly for the main page. For example:
http://www.myproduct.com
redirects to
http://www.myproduct.com/fr/
(if my language in browser is French)But if I type
http://www.myproduct.com/tour/
it doesn’t redirect to
http://www.myproduct.com/fr/tour/Same problem with Polylang which I also tested.