websitetroubleshooting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website images broke.Timthumb is the cause. It cannot access the images to rewrite them.
You need to update everything and get rid of timthumb, if that isn’t an option, let me know please. I’m here now.
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeWow. Rude.
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeHe stated that this does not work, this is for troubleshooting only. I am trying to see if it is an issue with selectors in the DOM.
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child Themebody main article .entry-content { color: #595959; }
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child ThemeThe issue was discussed that he wasn’t properly targeting the element, correct?
Forum: Fixing WordPress
In reply to: Help Changing Font Color in Preus/ Child Themebody main article .entry-content { color: #ff; }
Add that into your css and tell us what happens.
Forum: Fixing WordPress
In reply to: Some html code on pageJust fixed this for someone earlier.
Please add this to your style.css or custom css area of your theme:
#respond .form-allowed-tags { display: none; }
Forum: Fixing WordPress
In reply to: White ScreenForum: Fixing WordPress
In reply to: Remove title information from pageJust remove body.home and use body .entry-title
Forum: Fixing WordPress
In reply to: inability to preview pagesBrowser plugins could interfere with the javascript within the preview, or potentially an issue with another plugin. Which user was it logged into, and is this an administrator account in WordPress?
Forum: Fixing WordPress
In reply to: Remove title information from pageThanks Matthew.
Forum: Fixing WordPress
In reply to: White ScreenYou’re more than likely infected with malware. I cannot fix it through a forum discussion, but would be happy to fix it for free right now on a screen sharing session. If this is against the rules here, I’m new but would be happy to find out how to explain the options to resolve the issue.
Forum: Fixing WordPress
In reply to: Event DateThank you. Hopefully that made sense.
Forum: Fixing WordPress
In reply to: Remove title information from pagePlease add this to the bottom of your style.css file under Appearance, Editor, style.css
body.home .entry-title { display: none; }
Forum: Fixing WordPress
In reply to: Event DateIf you have a Custom CSS plugin installed, please add the below CSS rules there.
Please add this to your website’s style.css under Appearance, Editor, then style.css at the bottom right.
body div.event-date-archive { display: none; }