When I active a WP theme, it does not completely download. The theme is not reproduced exactly (no graphics, no background, etc.). I was expecting a WYSIWYG. The widgets,etc. appear as random sentences. I localhosting using XAMMP.
When I active a WP theme, it does not completely download. The theme is not reproduced exactly (no graphics, no background, etc.). I was expecting a WYSIWYG. The widgets,etc. appear as random sentences. I localhosting using XAMMP.
After Installing you need to import DEMO content provided by theme developer if not then try connecting with Theme Developers. Whenever you install a theme from WordPress store they will provide only the theme :), check if there is an option for demo content.
define('WP_DEBUG', true ); define('WP_DEBUG_LOG', true ); define('WP_DEBUG_DISPLAY', true );
inwp-config.php
to file it will show you the error on display and also generate log file in/wp-content/debug.log
hope it helps – maheshwaghmare Commented Jan 27, 2019 at 6:26