Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter blacknyx

    (@blacknyx)

    Not arguing, but what about those who always come back with numerous errors while installing a new plugin? Wouldn’t it be much easier on everyone in the long run if users could just choose which sort of comments they’d like as an option? I’m perfectly fine with installing plugins but I just figured it would actually be easier on you guys as far as troubleshooting issues.

    Thread Starter blacknyx

    (@blacknyx)

    Nope I figured it out. Thanks.
    I knew where header.php was, just couldn’t find the right coding within it. I’ve found it now and got it working right.

    Thread Starter blacknyx

    (@blacknyx)

    Damn, hit enter instead of tab.
    Anyhow, I’ve installed the style switcher and the theme switcher for 1.5
    I’m trying to put the code to activate the style switcher into my classic and default themes.
    However, in neither of them, neither in main.php or header.php can I find
    @import url( <?php echo $siteurl; ?>/wp-layout.css );
    to replace with
    @import url( <?php wp_stylesheet(); ?> );
    is there a different way to do this in 1.5 that I’m not getting, or where are these located in 1.5?

    pods Thank you!!!
    I want to understand how to troubleshoot better.
    How did you know the problem was in .php:147??
    Since it told me in the error that it was a problem with admin.php, that doesn’t necessarily mean thats where the real problem is then?

    How did you figure out .php:147? If you don’t mind my asking for a quick explaination. that is.

    Well good news and bad news for me.
    I got the theme chooser working on my site, nobody can view the problem except me
    But I have these errors at the top of all of my admin page

    Warning: Cannot modify header information – headers already sent by (output started at /home/blacknyx/public_html/wp/wp-content/plugins/theme-switcher.php:147) in /home/blacknyx/public_html/wp/wp-admin/admin.php on line 7

    Warning: Cannot modify header information – headers already sent by (output started at /home/blacknyx/public_html/wp/wp-content/plugins/theme-switcher.php:147) in /home/blacknyx/public_html/wp/wp-admin/admin.php on line 8

    Warning: Cannot modify header information – headers already sent by (output started at /home/blacknyx/public_html/wp/wp-content/plugins/theme-switcher.php:147) in /home/blacknyx/public_html/wp/wp-admin/admin.php on line 9

    Warning: Cannot modify header information – headers already sent by (output started at /home/blacknyx/public_html/wp/wp-content/plugins/theme-switcher.php:147) in /home/blacknyx/public_html/wp/wp-admin/admin.php on line 10

    this one shall take awhile to figure out.

    Hey Beel,
    Yeah I have the theme switcher in my plugins and its activated but I can’t figure out exactly where I should place it.
    And it seems as though 1.5 isn’t much a fan of the style switcher either, I put in @import url( <?php wp_stylesheet(); ?> );
    It’ll probably take me quite some time of tinkering. Someone should put together a tutorial for that, that’d be awesome. Maybe if i figure it out, I’ll do that, but it’ll take me some time to get it right.

    Thread Starter blacknyx

    (@blacknyx)

    Let me add something to that.
    I figured out how to add skins.
    Is there anyway to have multiple templates to choose from? Such as the different designs offered at Zen-Garden? https://www.csszengarden.com/ which has html files that not only change the colors but also changes the layout?

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