• Hey everyone, i have a bit of an issue with a theme i’ve created for WP.
    i’ve done the entire design and it works prefectly fine until i converted it to WP format.
    it says “stylesheet is missing”, after a long search through the internet and so many solutions tried it still won’t work.
    it has all the needed code in it and i’ve even tried taking the first code part from some other css file and it still won’t work
    it’s located in the main directory as it should and basically everything just looks like it should work but it does not, it won’t even show me a preview for the design.

    does anyone have an idea about what i can do to solve this pickle?
    cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • there are some strict requirements for a theme style sheet:

    https://codex.www.ads-software.com/Theme_Development#Anatomy_of_a_Theme

    https://codex.www.ads-software.com/Theme_Development

    all your theme’s template files also have to be in the /wp-content/themes/yourthemename/ directory

    if you have followed the above documentation, and still have the problems, you could paste the style sheet style.css into a https://wordpress.pastebin.com/ and post the link to it here.
    and indicate your directory structure, i.e. where your theme files are located.

    Thread Starter idofr

    (@idofr)

    hey mate thanks for the quick answer.
    the directory structure is rather basic and follows the recommended code
    it’s /wp-content/themes/WP/(all php files, css and an images folder)

    the link to my css is here

    tanks for the help

    it could be that the empty line at the beginning is confusing the wordpress software.
    try

    /*
    Theme Name: LSSU Theme
    Theme URI: https://ido.org/
    Description: This wordpress theme was designed and coded by Ido for his lovely Tali
    Version: 1.0
    Author: Ido Freeman
    Author URI: https://ido.com/
    Tags: LSSU
    
    */

    `

    Thread Starter idofr

    (@idofr)

    thank you but unfortunately it didn’t help.
    still saying the very same thing
    any other opinions?

    Moderator James Huff

    (@macmanx)

    Your stylesheet is no longer in the pastebin. Can you post it there again?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Stylesheet missing’ is closed to new replies.