battenkat
Forum Replies Created
-
Thanks much!
Jeff, if you could provide a troubleshooting guide I would appreciate it! Thanks so much. I will report back if I find the issue – I do have other plugins.
Hi Jeff
It resets the photos but not the other fields.Hi Jeff:
Thanks for your answer. I did not explain myself clearly. I wanted my users to be able to reset the form if they had made a mistake and wanted to start over. The form is clearing upon successful submission but this is pre-submission.Jeff I ended up putting the code you gave me in the page’s css code and it worked hiding the ‘Forgot’. Maybe there is something in my theme that caused the custom code not to work?!? Anyway, I’m happy.
Jeff I will recheck. Thanks for all your time!
Hi I sincerely appreciate your time:
- This reply was modified 5 years, 2 months ago by battenkat.
Hi Jeff:
Thanks for the quick answer. Unfortunately, the ‘forgot’ is still showing up. I am not much of a css person. Here is some of the page source, I am not allowing anyone to register from the login form so I don’t know if that is pertinent:<style>
#usp-login li:nth-child(2) { display: none; }
.usp-login #tab2_login, .usp-login #tab3_login { display: none; }Forum: Reviews
In reply to: [List Petfinder Pets] Easy for a nonprogrammer!Hi shihtzurescue:
Our website is not up yet. Basically I just use css to change the font and hide certain information. What are you trying to do? I’m not a css expert either but what I have done seems to work. You are welcome to email me.
WordPress Code module: [shelter_list status=”A” css_class=”ttr” ]
CSS in Page:
.ttr .description {
font-family: Lora;
font-weight: bold;
color: #5e2504;
line-height: 1.2em;
}