David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme messed upTry deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Forum: Fixing WordPress
In reply to: Theme messed upIt looks like you have a theme problem. If you are able to login to your dashboard, switch to the different theme like 2015 and reinstall your theme files. You should get a fresh copy of your theme from the developer. Start there.
Forum: Fixing WordPress
In reply to: Theme messed upedit out the login immediately and change your password. Dont give this out.
Forum: Fixing WordPress
In reply to: Theme messed upA site link will help, also what you were doing prior to the theme being messed up, were you editing files, updating the theme and/or plugins etc.
Forum: Fixing WordPress
In reply to: Struggling with Child ThemesHere’s a video that you might find helpful:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorialForum: Fixing WordPress
In reply to: no wordpress website is loadingIf you are using wordpress.com then you need to contact their support. If you have selfhosted sites then check with your host provider.
Forum: Fixing WordPress
In reply to: [CSS] css stuckThe best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorialYou should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThen to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/Forum: Fixing WordPress
In reply to: Add Right Margin to CSSCheck this out for finding your css selectors and customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comForum: Fixing WordPress
In reply to: Add Right Margin to CSSHere’s the css below I will give you links on how to figure it out yourself in the future.
Adjust the px to what you want..main-navigation ul { margin-right: 85px; }Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)Very nice site.
Forum: Fixing WordPress
In reply to: Have an Index.html in same root of my WordPress blog (public_html)I found a solution hope you are still following this.
Anyway, Create a new folder from your root, call it “welcome” or whatever you want except “home” then place your index.html or default.html file with the button or link back to your index.php in your root.
THIS WORKS. Can’t believe I didn’t think of it the other day.
The link you give people to the site would behttp://yoursite.com/welcomeForum: Fixing WordPress
In reply to: Slow siteTry this, it will give you more insight.
https://gtmetrix.com/Forum: Fixing WordPress
In reply to: Side bar of WordPress missing descriptionsA site link would help
Forum: Fixing WordPress
In reply to: Tried to make a child theme – Created a MessForum: Fixing WordPress
In reply to: how to center picture on postI see you got it. Good.