accuwebhosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can't login to adminHi,
Try to delete the organize series plugin folder and reinstall it. This error is indicating that organize series plugin is in question and it will be fixed by the author soon.For more information, refer following similar thread
https://wordpress.org/support/topic/using-null-wp_query-objects-forced-me-to-uninstall
Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: I get emails of new subscribers that don't show up on my site.Hi,
Are you using JetPack plugin? If Yes, read following thread. Similar thread as yours has been discussed and fixed by the Plugin author Jeremy Herve.
https://wordpress.org/support/topic/new-blog-subscribers-not-showing-up
Hope that helps.
ThanksForum: Fixing WordPress
In reply to: Font size in visual editor widgetHi,
I think TinyMCE Advanced should work for you. Here is a plugin download link.
https://wordpress.org/plugins/tinymce-advanced/
Hope it helps.
Thanks,Forum: Fixing WordPress
In reply to: Delete Ghost ImagesHi,
Similar threads are discussed at following URLs. Mostly this problem caused by the WPML plugin and fixed by the updating WPML to latest version.
https://wordpress.org/support/topic/images-in-the-media-gallery-keep-multiplying-forever
https://wpml.org/forums/topic/media-library-keeps-uploading-multiple-instances-of-an-image/
I hope it would be helpful to you.
Thanks,Forum: Fixing WordPress
In reply to: Widgets not showing on new static home pageHi,
By default twenty eleven theme works like you have described, for pages it does not show any widgets. But, if you go at WordPress dashboard and edit a page and you set inside Page Attributes (usually under the page publishing options), you can set the Template to Sidebar Template, than it will show the sidebars. Unfortunately you will have to set this for every page individually where you want a sidebar to appear.
http://codex.wordpress.org/WordPress_Widgets
I hope this was helpful, if you have any more questions, feel free to ask.
Thanks,
Forum: Fixing WordPress
In reply to: How to resolve excessive CPU usage using WordPress on the server?You are Welcome !!!
Forum: Fixing WordPress
In reply to: Having a problem with my pageHi,
Try following suggestion:
At WordPress dashboard, Go to Settings -> reading & set the option “Front page displays: a static page” select the page you want display as the front/home page, Save the Settings and have a try.
Thanks,
Forum: Fixing WordPress
In reply to: Having a problem with my pageHi,
Please share your website name so we can reproduce the problem.
Thanks,
Forum: Fixing WordPress
In reply to: How to resolve excessive CPU usage using WordPress on the server?Hi,
In most cases, poorly coded plugins and themes are the main reasons behind excessive CPU usage.Plugins or theme functions causing conflicts or loops which lead to high CPU usage.
Disable all plugins and switch to default theme, try working with your hosts on this by re-activating plugins & theme one by one and monitoring the CPU usage.
Also, you should also consider optimizing WordPress website by referring following guides:
http://www.cloudmgr.com/blog/how-to-avoid-wordpress-shared-hosting-high-cpu-problems
http://www.beginwp.com/monitor-reduce-cpu-usage-resources-wordpress/Thanks,
Forum: Fixing WordPress
In reply to: 404 Error PageHi,
An Actual URL for this post is following which is working perfectly fine:
http://traveldeepandwide.com/diving-into-the-dolphinarium-debate-why-i-took-my-daughter/
Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: Cant get on my wordpress siteHi,
How do I manage to do that if I do not have access to my blog on wordpress?
To assign permissions, you would need access of either cPanel File manager or FTP. You can also ask your Web Hosting provider to assign necessary permission as follows.
Public_html ==> 750
Other Subfolders ==> 755
All files ==> 644If this does not fix your issue, try re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress 4.2.2.
Hope that helps.
Thanks,Forum: Fixing WordPress
In reply to: Post Comment Button not theirHi,
An error you have been receiving is PHP error. It occurs mostly when you have not closed the parenthesis or you are missing ; in line prior to the indicated line.
In you case, you are receiving error in functions.php on line 244, you should check the line 243.
Also, make sure you have been correctly following suggestions shown in following URL:
Note:-Please take necessary backup before you make any changes.
Thanks,
Forum: Fixing WordPress
In reply to: loading photosThere is a default upload limit (for an individual file) set in PHP.ini by HostGator. Your some of the images may be exceeding that one.
I believe that HostGator might have suggested you to go for VPS hosting. If you’ve a small website, you don’t need to go for such a big package. You can just ask HostGaotr what is the max upload limit for an individual file? Downsize all your files that are exceeding HostGator permissible limit and you’re done with this.
[Moderated]
Forum: Fixing WordPress
In reply to: error 504 in post editHi,
504 Gateway Timeout error is commonly found in WordPres + NGINX Web server combination. From the WordPress side, you can either increase the memory or check for the plugin conflict.
Since, plugin conflict has not worked, you should contact your web host for this. http://www.checkupdown.com/status/E504.html
Following are some tweaks you can make in php.ini file to fix it. (all other tweaks need to be made at Web Host).
http://www.queryadmin.com/933/nginx-504-gateway-timeout/
Thanks,
Hi,
Acess your WordPress directory through either cPanel or FTP.
Restore the functions.php from the backup you have. This will allow you to access the dashboard. Once you have Dashboard access you can upgrade the WordPress version.To remove Powered by WordPress & Atahualupa” line from my footer, please refer following thread.
https://wordpress.org/support/topic/how-do-you-remove-the-footer-in-atahualpa?replies=26
Thanks,