Viewing 6 replies - 1 through 6 (of 6 total)
  • It only works if you put the custom-css folder in your framework themedir. You have to change references to images in your CSS.

    This needs a fix ??

    Fix is easy. Replace get_template_directory_uri() on line 88 by get_stylesheet_directory_uri()

    get_template_directory_uri() gives you the framework.
    get_stylesheet_directory_uri() gives you the child theme.

    Thread Starter Scotm

    (@scotm)

    Makes sense. I’ll give it a whirl and report back.

    Thread Starter Scotm

    (@scotm)

    Works great. Now what about custom post types? Works as well!

    Thread Starter Scotm

    (@scotm)

    This would be ideal if it could also be applied to categories so that archive pages would keep the style of the individual posts.

    Thread Starter Scotm

    (@scotm)

    Any chance this could work for post archives?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Custom CSS for Posts and Pages (CCSS)] Child Themes Issues’ is closed to new replies.