Okay
  Public Ticket #2218957
Password protected page not working
Closed

Comments

  • philschorr started the conversation

    I added a password to protect a page but am unable to enter the password in the input field. I am also unable to make any stylistic changes to the input field. Any suggestions on how to address this?

  •  675
    Neuron replied

    Hi,

    Is it able please to provide me with your wp-admin, I will have a quick look to see what's going on, make sure to tick private on the reply.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   philschorr replied privately
  •  675
    Neuron replied

    Hi,

    I don't know why exactly is happening that, but I've added some minor Custom CSS at Appearance > Customize > Additional CSS which fixes that, so please check it and let me know if it is alright, if you want to enhance it you can find it on Custom CSS.

    - https://prnt.sc/pz6klr

    Also, there's a class that is added to the body directly: 

    password-protected

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   philschorr replied privately
  •  675
    Neuron replied

    Hi,

    It seems like it needs some z-index value to work properly.

    .post-password-form { 
        max-width: 1120px !important; 
        margin: 120px auto; 
        position: relative !important; 
        z-index: 1000 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.