• Hi!

    I just uploaded a theme through FTP client but the it says the following:

    Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.

    Name Description
    Distinct Stylesheet is missing.

    Does anyone know what the problem is? and what to do?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi can you please give the details what type of theme you have installed. If it is any purchased theme so sometime you may need to completly install the theme just as a wordpress installation. Because some theme provider provides complete installation pack with their theme.

    Hi,
    Re install the theme. Check the index.php file if you find the following code:
    <?php
    define(‘WP_USE_THEMES’,true);
    /** this will load wordpress templates **/
    require (‘./wp-blog-header.php’);
    ?>
    If you don’t, then add them.
    To check whether you have .css file, you can go to “Theme” folder, and click at the theme you just installed (it should be a folder), and check if you have style.css file in it.
    If everything is ok, then activate the theme, and deactivate the previous one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing Style Sheet’ is closed to new replies.