grace_8765
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Multisite single dashboard disappearanceReloaded WordPress and dumped suffusion. Not sure which one it was causing the problem.
Forum: Themes and Templates
In reply to: styling reset button for contact form 7At the top of the contact form add in:
<style> input[type="reset"] {width: 30px;} </style>Obviously you can add any standard css in place of the width parameter.
-or-
You can add to your child theme’s style.css
input[type="reset"] {width: 30px;}with this you might want to add in a class to your individual contact form(s) so you can style them differently, such as:
.brownform input[type="reset"] {width: 30px;}Hope this helps.
Forum: Fixing WordPress
In reply to: Multisite single dashboard disappearanceShane, Thanks for the response. Im supposing I would deactivate all the network plugins, but I cant get to the specific dashboards/themes to change to twentyeleven. I was considering reloading the wp manually, so I will try that. I have been using the suffusion theme, are there issues with that? I’m travelling right now so I hope to try these soon, but I don’t know when I’ll have good enough access. Thanks again for your input and I’ll let you know if any of these suggestions work.
Forum: Fixing WordPress
In reply to: Multisite single dashboard disappearanceOkay, now only one of the four sites dashboards works. Anybody have any idea why I am losing access to my dashboards. Multisite, and wordpress, are making me lose confidence. If this keeps up I will be converting to Joomla out of spite. Help?