No results found. Try again with different words?
Search must be at least 3 characters.
- Incorrect Purchase key error
- How to update the Ultimate Addons for Visual Composer prior to version 3.16.8?
- How to activate your license key of the Ultimate Addons for WPBakery Page Builder (formerly Visual Composer)?
- Force Check Updates
- How to update plugin manually through FTP
- How to update theme or plugin through Brainstorm Core
- Popup form method to activate your license key of the Ultimate Addons for WPBakery Page Builder
- Background Image Sizes Explained
- How to hide a row on specific device?
- Not all Ultimate Addon elements are in Visual Composer list?
- If you are using a customized / skinned / modified Visual Composer
- Black bar / strip with the Video Background
- Error! Envato API error: Username and/or API Key invalid.
- Error on unzipping package
- Don’t have the “Design Options” tab in Edit Row?
- How to replicate our demo site?
- Uncaught TypeError: Cannot read property ‘left’ of undefined
- How to make the Row to cover Browser’s Full Height / Dimension / Viewport?
- Can not set links in Visual Composer?
- Video Background Not Running on Mobile Devices?
- Height of Advance Carousel Block
- Does Ultimate Addons make backend slow?
- How to reinstall & reset font icons in Ultimate Addons
- How to Trigger a Modal Popup on the Click of a Menu Element in UAVC?
- How to Set Thumbnail Image for Video?
- How to Style Play Button?
- How to Display YouTube Subscribe Bar for Video?
- How to Find YouTube Channel Name and Channel ID?
- How to fix – Multiple Google Maps API error in Ultimate Addons Maps
- Increasing Memory Limit
- How to add Row Separator?
Increasing Memory Limit
Solution for Fatal error: Allowed memory size of XXXXXXXX bytes exhausted.
WordPress Memory
Edit your wp-config.php file and enter something like:
define('WP_MEMORY_LIMIT', '256M'); define('WP_MAX_MEMORY_LIMIT', '256M');
You can read more about this here.
PHP Memory
If you have access to your PHP.ini file, change the lines in PHP.ini
memory_limit = 256M ; Maximum amount of memory a script may consume (256MB) ini_set('max_execution_time', 300); //300 seconds = 5 minutes
Incase, if you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 256M php_value max_execution_time 300
If this still doesn’t work or if you’re not confident about making these changes, you would need to talk to your hosting company.
We don't respond to the article feedback, we use it to improve our support content.