blacknyx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Threaded Comments Plugin for v1.5Not 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.
Forum: Themes and Templates
In reply to: Cant find this tag in 1.5, where is it?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.Forum: Themes and Templates
In reply to: Cant find this tag in 1.5, where is it?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?Forum: Plugins
In reply to: [help] about the wp-style-switcherpods 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.
Forum: Plugins
In reply to: [help] about the wp-style-switcherWell 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 pageWarning: 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.
Forum: Plugins
In reply to: [help] about the wp-style-switcherHey 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.Forum: Themes and Templates
In reply to: Multiple Skins chooser?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?