-
AuthorPosts
-
January 19, 2017 at 1:58 pm #735846
Hi,
I need a widget area above the footer.
Please Help
ChristophJanuary 19, 2017 at 2:05 pm #735850Hi 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!
YigitJanuary 19, 2017 at 3:16 pm #735889Hi Yigit,
Thanks, but I need the widget just above <div class=”container_wrap footer_color” id=”footer”>.
Between footer and contentbest regards
ChristophJanuary 19, 2017 at 3:21 pm #735892Hey!
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,
YigitJanuary 19, 2017 at 3:53 pm #735910Hi Yigit,
Almost done.
I use the plugin “Page In Widget”
Now I miss 3 closing </ div>
Regards
ChristophJanuary 19, 2017 at 3:58 pm #735913Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitJanuary 19, 2017 at 4:22 pm #735936Hi,
login credentialsJanuary 19, 2017 at 4:48 pm #735954Hey!
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!
YigitJanuary 19, 2017 at 5:16 pm #735977Hi 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
ChristophJanuary 19, 2017 at 5:20 pm #735979Hey!
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 -
AuthorPosts
- The topic ‘widget area on top of the footer’ is closed to new replies.
