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:
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
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
Enfold – Nested Shortcodes plug in
https://codecanyon.net/item/enfold-nested-shortcodes/19305825
I created them with this plug in has always worked…
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
Thank you very much!
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