accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Modify leave a replyHi,
Navigate to dashboard/Settings/Discussion and uncheck the checkbox.
If it does not resolve your issue delete <? php comments_template(); ?> from single.php or page.php.
It is always a good idea to keep a backup copy of the original theme somewhere safe before you make any changes.
Thanks,
Forum: Fixing WordPress
In reply to: error when accessing admin siteHi,
Warning: fopen(/home3/wfolse/public_html/wordpress/wp-content/plugins/nmedia-mailchimp-widget/nm_mailchimp.php): failed to open stream: No such file or directory in /home3/wfolse/public_html/wordpress/wp-includes/functions.php on line 4198
Please make sure nm_mailchimp.php file exists at path
/home3/wfolse/public_html/wordpress/wp-content/plugins/nmedia-mailchimp-widget/and you have read 755 permission at folder nmedia-mailchimp-widget
Thanks,
Forum: Fixing WordPress
In reply to: error when accessing admin siteHi,
Would you mind sharing your website name and WordPress version?
Thanks,
Forum: Fixing WordPress
In reply to: background imageHi,
Have you tried changing background image in style.css?
#content-bg-wrapper { z-index: 100; background: #948876 url("images/header-2-bg.png") repeat-x scroll left top; }Thanks,
Forum: Fixing WordPress
In reply to: I can't access my website on wordpressHi,
You should contact your hosting provider to restore your Website with latest available backup. Once they restore your website, refer following guide to move WordPress website from subfolder to root folder.
http://premium.wpmudev.org/blog/how-to-safely-move-wordpress/
Thanks,
Forum: Fixing WordPress
In reply to: Add Media page not working correctly after Add MediaHi,
Please make sure you have 755 permission on /uploads folder.
/wordpress/wp-content/uploads
Thanks,
Forum: Fixing WordPress
In reply to: Database connection error with high concurrent usersHi,
You will need to tweak MySQL server settings so that it can accommodate more concurrent users. MySQL connection rates can be improved by either adjusting MySQL settings, or providing more memory and processing power to the overworked server. Query caching and proper indexing can also help to improve MySQL performance. Refer following guides to tweak MySQL server for big number of concurrent connections.
http://dev.mysql.com/doc/refman/5.1/en/too-many-connections.html
https://www.percona.com/blog/2014/01/28/10-mysql-settings-to-tune-after-installation/
https://codex.wordpress.org/High_Traffic_Tips_For_WordPress
Thanks,
Hi,
You will have to apply float:right attribute to following class with Recent tweet <h3> tags.
“tp_recent_tweets”
Before you make any changes to theme take full backup and use following plugin to modify the CSS.
https://wordpress.org/plugins/simple-custom-css/
Thanks,
Forum: Fixing WordPress
In reply to: Seeing an unexpected text on the siteHi Chevindu,
I could not see said error in any of of your blog pots.
Thanks,
Forum: Fixing WordPress
In reply to: Fatal Error After Updating WordPressHi,
You will have to install FileZilla FTP client in your local system and connect to your website through FTP. Here is the tutorial.
https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_(en)
Thanks,
Forum: Fixing WordPress
In reply to: site disappeared…helpHi,
This error often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the Twenty Fourteen theme to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.
If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via FTP or SFTP and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your FTP or SFTP client to view invisible files.
If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
Thanks,
Forum: Fixing WordPress
In reply to: how to get into my original accountHi,
It seems that you have installed WordPress in subfolder “WordPress”.
Please refer following guide to move website from a subdirectory of a domain to the root directory.
http://premium.wpmudev.org/blog/how-to-safely-move-wordpress/
Assuming that you have working cPanel details, following tutorials would be helpful to reset the dashboard username and password.
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
http://www.wpbeginner.com/beginners-guide/how-to-reset-a-wordpress-password-from-phpmyadmin/
You can change WordPress Dashboard username and password from database through phpMyAdmin. In order to access phpMyAdmin, you must have cPanel details. If you do not have access of cPanel, you can contact your webhost to reset them.
Thanks,
Forum: Fixing WordPress
In reply to: Could not create directory / failed installHi,
Please try following suggestion:
1) Locate wp-content/upgrade directory and remove it.
2) Recreate it and assign permission 777.Thanks,
Forum: Fixing WordPress
In reply to: Weird 404 Page for uploading a themeHi,
Please contact your web hosting provider and make sure they fulfill the requirements for WordPress 4.2.2
https://wordpress.org/about/requirements/
Thanks,
Forum: Fixing WordPress
In reply to: Facebook image preview wrong.Hi,
Here is the good guide you can refer to fix incorrect thumbnail issue in WordPress.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/
Thanks,