-
Author
-
January 5, 2017 at 00:00 #148783qustionParticipant
Hello, I’ve started to install Kleo theme today and I have a problem with a menu – when I create a menu and assign it to Primary Menu the website crushes – I can see only the logo on the white background.
Thank you
January 5, 2017 at 19:36 #148919RaduModeratorHi,
This should work by default but if not it means that there can be a server setting like wp memory limit to can identify what’s going on please update the theme to latest version 4.1.7 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
if it’s something related to the php memory allocation you should follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2017 at 19:49 #148934RaduModeratorOk then
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.