Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  •  3space
    Participant

    Perfect! That fixed everything. Thank you

    I forgot to mention that I also had a bunch icons for the plugin that weren’t displaying. If anyone happens to have the same problem and finds this post, they are the WordPress “dashicons” that are used in the back end. To display them in the front end, you have to add the following to the child theme functions:

    COPY CODE
    add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
    function load_dashicons_front_end() {
    wp_enqueue_style( 'dashicons' );
    }
    in reply to: Force login and hide admin bar not working #114443
     3space
    Participant

    I forgot to post an update, but the morning after I opened this ticket everything was working correctly again. It’s still working correctly a few days later, but I’d still like to find out what caused it to keep it from happening again.

    in reply to: Force login and hide admin bar not working #113992
     3space
    Participant

    Update: I tried loading the site while logged out again and everything was working correctly. But when I tried it one more time, it was as I described above. It seems like one out of every four or five attempts it will load correctly.

Viewing 3 posts - 1 through 3 (of 3 total)

Log in with your credentials

Forgot your details?