If your htaccess already in light-north folder, You do not need to add ‘light-north’ folder to htaccess rules.
Well its in sub folder. so it needs that in order permalink to work. problem should be something else. have you or someone else from forum ever encounter this or its just me ?
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 WordPress
My site address in wp settings
define('WP_HOME','http://wordpress.loc/light-north');
define('WP_SITEURL','http://wordpress.loc/light-north');
Can you send me other language screenshot ? in customiser ?
Thank You for your review. I found the bug if wp installed in subfolder.
Fixed. Please update.
Yes. Fixed. Thanks
what was the problem ?
{
"options": {
"theme_mods_light-north": {
"slider_title1" : {},
"slider_text1" : {}
}
}
}
I am trying to translate, My customizer options which i crated using kirki. My setting name is slider_text1. is this the right way ? my theme folder name is -> light-north.
Right now when i try this, is shows one text for both languages. Do you have any sample .json file ? i could not find in config/themes folder.
Thanks for your help @valexar
-
This reply was modified 8 years, 3 months ago by
NavThemes.
@valexar it worked! i had to re-switch theme.