• Resolved NavThemes

    (@navthemes)


    Hello,
    Whenever I am trying Secondary lang on customiser on Static front page it comes with 404 page.
    https://screencast.com/t/sPShpQPKXP

    We working on our theme compatible to your plugin and this error we facing but screenshot is of twentyseventeen, so i think its standard error, can you please guide ?

    Thanks
    Jitesh

Viewing 9 replies - 16 through 24 (of 24 total)
  • If your htaccess already in light-north folder, You do not need to add ‘light-north’ folder to htaccess rules.

    Thread Starter NavThemes

    (@navthemes)

    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');
    
    Thread Starter NavThemes

    (@navthemes)

    Can you send me other language screenshot ? in customiser ?

    Thread Starter NavThemes

    (@navthemes)

    Front page.

    Thank You for your review. I found the bug if wp installed in subfolder.
    Fixed. Please update.

    Thread Starter NavThemes

    (@navthemes)

    Yes. Fixed. Thanks
    what was the problem ?

    Thread Starter NavThemes

    (@navthemes)

    {
        "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.
    Thread Starter NavThemes

    (@navthemes)

    @valexar it worked! i had to re-switch theme.

Viewing 9 replies - 16 through 24 (of 24 total)

The topic ‘404 Error on Static Front Page’ is closed to new replies.