• Resolved lriaudel

    (@lriaudel)


    Hi,
    I have a problem with the theme in Multi Language with Polylang.
    It is impossible to set the home page with the customizer (ex: Theme setting > Slider Options) with differents page for different language.

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hello @lriaudel,

    Thank you for the contacting.
    Sure, you can use different language page in the slider.

    Regards,

    Thread Starter lriaudel

    (@lriaudel)

    Thanks,
    But how it works ?

    Hello @lriaudel,

    Thank you for the reply.
    To use multi-language in the theme then please use the polylang plugin.
    Go here:https://www.ads-software.com/plugins/polylang/

    watch video for the set-up the plugin https://www.youtube.com/watch?v=YpFdmzWCFRc

    Regards,

    Thread Starter lriaudel

    (@lriaudel)

    And how modify this section in customizer ?
    https://goopics.net/i/2wGAR

    Thanks

    Hello @lriaudel,

    Thank you for the reply.

    Can you describe, that which settings you want to add in this section?
    Also, send your site URL.

    Regards,

    Hello @lriaudel,

    Thank you for the reply.
    To Customize the “Footer Callout” Section then please follow given below down some easy steps:-

    1 Go to the theme directory.
    2 Navigate to include -> customizer -> footer-callout.php open this file and customize
    according to your choice.

    Regards,

    Thread Starter lriaudel

    (@lriaudel)

    So we agree, your theme is not multilingual….

    Hello @lriaudel,

    Sorry for the late response.

    Our theme is supporting multi-language. To use multi-language in the theme then please use the polylang and qtranslate-x plugin.

    Regards,

    Thread Starter lriaudel

    (@lriaudel)

    Hi,

    Hum, Translatre is not maintained since 2 years…
    And I USE Polylang, and I can’t translate the different section in the customizer.

    So your theme is not multilingual.

    Hello @lriaudel,

    Thank you for the reply.

    Please send your site URL. We will resolve your text translation problem. Also, share your language name which you want to translate.

    Regards,

    Hello @lriaudel,

    Our theme supports the multi-language feature. We have made a demo of multi-language in our lite theme.
    You can check our theme demo in 2 languages here: https://webdzier.com/demo/free-themes/hotel-galaxy/
    We are using the “qtranslate-x” plugin to translate the languages.

    Regards,

    Thread Starter lriaudel

    (@lriaudel)

    OK, but qTranslate is not maintained.

    You can add pll_register_string for different string at the place where you not manage the translation…
    thanks

    Tried this in functions.php and text translation in polylang but no changes in customizer. Even home page settings not available with polylang.

    /* polylang translation */
    if ( function_exists( 'pll_register_string' ) ) :
    	    /**
    	     * Register some string from the customizer to be translated with Polylang
    	     */
    	    function my_pll_register_string() {
                    //got settings from options array
    		global $hotel_galaxy_option;
    		
    			foreach($hotel_galaxy_optionas $option=>$value){
    				//echo $option.'-'.$value ;
    				pll_register_string( $option, $value, 'hotel-galaxy', true );
    			}
    
    	    }
    	    add_action( 'after_setup_theme', 'my_pll_register_string' );
    endif;
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Multi Language’ is closed to new replies.