This topic has 12 replies, 3 voices, and was last updated 8 years by tmh23.

  • Author
  • #72780
     lumberjack
    Participant

    Hi,

    We need to remove the “remember me” text and checkbox on the popup login screen (not wp-admin, this has already been removed). Can you please provide the code to do this.

    Thanks.

    #72851
     sharmstr
    Moderator

    Its in /page-parts/general-popups.php. But I suggest hiding it with css

    COPY CODE
    
    #login_form .checkbox {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #76846
     lumberjack
    Participant

    This seems to be a site wide issue as its not working on the “buttons” as well.

    #77569
     sharmstr
    Moderator

    I dont understand what you mean.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #87433
     lumberjack
    Participant

    Hi,

    Can we please supply to code to change the “remember me” text on the login to “Remember Me (DONT tick this box if you are on a public computer)”

    Thanks…

    #87477
     sharmstr
    Moderator

    The standard way of changing text is to translate it. https://archived.seventhqueen.com/documentation/kleo#translation

    But as I said before, the login modal is located in /page-parts/general-popups.php. You can copy that to your child theme and change it to whatever you want.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #106037
     tmh23
    Participant

    I copied this file to my child theme folder but it is not recognizing the changes I made. Please advise the correct way to copy the file over to the child theme.

    Troy

    #106041
     tmh23
    Participant

    This is what I would like to change on the login popup.

    Troy

    Attachments:
    You must be logged in to view attached files.
    #106045
     sharmstr
    Moderator

    Did you keep the directory structure? /kleo-child/page-parts/general-popups.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #106046
     tmh23
    Participant

    I did. Made a new folder in the child theme ‘page-parts’ and copied the file to there and made the changes.

    Troy

    #106049
     sharmstr
    Moderator

    Do you have the child theme active? Have you purged your cdn or server cache if you have those in place?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #106050
     sharmstr
    Moderator

    Do you have the child theme active? Have you purged your cdn or server cache if you have those in place?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #106052
     tmh23
    Participant

    Ahhh! My caching pluging. Cleared it and works perfect. Gotta remember the caching pluging with changes.

    Thanks!!!

    Troy

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?