Tagged: header widget
Hi – I have recently updated to the most recent version of WordPress and Enfold. I had added code into my functions.php file for a header widget which controls user log in to my site – so this issue is urgent! After the update, I added this code back into the functions.php file:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
And I have the following code inside the header widget:
<p style=”font-size:12px”>ADVISOR ACCESS</p>
The widget only shows up when I am logged in – but disappears as soon as I log out…any ideas?
Hi annameis!
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If you are using any caching plugins, please flush cache there as well
Best regards,
Yigit