bryan.MCS
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] changing colorssorry, i mean to say please kindly advise
Forum: Fixing WordPress
In reply to: unwanted drop shadow to texti used the buckshot approach so, i’m not sure which one of these did the trick, but this worked.
.navbar .nav > li > a { font-family: 'EB+Garamond', serif; padding: 5px 8px 5px 8px; font-size: 12pt; color: #330033; text-decoration: none; text-shadow: 0 0px 0px; white-space:nowrap; } .navbar .nav > li > a:first-letter { font-size: 16pt; font-color: #330033; text-shadow: 0 0px 0px; } .brand a{ font-family: 'EB+Garamond', serif; font-size: 30px; font-color: #333333; text-shadow: 0 0px 0px; } .site-title a{ font-family: 'EB+Garamond', serif; font-size: 30px; font-color: #333333; text-shadow: 0 0px 0px; }
the code of interest is the:
text-shadow: 0 0px 0px;
turns out that my syntax was wrong before, i was trying to tell it ‘none;’ but i guess that doesn’t work. just in case anyone else runs into this problem…
yes, i checked the permissions before i submitted here, and have subsequently had some other issues and disabled the plugins them my child theme, then customizr itself and got everything squared away. it turns out the problem described above with the uploader is because my server insists on secure communication (by design, because of the nature of the site, to be HIPAA compliant).
any pointers on how to get wordpress to communicate through FTPS?
Forum: Fixing WordPress
In reply to: 3.8: After update, /wp-admin/ gives a 404 error on most brosersim having the same problem, except i’m not getting a blank page instead of 404. i’m not trying to detract from your problem, just leaving a note so i’ll be notified if anyone gives you good advice, perhaps i could use it too.
i am having the same problems as of today. and i have not changed anything since yesterday. i don’t even know if i may have been autoupdated because i cannot see my dashboard… the login page leads to nothing.
*frustrated*