How to Increase WP Memory Limit

How to Increase WP Memory Limit

In order to increase your WordPress Memory limit, open the wp-config.php file and locate this line: 1 define( ‘WP_MEMORY_LIMIT’, ’96M’ ); Change its value to up to 768M on all XonHost shared hosting accounts. On Cloud and Dedicated solutions, you may further customize this … Continued
Avada allowed memory size exhausted

Avada allowed memory size exhausted

WordPress Avada theme users might experience the following error on their website: 1 Fatal error: Allowed memory size of X bytes exhausted (tried to allocate X bytes) in /home/username/public_html/wp–content/plugins/fusion–builder/inc/class–fusion–builder–options.php on line 60 The error message can be observed while performing … Continued
How to use the Post via Email feature in WordPress

How to use the Post via Email feature in WordPress

In order to set up a Post via e-mail functionality for your WordPress installation, you need to have a valid email account which you can use with it. On the XonHost servers you can create such via cPanel, under Email Accounts. The … Continued
How to display links in the WordPress sidebar?

How to display links in the WordPress sidebar?

Displaying various links in the WordPress sidebar is quite simple. Most links displayed in the WordPress sidebar are actually widgets. They can be added to the sidebar from the WordPress admin area -> Appearance -> Widgets. Select the widget you wish to be … Continued
Where I can find the official WordPress documentation page?

Where I can find the official WordPress documentation page?

You can find the official WordPress documentation page at: https://codex.WordPress.org/Main_Page In addition, you may have a look in our resources by logging into your User Area -> Resources tab -> WordPress Tutorials.
WordPress maintenance mode

WordPress maintenance mode

WordPress places a .maintenance file in the root folder of the application during plugin updates in order to prevent any data-loss while it’s upgrading. In case something went wrong with some of your updates and this file was not deleted, … Continued
Divi builder timeout warning

Divi builder timeout warning

The problem can be experienced if you are using the Divi WordPress theme. If you try and edit a post or a page on your website using the Divi or Visual builder you might see a pop-up named “Divi Builder … Continued
How to enable gravatars in WordPress?

How to enable gravatars in WordPress?

Gravatar stands for Globally Recognized Avatar. Users can set their avatars at https://gravatar.com/ and they will be displayed alongside their comments in any website that supports them. Starting from WordPress 2.5, Gravatars are built-in and don’t require any additional plugins for basic … Continued
How to change the media settings in WordPress?

How to change the media settings in WordPress?

The media settings in WordPress determine the size of the images that are inserted in your blog’s posts. These settings can be modified from the WordPress admin area -> Settings -> Media. If you want to see a video tutorial on how to … Continued
How can I install WordPress Multisite on my account?

How can I install WordPress Multisite on my account?

The easiest way to install WordPress Multisite is to do so via the Softaculous auto installer in cPanel. More information on how to install WordPress via Softaculous is available in our WordPress Softaculous Installation Tutorial. To enable Multisite, you need to … Continued