Hi,
I was wondering if it was possible top add a custom widget right above and existing 4or 5 columns footer?
Thanks,
D.
Hey dhuet!
Try adding this to your child theme functions.php file.
add_action( 'avia_before_footer_columns', function(){ dynamic_sidebar('footer_top'); });
And then create a new widget area in Dashboard > Appearance > Widgets called “footer_top”.
Best regards,
Elliott
I tired that but it’s not working.
I place a simple text in the sidebar_top widget.
<h1>This is test for sidebar_top</h1>
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Yes. here itis,
Hey!
Sorry, small typo. Should be working now.
Cheers!
Elliott
thank you!