accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: It's a mess–locked out & database errorHi,
You are getting this error because WordPress is unable to establish a database connection. It could be that your database login credentials are wrong or have been changed by mistake. If you changed your database user password, then you will need to change this WP-Config as well.
Navigate to WP-Config file in your WordPress website through FTP or from cPanel.Locate following details:
1 define('DB_NAME', 'database-name'); 2 define('DB_USER', 'database-username'); 3 define('DB_PASSWORD', 'database-password'); 4 define('DB_HOST', 'localhost');Enter the correct working database details here and save the file.
Remember your DB_Host value might not always be localhost. Depending on the host, it will be different.
Thanks,
Forum: Fixing WordPress
In reply to: Overlapping links in footer.Hi,
Links are overlapping because of insufficient width value. Try to increase width at footer li class in style.css
footer li { width: 50%; float: left; }Thanks,
Forum: Fixing WordPress
In reply to: Help with warning messages when trying to access WP adminHi,
Most probably, you have a blank line at the end of your functions.php at line number 429 after the final ?> . Removing blank line should resolve your issue.
Thanks,
Forum: Fixing WordPress
In reply to: Cant upload my theme onto wordpressHi,
Please make sure that you have uploaded theme under following directory:
wp-content/themes
You need to create a directory to save your theme in the wp-content/themes directory.
For example, a Theme named Test should be in wp-content/themes/test.
Extract the zip of theme files to the new directory on your host server. That’s it …Theme is installed.To select a Theme for your site:
-
Log in to the WordPress Administration Panels.
Select the Appearance panel, then Themes.
From the Themes panel, roll over the Theme thumbnail image for the Theme you are interested in to see options for that theme.
You can view more information about any theme by clicking Theme Details.
A live preview of any Theme (using your blog’s content) can be seen by clicking Live Preview.
To activate the Theme click the Activate buttonPlease let me know if you need any further help.
Thanks,
Forum: Fixing WordPress
In reply to: Launching new websiteHi,
Yes, migration should be simple then. Just change the nameservers of your Website and wait for some hours until nameservers get propagated.
Thanks,
Forum: Fixing WordPress
In reply to: Removing social media iconsHi,
You’ll have to remove following code from the end (before footer) of this page.
<div class="synved-social-container synved-social-container-follow" style="text-align: center"><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-facebook nolightbox" data-provider="facebook" target="_blank" rel="nofollow" title="Follow us on Facebook" href="http://www.facebook.com/firearmscouncilvic" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="facebook" title="Follow us on Facebook" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="http://sgp5.siteground.asia/~firear39/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/facebook.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-twitter nolightbox" data-provider="twitter" target="_blank" rel="nofollow" title="Follow us on Twitter" href="http://www.twitter.com/firearmscouncil" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:5px;margin-right:5px;"><img alt="twitter" title="Follow us on Twitter" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="http://sgp5.siteground.asia/~firear39/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/twitter.png" /></a><a class="synved-social-button synved-social-button-follow synved-social-size-48 synved-social-resolution-single synved-social-provider-linkedin nolightbox" data-provider="linkedin" target="_blank" rel="nofollow" title="Find us on Linkedin" href="http://www.linkedin.com/in/yourid" style="font-size: 0px; width:48px;height:48px;margin:0;margin-bottom:5px;"><img alt="linkedin" title="Find us on Linkedin" class="synved-share-image synved-social-image synved-social-image-follow" width="48" height="48" style="display: inline; width:48px;height:48px; margin: 0; padding: 0; border: none; box-shadow: none;" src="http://sgp5.siteground.asia/~firear39/wp-content/plugins/social-media-feather/synved-social/image/social/regular/96x96/linkedin.png" /></a></div> </div><!-- END entry -->Hope this helps.
Thanks,Forum: Fixing WordPress
In reply to: Launching new websiteHi,
If you have installed WordPress website in subdirectory, you will have to move WordPress directory in root directory. Following guide will help you to move WordPress installation from sub directory to root directory.
http://premium.wpmudev.org/blog/how-to-safely-move-wordpress/
If you have installed WordPress in root directory, you just need to make sure that WP_HOME and WP_SITEURL are configured correctly. Following are the steps:
Locate wp-config.php in your WordPress installation.
Check following two lines in wp-config.php (add these lines if they do not exist), where “example.com” is the correct location of your site.
define(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’);For more information, p[ease refer following WordPress codex.
Let me know if you need further help.
Thanks,
Forum: Fixing WordPress
In reply to: Add phone number to headerHi,
It seems that you have created child theme for twenty twelve theme and added email address in right hand side corner.
HTML
<div class="contact-info" style="margin-bottom:2px;"><span>Email me: <a href="mailto:advice@lagosdoctor.com">advice@lagosdoctor.com</a></span></div>CSS
div.contact-info{ float:right; margin-top:0; }You will have to add phone number in same div with above HTML and CSS code.
Thanks,
Forum: Fixing WordPress
In reply to: How do I get rid of this Ad?Looking at the advertisement, which appears on all the pages of your website, this looks like code-injection in your blog.
In the header of all the pages of your blog, the following code is injected … which appears as an advertisement.
<a href="http://blackjackonline.us.org">Play Online Blackjack Games - US Friendly Online</a>You just need to go to Admin > Appearance > Theme Header ….
Open header template and you just need to search and remove this code.If you need further help, let me know.
Forum: Fixing WordPress
In reply to: Site Did Not Go LiveHi,
Please share following information
Have you installed WordPress in root directory or subfolder?
What is static page name
Have you tried by removing the current parking pageThanks,
Forum: Fixing WordPress
In reply to: How to do test install then move to rootHi,
The first option is the most preferable way of testing WordPress websites before making them live. I would suggest you to go with first option. Best of Luck.
Thanks,
Forum: Fixing WordPress
In reply to: Transferring followers from WordPress.com to .orgHi Kim,
I have found an old post where someone had transferred followers from WordPress.com to WordPres.org through Jetpack plugin.
https://wordpress.org/support/topic/move-my-wordpress-followers-from-com-to-org
To transfer your subscribers to a .org self hosted blog, Install and activate the JetPack Plugin from Dashboard>>>>Plugins>>>Add New and then connect it to your WordPress.com account.
Once you connect just open a support request at WordPress.com to transfer your subscribers from .com blog to self hosted .org blog (.org blog must have Jetpack plugin running) and one of the staff will do that.I hope that will help you.
Thanks,
Forum: Fixing WordPress
In reply to: Edit Image – image not displayingHi
Please make sure you have 755 permission wp-content/upload folder.
Thanks,
Forum: Fixing WordPress
In reply to: New to WordPress – Install HelpHi,
You will have to contact HostGator for the temporary URL to access your WordPress website.
Once they provide you temporary URL, you can install WordPress using temporary URL and access the dashboard (WP Panel). Refer following URL for more information:
Thanks,
Forum: Fixing WordPress
In reply to: Website not LoadingHi,
You’ll have to download the plugin, upload it through FTP and install it manually. Here is the guide to install plugin manually.
https://codex.wordpress.org/Managing_Plugins
Thanks,