Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Media Gallery Not Loading Properly #596595

    Hi Jordan,

    Thank you for the response!

    I actually just got the issue resolved last night.
    Turns out there was a block of code I added to the functions.php file in the theme directory that intended to hide the buttons on the slider once the user is logged in and seem like it affected the media gallery to load when I was trying to insert images.
    I’m not sure why it affected that, but I will post the code and maybe you can tell me what I was doing wrong becuase the code seem to do what it was intended to do which was to hide buttons on the slider once a user is logged in.
    Maybe you can share with me a different way of doing that.
    The website is http://www.b4uriz.com
    The code that I added which caused the issue is:

    if (is_user_logged_in()){
        ?>
    <style type="text/css">a.ls-l{
        display: none !important;
    }</style>
    <?php
    }

    Thanks!

Viewing 1 post (of 1 total)