Tagged: x
-
AuthorPosts
-
February 5, 2017 at 7:27 pm #1359043
Hi everyone, after installing Xtheme and all suggested plugins, when i go in permalinks, it says this:
Fatal error: Out of memory (allocated 127664128) (tried to allocate 57344 bytes) in /home2/illogicg/public_html/wp-includes/functions.php on line 4187
How i can solve it? I’ve already defined the memory limit in default-constants.php in:
// Define memory limits. if ( ! defined( 'WP_MEMORY_LIMIT' ) ) { if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) { define( 'WP_MEMORY_LIMIT', $current_limit ); } elseif ( is_multisite() ) { define( 'WP_MEMORY_LIMIT', '25600M' ); } else { define( 'WP_MEMORY_LIMIT', '25600M' ); } } if ( ! defined( 'WP_MAX_MEMORY_LIMIT' ) ) { if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) { define( 'WP_MAX_MEMORY_LIMIT', $current_limit ); } elseif ( -1 === $current_limit_int || $current_limit_int > 268435456 /* = 25600M */ ) { define( 'WP_MAX_MEMORY_LIMIT', $current_limit ); } else { define( 'WP_MAX_MEMORY_LIMIT', '25600M' ); } }
Tried first 96M, then 256M, then 512M, then 2560M and then 25600M.. Nothing solve this problem, it only works when i disable some plugins… This problem persist from months.
February 5, 2017 at 7:32 pm #1359044Oh right, my site is http://illogicgaming.net
It also lag as hell, take really long time to move trough admin dashboard…February 5, 2017 at 11:35 pm #1359162Hi there,
Sorry to hear that you are having trouble. Definitely it looks like a insufficient memory issue. Note that if your host limit the memory on server then it might not work. In that case ask your hosting provider to increase PHP memory limit. So better ask them to increase the memory.
You can find more information on http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Hope this helps.
Cheers!
February 7, 2017 at 7:55 pm #1362170Ok, another thing, ive some trouble by fix the repositive meno under certen px resize. I set min width 720 uder additional css
body { min-width: 720px !important; }
but when i get lower, the menu on the right, goes down. There is also a color difference. I mean, on full size, the background is X, when i resize, and appear the repositive menu, it become Y. Then if i get lower it more, from right it goes down.. How can i solve this problem?
February 7, 2017 at 7:58 pm #1362175This is the screens what’s i’m talking about!
February 7, 2017 at 8:12 pm #1362185I’d like also to ask if it’s possible, to edit completly the header aka menu to a trigger one, like: On left, there is logo, in 2/5 of width there is a diagonal devider bodered with a arrow to the right, clicking it, the arrow trasform in width, showing up a menu, can i do it?
_____
Edit *
_____It is possible to put some call to action, text etc on a image in slider revolution? I mean, i’d like to make it as background image without margin from menu bar/header.
February 8, 2017 at 6:38 am #1362686Hi There,
When I check your site, it seems that cornerstone is not active. I am seeing shortcodes. If you have validated X theme, Cornerstone should be installed automatically. It is a required plugin. See attached screenshot. It is also different from what you have above on your screenshot.
If you have any additional questions at this time that is not related to the title of this thread we kindly ask that you open them up in a separate thread. They make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Additionally, for future reference we kindly ask that our users not bump their threads as stated in our support policy. Since we answer questions from oldest to newest and bumping a thread makes it appear as brand new, this will only serve to lengthen our response time. Replies in the forum can take up to 24 hours during the week, but oftentimes we are able to get to questions much quicker than that. We request that our users wait patiently while we work our way through the forum as we can assure you that all questions will be addressed as soon as possible.
-
AuthorPosts