• This is going to be an extremely stupid question. I installed my theme, onedew, and am wanting to customize it. When I click customize all I get is a white screen with the editor options on the right, but nothing to edit. What did I do wrong.

    Website: https://108.179.213.62/~norpacco

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi corin

    what theme are you using?
    I suggest you to switch to default wp theme to verify

    Thread Starter corinnew

    (@corinnew)

    As I said above, the theme is onedew. It is a free wordpress theme I found in the themes section

    Do it:

    Go to wp-admin
    Customize
    Choose any page for the home page

    Thread Starter corinnew

    (@corinnew)

    did that. Nothing. Still a white page

    Thread Starter corinnew

    (@corinnew)

    I’ve changed my theme to 4 different ones now and still nothing

    Some ideas to check:

    – Disable all plugins

    – Go to the folder of your active theme and add the following lines to the file functions.php:

    
    error_reporting(E_ALL); ini_set('display_errors', 1);
    define( 'WP_DEBUG', true);
    define( 'WP_MEMORY_LIMIT', '256M' );
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Homepage’ is closed to new replies.