accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t login to deactive captchaAccess your web site via FTP and rename your plugins folder and then try to access your dashboard.
Forum: Fixing WordPress
In reply to: Recent Posts WidgetEDIT: Page wasn’t loaded properly after submitting the above reply. Hence tried to post small message. Consider above reply. Moderators pls remove this post.
Forum: Fixing WordPress
In reply to: Recent Posts WidgetI think you will need to modify following CSS code from your style.css file:
#sidebar_home ul li li { background: #FFF8DC url(images/icon.gif) no-repeat top left; padding: 0px 0px 5px 20px; margin: 0px; } #sidebar_home ul li ul li { background: #FFF8DC url(images/icon.gif) no-repeat top left; padding: 0px 0px 5px 20px; margin: 0px; } #sidebar ul li li { background: #FFF8DCurl(images/icon.gif) no-repeat top left; padding: 0px 0px 5px 20px; margin: 0px; } #sidebar ul li ul li { background: #FFF8DC url(images/icon.gif) no-repeat top left; padding: 0px 0px 5px 20px; margin: 0px; }
Forum: Fixing WordPress
In reply to: PHP Warning: Unable to load php_gd2.dll. Hello, but on Linux server?Upload phpinfo page in your domain and check whether GD library is enabled or not. If it is not enabled, you can contact your host to enable it for web site/server.
Regarding the warning message, sometimes this happens if there is a problem in the php.ini file.
Forum: Installing WordPress
In reply to: Will not display siteRefer the following codex link, that will help you to change your URL:
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Installing WordPress
In reply to: Upgraded to latest php version, Now i can’t use blogYes, all WordPress blogs should give the same error as you are receiving.
Forum: Fixing WordPress
In reply to: Dashboard in textIf you not modified any wordpress core files (default wordpress files) then you do not need to worry. But I recommend to take a backup before proceeding.
Forum: Fixing WordPress
In reply to: Reading settingsTry WP-Sticky plugin
https://www.ads-software.com/extend/plugins/wp-sticky/Forum: Fixing WordPress
In reply to: Error 404 on extra directoriesCan you paste the code of your .htaccess file which is in the root folder of your web site (site.com)?
Forum: Fixing WordPress
In reply to: My SMTP plugins dosent work… why? :/You will need to check the SMTP logs to find root cause of this problem. If your website is hosted on a shared server, you can update your host to investigate this further.
Forum: Fixing WordPress
In reply to: changine hosts@thaiyindee can you paste the contents of your .htaccess file? Make sure that you have added the required code in your .htaccess file.
Forum: Installing WordPress
In reply to: Importing after installationAssign 766 permissions to wp-content folder. If it doesn’t work assign 777 permissions to wp-content and then try to import blog. If everything goes well; revert the permissions of the wp-content folder.
Forum: Installing WordPress
In reply to: Upgraded to latest php version, Now i can’t use blogThe latest version of WordPress (2.9.2) is not fully compatible with PHP 5.3. It is still using Deprecated features. You will have to move your blog to PHP 5.2.x or PHP 4 (which is not recommended).
Forum: Fixing WordPress
In reply to: Can’t see the “Posts” tab ?!It seems that your account role is “Subscriber” hence you can’t get post menu.
Forum: Fixing WordPress
In reply to: Fatal Error Message After upgrade from 2.7 to 2.9.2You can access your .htaccess/.php files via cPanel file manager. If custom php.ini is supported then you may need to upload it from your end or you can update your host to do it for you.