Title: Librairy not loading
Last modified: December 14, 2023

---

# Librairy not loading

 *  Resolved [ausar920](https://wordpress.org/support/users/ausar920/)
 * (@ausar920)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/librairy-not-loading/)
 * Hi,
 * The templates library is only loading PRO templates. I created and linked an 
   account and synchronized the library in the settings but it does not change anything.
 * According to the [Element help center](https://elementor.com/help/the-template-library-is-empty/),
   it could be a memory problem because on my website the allocated memory for WP
   is only 40 mb out of the 512 memory limit.
 * I read it could be changed by adding a few lines in the wp-config.php. I already
   changed some lines in this kind of WP files but I do not to mess it up. How can
   I do it and where in this file should I add them?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Support [Milos](https://wordpress.org/support/users/miloss84/)
 * (@miloss84)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/librairy-not-loading/#post-17353757)
 * Hi there,
 * Increasing the memory limit in WordPress can be done by editing the `wp-config.
   php` file. Here’s a step-by-step guide on how to do it:
    1.  **Access Your wp-config.php File:**
    2.   - Use FTP or a file manager provided by your hosting provider to access your
           WordPress installation files.
         - Look for the `wp-config.php` file in the root directory of your WordPress
           installation.
    3.  **Backup Your wp-config.php File:**
    4.   - Before making any changes, it’s a good practice to create a backup of your`
           wp-config.php` file. This ensures that you can revert to the original state
           if something goes wrong.
    5.  **Edit wp-config.php:**
    6.   - Open the `wp-config.php` file using a text editor (like Notepad, Sublime
           Text, or any code editor you prefer).
    7.  **Add Memory Limit Lines:**
    8.   - Add the following lines near the top of the file, just after the opening`
           <?php` tag`define('WP_MEMORY_LIMIT', '256M');`
         - If there is already a line with `define('WP_MEMORY_LIMIT', ...);`, update
           the value to your desired memory limit. For example:`('WP_MEMORY_LIMIT','
           512M');`
         - Save the changes to the `wp-config.php` file.
    9.  **Verify the Changes:**
    10.  - To ensure that the changes have taken effect, you can check the Site Health
           tool in WordPress.
            * Go to your WordPress admin dashboard.
            * Navigate to Tools > Site Health.
            * Click on the “Info” tab and look for the “Server” section. Check the “
              WP_MEMORY_LIMIT” value.
 * Remember to replace the memory limit values with what is appropriate for your
   website’s needs. Increasing the memory limit can help resolve certain issues 
   related to performance and resource usage.
 * If you encounter any issues or are unsure about making these changes, it’s recommended
   to consult with your hosting provider or a developer who can assist you.

Viewing 1 replies (of 1 total)

The topic ‘Librairy not loading’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Milos](https://wordpress.org/support/users/miloss84/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/librairy-not-loading/#post-17353757)
 * Status: resolved