Hi,
I need a widget area above the footer.
Please Help
Christoph
Hi imc-html!
Please go to Appearance > Widgets and create a new widget area and name it “footertop” and then add following code to Functions.php file in Appearance > Editor
add_action('avia_before_footer_columns','avia_footer_top_column');
function avia_footer_top_column(){
dynamic_sidebar( 'footertop' );
}
Cheers!
Yigit
Hi Yigit,
Thanks, but I need the widget just above <div class=”container_wrap footer_color” id=”footer”>.
Between footer and content
best regards
Christoph
Hey!
Please change the code to following one
add_action('ava_before_footer','avia_footer_top_column');
function avia_footer_top_column(){
dynamic_sidebar( 'footertop' );
}
Regards,
Yigit
Hi Yigit,
Almost done.
I use the plugin “Page In Widget”
Now I miss 3 closing </ div>
Regards
Christoph
Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit
Hi,
login credentials
Hey!
It seems to be related to the plugin. I added your section by copying it’s HTML into text widget. Please review your website now
Cheers!
Yigit
Hi Yigit,
I must probably continue to search for a solution.
This can only be a temporary solution.
Our customer must be able to change the content.
Thank you for your support
Christoph
Hey!
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit