ewbangle
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Maintenance Mode] Stuck in maintenance modeHow do I know I’m not giving you the command codes to lower my shields like in Wrath of Kahn??? ??
Forum: Plugins
In reply to: [Smart Maintenance Mode] Stuck in maintenance modeI’ll try to get that to you. Sorry don’t mean to be jerk.
-I am NOT using a multi-site.Forum: Reviews
In reply to: [Smart Maintenance Mode] Worked well for me.Sorry I don’t have access to the information you need. I’m sorry if my review feels harsh. It’s not meant to be. I’ll take fault for not testing it before hand. Let’s just say it created an extremely tense situation. Unfortunately there seems to be no way to change or delete a review.
Forum: Plugins
In reply to: [Smart Maintenance Mode] Stuck in maintenance modeAlso stuck in maintenance mode. I’ve developed many wordpress sites. I know how to save settings. Just because someone figures out how to get around the problem doesn’t mean it’s fixed. The only way I found to disable this plug in was to delete it entirely.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Date field is transparent after updateHey everyone this solution seems to work for me:
I was having issues with my child theme so I went direct into the main CSS file. (Twenty Twelve)Near the top line 80 or so
I added the background color set it to white.table { border-collapse: collapse; border-spacing: 0; background-color: white; }
I also gave it a little padding the td rule is just below the table rule.
td { font-weight: normal; text-align: left; padding: .2em; }
I’m not sure how this will affect the rest of the site but hey it works for me. Hope it helps.
Chris I think the Table rule you need to adjust is much further down in your stylesheet around line 3740.
.imageframe img{ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ } table{ border-collapse:collapse; border-spacing:0; background-color: white; }
Forum: Plugins
In reply to: [Fast Secure Contact Form] Date field is transparent after updateHi Chris thanks for the great plug-in.
I’m experiencing the same issue. Hoping there’s a fix before I dive into the code.https://www.giahairsalon.net/make-an-appointment/
Please let us know if there’s a fix.
Thanks again,
E