Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #616618

    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?

    #616623

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.