• Just a question. Is their a way to incorporate the style switcher into wordpress 1.3a4? I know Bill Hayes has done it but when I tried to do it the permalink pages always go back to the default style for some reason. PS. I am using the kubrick theme, is it something in their that’s making it do this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • I haven’t tried it in Kubrick, but do you have “@import url( <?php wp_stylesheet(); ?> );” in header.php?

    Thread Starter basketball

    (@basketball)

    Yup, I got that from the original wordpress and putting in the end part from the readme that came with the plugin

    Are you using the style switcher or the theme switcher? For the theme switcher, you must do this:
    @import url( <?php bloginfo('stylesheet_url'); ?> );

    Thread Starter basketball

    (@basketball)

    I’ve tried both and neither worked for me. But I get the same error for both, the plugins work flawlessly for the index page but goes back to the default style when clicking on a permalink page

    Thread Starter basketball

    (@basketball)

    Omg… this is the coolest thing ever. Thank you so much Ryan for all your help 🙂 It has worked perfectly, you were absolutely right I had http://www. in the wordpress address and http:// in the blog adress. You rock dude!

    Glad you got it, I added the theme switcher and style switcher to my themes just to make sure they both work (and they do).
    In doing so, however, I noticed that though each added theme works fine, the default wp theme now just brings up a blank page. Does your default theme still work?

    Thread Starter basketball

    (@basketball)

    I had a problem with that, I actually deleted a bunch of regular files (in the root directory not in the wp-content) and put in the untouched files I got from the archive when I downloaded wordpress 1.3a4, and the blank page has gone now.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Style Switcher’ is closed to new replies.