projectgoboy
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Lost password, not getting E-mail from WordPressHere are your options: https://codex.www.ads-software.com/Resetting_Your_Password
Forum: Fixing WordPress
In reply to: How to add a new heading styleIn the HTML spec there are only 6 heading tags allowed for use. You can always use one of the 6 heading elements and append a class element to it and then write your own custom CSS that targets that class.
Forum: Everything else WordPress
In reply to: Site is down. HELPSounds like you should reach out to your host to find out what the problem is.
Forum: Fixing WordPress
In reply to: cannot delete Wodpress pluginsCould be a permissions issue perhaps. Are you able to FTP into your site and delete the folders that way? /wp-content/plugins/
Forum: Themes and Templates
In reply to: [Customizr] Modify Widget Title Font in Footer OnlyThis should do the trick for you:
body footer#footer .footer-widgets h3.widget-title { text-shadow: none; color: #fff; }
Forum: Fixing WordPress
In reply to: Cannot Access my WordPress Login and webstie is down – Help!Jason, have you reached out to your host yet? A 500 error is a server error and they should be able to assist you.
Forum: Fixing WordPress
In reply to: I can't access my websiteHave you reached out to your host yet about this?
Forum: Fixing WordPress
In reply to: Forgot password, email address no longer activeSee if this article helps.
Forum: Fixing WordPress
In reply to: Google Webmaster VerificationIf you’re putting an HTML file in your site root and it’s returning page cannot be found then you’re probably putting it in the wrong folder.
You may need to ask your host if you aren’t sure of the correct location for the root of the site.
Forum: Installing WordPress
In reply to: How to create wp-config.php fileIf you already have a WordPress install that you want to enable multi-side on then it has to have a wp-config.php file which is used by WordPress for database settings, etc. If you can’t find it you’ll need to ask your host where it is located and the easiest way to access it. It’ll vary from host to host.
Forum: Themes and Templates
In reply to: Problem with customizing blog title colorPlace this CSS snippet in your theme’s stylesheet (or wherever you are instructed to place custom CSS at the theme level).
body .title-area h1.site-title a { color: #fff; }
Forum: Fixing WordPress
In reply to: Colors not working in ChromeHave you tried clearing your browser cache yet? It’s showing correctly for me as well.
Forum: Fixing WordPress
In reply to: Error when trying to import jpg and png files – what to do?Are these images present in the wp-content/uploads/ folder if you FTP into your site to see the physical files?
Forum: Everything else WordPress
In reply to: WordPress fontDanielle, see if this article helps.
Forum: Installing WordPress
In reply to: not able to install SEO plugins and Google AdsenceAndy, what exactly do you mean by you’re not able to install those plugins? What happens, specifically?