RoseHosting
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable adminbar/toolbarTo remove the toolbar from your site, go to Users > Your Profile. Scroll down to “Toolbar” and uncheck “Show Toolbar when viewing site”
Forum: Fixing WordPress
In reply to: Slider src(unknown) after migration (Pytheas theme)You can try to migrate the live website to the dev website using the All-in-One WP Migration plugin and see if you will experience the same issue. This plugin will allow you to migrate your important files, media files, folders, themes and plugins with easy in just a few clicks.
Forum: Fixing WordPress
In reply to: Unable to access /wp-admin/Are you getting an error message when trying to access ‘/wp-admin’?
Did you try to access the dashboard at ‘yourdomain.tld/wp-login.php’?Forum: Fixing WordPress
In reply to: Blank TabCheck the log files for errors. It will help you diagnose the problem and you can either fix the problem yourself or contact someone knowledgeable to help you.
Forum: Fixing WordPress
In reply to: WP SUper Cache Failed InstallIf you don’t have access (FTP, SSH…) to your account, there is nothing you can do.
It is best to contact your hosting provider.
Forum: Fixing WordPress
In reply to: Not showing the wp-admin page for other users.Hi,
WordPress has a ‘login_redirect’ filter which can be used to redirect administrators to the dashboard and other users to the homepage.
Most likely this filter is enabled in your theme, so you should check your theme’s options and functions.
Forum: Fixing WordPress
In reply to: Images – broken linkHi,
This can be caused by incorrect permissions.
Make sure that the permissions of the directories are 755 and files 644
Forum: Fixing WordPress
In reply to: Site down (blank screen) after Restore from Plesk?Now there is a different error message. Try disabling the plugins or the theme. It seems like a compatibility issue.
Forum: Fixing WordPress
In reply to: Site down (blank screen) after Restore from Plesk?I get “502 Bad Gateway” when I try to access the site. This error tells you that the gateway/proxy server receives invalid response from the upstream server.
You can try to restart Nginx and PHP-FPM or simply you can restart the server and see if that fixes the problem. Otherwise, you can check the Nginx error logs for more details about the problem.
Forum: Fixing WordPress
In reply to: HackedHi,
Our recommendation is to install WordFence Security and scan your WordPress installation. It will audit your website for security issues so you can address them.
Forum: Fixing WordPress
In reply to: HTTP Error 500 (Internal Server Error) : after mistake in .htaccessIf you have a control panel (for example: cPanel) you should be able to access the .htaccess file through the cpanel file manager. You can also access the .htaccess file if you have SSH or FTP access to your server and edit the file according to your needs.
Forum: Fixing WordPress
In reply to: Login Fails – Always returns to login pageDid you try to log in to your wordpress dashboard on another web browser?
Please delete browser’s cookies and cache and try to log in to your dashboard again.
You can also deactivate all your plugins to see if this will solve the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
Forum: Fixing WordPress
In reply to: Unable to preview my postsDid you try to preview drafts on another web browser?
Delete browser’s cookies and cache and try to preview your drafts again.
You can also deactivate all your plugins to see if this will solve the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
Forum: Fixing WordPress
In reply to: wordpress 4.1.16 site migrationThe problem may be related with your .htaccess file. If the web server on your server is Apache create a .htaccess file in your document root directory with the following lines and check if that will fix the problem:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Error after activating themeAlso, if you are not running the latest version of the theme it is best to upgrade it to the latest version available and see if that will fix the problem.
If that will not fix the problem, it is best to contact the theme support about this.