Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #943627

    in the pages translated with the wpml plugin
    he does not show me:
    “Adding a widget area to the header”

    in the Italian page yes:

    #944400

    Hey paso70,

    Thank you for using Enfold.

    Did you create the same widget area for the other languages? Please post the login details in the private field so that we could check the settings.

    Best regards,
    Ismael

    #944448

    ok

    #945249

    Hi,

    Thank you for the info.

    Where did you get these shortcodes? Or how did you generate them?

    [ensc title="infobutton en"]
    [ensc title="footerlogo"]
    

    Best regards,
    Ismael

    #945259

    Enfold – Nested Shortcodes plug in
    https://codecanyon.net/item/enfold-nested-shortcodes/19305825
    I created them with this plug in has always worked…

    #945720

    Hi,

    Thank you for the info.

    We created another widget area for the EN version and then modified the “ava_before_footer” hook a bit.

    add_action( 'ava_before_footer', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	if(ICL_LANGUAGE_CODE == 'en') {
    		dynamic_sidebar( 'book' );
    	}
    
    	if(ICL_LANGUAGE_CODE == 'it') {
    		dynamic_sidebar( 'prenota' );
    	}
    
    	dynamic_sidebar( 'logofot' );
    }

    Best regards,
    Ismael

    #945862

    Thank you very much!

    #946395

    Hi,

    -Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘wpml no work Adding a widget area to the header’ is closed to new replies.