VaLeXaR
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] class-wpm-menus.phpHi @atphoto
What version of WP Multilang are You using?Fixed. Please update.
Thank You for your review. I found the bug if wp installed in subfolder.
Fixed. Please update.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Permalink translation@terrasamba77
WP Multilang do not support multilingual slugs in base version. About this described in the description to the plugin.I set up site for using subfolder and all works. https://goo.gl/NAzvKm
My htaccess# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /light-north/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /light-north/index.php [L] </IfModule> # END WordPressMy site address in wp settings
define('WP_HOME','http://wordpress.loc/light-north'); define('WP_SITEURL','http://wordpress.loc/light-north');Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Permalink translationWhat permalink You need to translate? In a text or in php file?
If your htaccess already in light-north folder, You do not need to add ‘light-north’ folder to htaccess rules.
Use default htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressPut it in root of wp folder
Do You have the WP htaccess file in root of your site? https://codex.wordpress.org/htaccess
Hi @alxco
Do You have the htaccess file in root of your site? https://codex.wordpress.org/htaccess- This reply was modified 8 years, 3 months ago by VaLeXaR.
Thank You. It will be fixed in the next version.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Keep selected languageLinks in content is not translating. This is just text and on different languages using different text. The site language detecting by url.
How You installed WordPress? As subdomain or in subfolder?
Hi @navthemes
Do You have htaccess in root of your site? Did You enable permalinks?