rturn8663
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to login to DashboardAnd to bring this to closure and for the benefit of others, I had installed the WPS Hide Login plugin and forgotten about it. So of course it didn’t work. Disabling the plugins removed that barrier. I won’t be making that mistake again.
Forum: Fixing WordPress
In reply to: Unable to login to DashboardThanks. So, I had just completed the step about disabling the plugins, and decided to try logging in again. I was successful this time! I found that the site is running WP 4.4.1 using the Child theme I created.
All of my plugins are deactivated per the instruction in the steps you sent, so I will try reactivating them one by one and see what happens. Thank you SO MUCH for your help James!
Forum: Fixing WordPress
In reply to: Unable to login to DashboardThanks! I am not 100% sure that 4.4 is the version, but I don’t remember getting an email that this site was updated (though I did for my other sites). I’ll keep you posted!
Forum: Plugins
In reply to: [Participants Database] Padding to right of checkboxes in input formGot it, thank you for pointing that out! Plug-in is configured and ready to go!
Forum: Plugins
In reply to: [Participants Database] Padding to right of checkboxes in input formThank you.
For the benefit of others, I found this code in the bootstrap.css file in the …/themes/politicize/frontend/css folder.
In order to get padding between the checkbox and the help text, I had to add this line:
padding-left:5px;
to this code block
.pdb-signup .helptext {
display:block;
margin-left:150px;in the …wp-content/plugins/participants-database/css/participants-database.css file