• Resolved fiddlepicsphotography

    (@fiddlepicsphotography)


    I am desperately trying to create a child theme for Minimatica. I followed instructions found on numerous tutorials to a “t” and WP insists that the stylesheet is missing. I have tried every single case letter combination, order, everything- and it is still missing!!! I think I have gone through about 50 forums on google trying to find the solution, and no luck. Here is the code as it is now:

    /*
    Theme Name: minimatica child theme
    Theme URI:
    Description: Child theme for the minimatica
    Author: Nechama
    Author URI:
    Template: minimatica
    Version: 0.1.0
    /*

    @import url(“http://fiddlepicsphotography.com/wp-content/themes/minimatica/style.css”);

    I tried doing the @import with the http:// etc, with http://www., with “../wp-content” and NO LUCK. Please help!!!

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter fiddlepicsphotography

    (@fiddlepicsphotography)

    I’m back! I’m trying to find the css code to edit some small tweaks on the site but when I go to “editor” under “appearances” the only code that shows up is the style sheet css that I typed to get the child code. Where is all the code that I use to edit (Color, background, size etc.)?

    Hi – the best way to do that is to use a browser tool like Firebug – “inspect element” shows you the CSS code (from anyplace it may be coming from – parent, child or plugin) for an element on the page – then you can copy that piece of CSS to the child theme and change it there.

    http://getfirebug.com

    There’s lots of good info on the Firebug website as well.

    Thread Starter fiddlepicsphotography

    (@fiddlepicsphotography)

    So I am basically constantly adding to the style.css page, not editing it? Can I copy the css code from the minimatica css and paste the edited version onto the child theme css?

Viewing 3 replies - 31 through 33 (of 33 total)

The topic ‘Minimatica Child Theme Stylesheet missing’ is closed to new replies.