hkgaines
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade from 4.1 to 4.1.1 – white screen on adminTried your link and it didn’t help me find a solution. Going to uninstall WP and plan to rebuild site in HTML/CSS. Problem solved.
Forum: Fixing WordPress
In reply to: Upgrade from 4.1 to 4.1.1 – white screen on adminI’m sorry. I didn’t know i broke the rules here but I just didn’t want to start a new topic when this was the same problem that I was having. Just trying to prevent multiple threads.
Forum: Fixing WordPress
In reply to: Upgrade from 4.1 to 4.1.1 – white screen on adminI feel like an idiot for asking, but where does WP store the error log? I have the same problem and the support ticket gets closed every time I open it. I really don’t want to have to delete the site and rebuild…
Forum: Themes and Templates
In reply to: [Inkness] Removing Padding Under the SliderYou have to make that change in the main.css page that is under wp-content, themes, name of the theme you’re using, css, then skins. I couldn’t change this in the styles.css that you posted above and I tried everything after installing the theme.
I used Dreamweaver to edit the main.css file and Filezilla to reupload it to the directory. If you don’t have DW, you can use any HTML editor to make that change.
Forum: Themes and Templates
In reply to: [Inkness] Removing Padding Under the SliderFollw knoppys’ instructions to create a child theme, then find this on line 472 the main.css file:
#primary { padding: 20px 15px; background: #fff; padding-top: 10px; margin-top: 35px; border: solid 1px #eee;I changed it to this:
#primary { padding: 20px 15px; background: #fff; padding-top: 10px; margin-top: -30px; border: solid 1px #eee;You may have to play around with the distance, but it did work.
Hope that helps!
Forum: Fixing WordPress
In reply to: Themes won't load…period.I’ve deleted it, reinstalled it, got the message that it was already installed, repeated the entire process 3 times. I’m about done and I’m thinking I’ll stick to HTML.
I appreciate the speedy help guys, but I don’t have the time to spend going through this much trouble to “spice up” our website.
Thanks…
Forum: Fixing WordPress
In reply to: Themes won't load…period.Sorry, I’m in the process of moving the WP files into it’s own folder and reinstalling. I’m have to do this around the students in my classroom so it’s taking a little while.
Forum: Fixing WordPress
In reply to: Themes won't load…period.At this point, I’m so desperate that I’ll try anything…T.T