David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I just tried to update… BIG MISTAKEYou can access the widgets from the APPEARENCE > WIDGETS in the dashboard. You might want to do a little reading on how WP works.
Forum: Fixing WordPress
In reply to: I just tried to update… BIG MISTAKEYour site is working, just needs a little repair.
Forum: Fixing WordPress
In reply to: How do I make text background white?One way would be to install https://wordpress.org/plugins/tinymce-advanced/ and set the background color on your posts/pages one by one. It has other nice features also.
Forum: Fixing WordPress
In reply to: I just tried to update… BIG MISTAKEI just edited my original post adding a link. Have you checked with the host to see if there was a backup copy of the site & DB?
Forum: Fixing WordPress
In reply to: I just tried to update… BIG MISTAKEIs there a backup from BEFORE the update? If the site hasn’t been updated since 2012, there were a few major updates that needed to be installed before one big upgrade jump.
https://codex.wordpress.org/Upgrading_WordPress_-_Extended_Instructions
Forum: Fixing WordPress
In reply to: How do I use an image border in my widget?A div just might work for what you want, style it using custom css or in your style.css with a child theme.
Forum: Fixing WordPress
In reply to: Site not loadingNice looking site. You should consider using a child theme for your customizations so they don’t get lost when you update WP or your theme files.
Forum: Fixing WordPress
In reply to: Hosting Expired 4 Months Ago!You probably need to go to wordpress.com, This is wordpress.org (support for self hosted WP)
You can look at their css and yours also with firebug, there are developer tools for other browsers as well, but watch the video if you are unfamiliar with browser dev tools.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comForum: Fixing WordPress
In reply to: Double slashes on WordPress Admin URL redirects to wp-loginhttp://www.example.com/wp-admin will take you to wp-login.php, that is normal.
Forum: Fixing WordPress
In reply to: Logo is getting cut offForum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
http://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048/support
Forum: Fixing WordPress
In reply to: Page like effectCheck this out, It is setup for the “Customizr” theme but may be what you are looking for. Be sure to look at the LIVE DEMO
http://presscustomizr.com/snippet/adding-sections-to-any-page-or-posts-in-customizr/
Forum: Fixing WordPress
In reply to: WebsiteThat would be wordpress.com, this is .org
https://en.support.wordpress.com/Forum: Fixing WordPress
In reply to: lost my wordpress accountHave you contacted dreamhost? They might be able to help you on this.
Forum: Fixing WordPress
In reply to: Remove the background image on mobileTry this in your custom css
replace the word selector with your selector for background.
@media (max-width: 480px) { selector { display: none; } }Different size screens ->
767px
979px