-
Author
-
August 13, 2015 at 01:22 #72780lumberjackParticipant
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.
August 13, 2015 at 15:04 #72851sharmstrModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
September 10, 2015 at 02:38 #76846lumberjackParticipantThis seems to be a site wide issue as its not working on the “buttons” as well.
September 14, 2015 at 18:11 #77569sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 16, 2015 at 00:58 #87433lumberjackParticipantHi,
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…
November 16, 2015 at 14:30 #87477sharmstrModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 23, 2016 at 20:25 #106037tmh23ParticipantI 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
February 23, 2016 at 20:31 #106041tmh23ParticipantThis is what I would like to change on the login popup.
Troy
Attachments:
You must be logged in to view attached files.February 23, 2016 at 20:33 #106045sharmstrModeratorDid 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 23, 2016 at 20:35 #106046tmh23ParticipantI did. Made a new folder in the child theme ‘page-parts’ and copied the file to there and made the changes.
Troy
February 23, 2016 at 20:41 #106049sharmstrModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 23, 2016 at 20:41 #106050sharmstrModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.