jskirwin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using Graphics Instead of Text Links in SidebarThanks Moshu.
Done!Forum: Themes and Templates
In reply to: Disentangling Theme from Index.phpMoshu’s short and sweet did indeed fix this problem.
You rock, Moshu.
Yes you do.
Go Moshu!
Go Moshu!
Go Moshu!Forum: Themes and Templates
In reply to: Disentangling Theme from Index.phpI made the change (copied the example code into index.php file) and what’s interesting is that my index.php file is down to 97 bytes from over 7000 – yet nothing has changed. Under view source I notice that the code is much “cleaner”; however I still can’t change the theme under the Presentation tab.
I’m thinking a reinstall after a backup is necessary. Any ideas to prevent that are appreciated.
Forum: Themes and Templates
In reply to: Disentangling Theme from Index.phpThanks for the feedback.
I will try Moshu’s “short and sweet” index.php when I get time tonight – and update you with the results.Forum: Themes and Templates
In reply to: Disentangling Theme from Index.phpMoshu
My apologies, but the existing index.php at the root of the site is very long and complicated. It is not like the shorter index.php found inside the chinared theme folder.Also, I read the installing themes link. According to it I should be able to change the theme within the Admin Console. Whatever I select in the console shows up as the active theme, but no changes appear to the site.
Thanks for your help.
Forum: Themes and Templates
In reply to: Disentangling Theme from Index.phpThe current index.php is anything but short and sweet.
It’s determining the layout structure of the page – based on the theme 3col which it refers to using the @import url( http://www.therazor.org/wp-content/themes/3col/style.css ) command in the header.It then formats the display using div tags, UL and LI tags.
When I change the @import url link, what I get is a messy looking flat-layout of the posts.
If I replace the index.php with the one that comes with the new theme, the site doesn’t display at all and throws an error.
Forum: Fixing WordPress
In reply to: Admin Shows Wrong Theme ActiveGreat Fbonani’s problem is fixed but mine is still open.
Any ideas are appreciated.
Thanks,
JSKForum: Fixing WordPress
In reply to: Admin Shows Wrong Theme ActiveFbonani
Yours sounds like a browser issue. Have you tried viewing the site from another PC or using another browser?As for me, the 3Col is showing as Broken Theme: Template is missing.
Which template and where would that be controlled? The header of the style sheet seems fine:
/*Dots – A WordPress CSS Template
Copyright 2004 Alex KingBased on: Bloggia 3-Column Template by Alex King (http://www.bloggia.com/styles/bloggia_themer/)
*/
Forum: Fixing WordPress
In reply to: Admin Shows Wrong Theme ActiveI am trying to use the Theme Switcher under admin to switch to a different theme I have installed. 3Col is the current theme that I want to get away from.
Forum: Fixing WordPress
In reply to: Admin Shows Wrong Theme ActiveViewing the source I see this:
<style type=”text/css” media=”screen”>
@import url( http://www.therazor.org/wp-content/themes/3col/style.css );
</style>