diegoalv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Namespace declaration statementHi, You can try to disable the plugin ‘bluehost-wordpress-plugin’ from a file manager or FTP.
If you have recent backups you can also consider restoring your website backup to a previous version.Forum: Fixing WordPress
In reply to: Page displays different when logged out of WP (Elementor)Currently getting this result: https://prnt.sc/iwc4ca6YmwlQ
Do you get the same result on different browser or connection?If you have a cache plugin try to purge cache or disable temporary from the wp-config.php file:
put below code in your wp-config.php file.define(‘WP_CACHE’, false);
Forum: Fixing WordPress
In reply to: Website Currently UnavailableHello @everpretty1!
During the update process, WordPress downloads necessary update files to your server, extract them and then install the update. WordPress also puts your site on maintenance mode and displays the “Briefly unavailable for scheduled maintenance. Check back in a minute.” notice during the process.
To trigger the maintenance mode notification, WordPress creates a temporary .maintenance file in your website’s root folder.
If everything works normally, then this notice will probably be displayed for only a few seconds. After the successful update, WordPress will automatically delete the maintenance file to disable maintenance mode.
However, sometimes due to a low memory issue, the update script will timeout, thus interrupting the process. When this happens, WordPress does not get a chance to take your site out of maintenance mode.
In other words, your site will continue showing the maintenance mode notice, and you will need to manually fix it.
Check this guide below which you may use to solve this issue!
How to Fix “ Briefly Unavailable for Scheduled Maintenance. Check Back in a Minute.” Error in WordPress- This reply was modified 3 years, 6 months ago by diegoalv.
Forum: Fixing WordPress
In reply to: no option to color text in blog?Hi, are you using Gutenberg editor?
Could you share a screenshot or video with your issue?Forum: Fixing WordPress
In reply to: About memory wp_memory_limit configuration.Hi, the server limit memory_limit will be 256M, however the website memory_limit will be the one you specify in the wp-config.php file.
2, and 3 will be 64M