Not sure if i can ask clarification using answer feature in here, but… @Marcel, it’s not clear what “wordpress just don’t see it” means a) Avada’s Server Environment page shows a PHP Memory Limit or b) a lower WordPress Memory limit?
I am guessing is b). In this case, have you edited wp-config.php and increased memory limit. e.g define( 'WP_MEMORY_LIMIT', '64M' );
Anyway, if your theme or plugins are consuming 256M memory and it is not a complex app or website, maybe you should considerate “leaner” themes and plugins and/or dedicated and managed WordPress services like Dreampress by Dreamhost or WPEngine.
Related Posts:
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Enforcing password complexity
- Check if a menu is empty?
- Adding a search form inside a div
- How To Make Connection To WordPress Data Base In A Plugin?
- WordPress Template Engine?
- Dynamically change feature image in customiser
- Walker class: Problems with understanding how walk() method can be called without error
- How to get the post count for the last x days filtering by categories
- How to create shortcodes that pull custom field data from general settings
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Getting a fatal error while updating
- How to display related posts from parent category
- Making a follow button, Ajax not talking to php
- get understrap pagination to work with custom query
- Replace existing content from specific WooCommerce admin orders list column
- Using is_page() in functions.php not working at all
- #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- Warning when using
- How to break down importing of feeds
- How to override wp-admin styling
- WordPress shows registration link for non logged users
- How to get woocommerce cart content without an action?
- How to call function at the bottom of post using plugin?
- How can I resolve the php notice “Constant EMPTY_TRASH_DAYS already defined”
- Use wp_get_recent_posts with search term
- multiple if statements [closed]
- Escape post image attachments added to template
- Choose To Display Post Views With An Options Panel
- Prevent Data Resubmission On Page refresh
- Bridging TinyMCE js and WordPress PHP?
- Echo URL of large version of Featured Image
- Remove price from Woocommerce variable product dropdown menu
- Getting trackpacks/pingbacks for a post via wordpress?
- Loop through categories and display posts title under each dropdown
- How to hide products that do not have an image from a slider carousel for an ecommerce webpage?
- How to change redirection route to a php page for making it only accessible by logged-in members?
- how to query a post based on previous page post ID
- How to use $_GET function WordPress backend
- How to create a php variable using WordPress the_title() function
- How to set variable, pass it to a partial file and remove it after?
- is there a benefit in using a constant over get_stylesheet_directory_uri?
- wp_dropdown_pages auto submit
- Custom PHP App with a wordpress site
- How to use if statement in an array? [closed]
- How to check if a PHP string is different than meta field?
- How to loop through all the attached images in a post, and get their url one by one
- Connecting to another server database from the wordpress plugin
- Noindex Posts From Certain Authors In WordPress
- Pass Variables or Variable Place-Holder from Editor to PHP
- Issue with custom loop in Archive page
- WP Query Leads to 502 Bad Gateway (Timeout Because Query Takes Too Long)
- Get the_content surrounded by instead of
- WordPress forms submissions and PHP files
- how to make an array of post id’s in is_single
- Display an image based on field value
- Loading Posts & Category with Ajax
- Use of IF statement in Header file
- Kohana Frontend, WordPress Backend
- apply_filters with several different values?
- Advanced Query posts
- Triggering a timewall after X days
- How do you create a custom category widget that you can style?
- Add Custom Category Description When Empty
- Bootstrap 4 Carosuel with ACF Repeater field
- How to preload header logo image in WordPress? like what’s the code and where do I put it?
- echo cutom css code to WordPress page template file ? is this safe?
- Custom plugin: how do I call a PHP file if settings option is set to true?
- PHP `iconv` not working inside a WordPress site
- How to make a “page-option” in WordPress
- Replacing entire tag with shortcode – JavaScript [duplicate]
- How do I visualize the author’s post from the front end?
- How to add a full working piece of website already coded, to a large scale Website design project?
- How do if all posts has this category ID then do this
- Query to show average # of months all accounts with specific role have been active
- Send email to users when they get new followers
- Conditionally change WordPress core language
- Use PHP to inject HTML into before page renders?
- Query doesn’t display text data with apostrophes
- WooCommerce Custom Tab with ACF Repeater Field
- My WP Website Shows HTTP ERROR 500
- add menu page in loop menu order
- CSS loading as empty file in Custom Theme
- Display product attributes for current product
- soap request in wordpress for a fedex pickup request [closed]
- Dynamically Create Posts Via XML File
- pages disable after wordpress update
- How to only fetch certain Tag ID’s
- Create server side text from wordpress page
- Make first child link default instead of its parent
- How to set a cookie based on a page Get variable?
- Editing the contents of just one div on a page from wordpress
- How to change the menu color
- Display latest 5 posts on homepage
- I want Page titles and excerpts to show up on home.php in certain order
- Advanced custom fields Repeater conditional statement not working [closed]
- Custom taxonomy with page post type – WordPress
- Alternative to php echo within code
- Why does WordPress not send the user the email to add a password?
- How to put a class in the p tag automatically added by the_content() in the wordpress loop?