![]() |
I've surfed around and found a 3 column theme/template I like but the webmaster that offers it only has 3 colors available. Can I go in the skins folder and change the CSS or will that open up a can of worms?
|
Quote:
I don't know if you have a local server installed on your computer, but here is what I do: I installed WP on my local hard drive on my computer and then I play with all the settings, CSS headers etc until it looks like what I want. Then I just copy the modified files on to the server and I know everything will be good. Here is what I use for my local server: http://www.apachefriends.org/en/xampp.html |
Since your blog is brand new, I wouldn't worry about messing with it, no one is really going to see it.
When I mess with the CSS, I copy the original and do the change. Then I check it in the browsers. If it's okay, I move on, if not, I just paste the original back in. Works for me. Course, have a un-touched copy in case things get really messed up. Just remember to check both FF and IE, they can and do differ, the buggers..:) |
just make a copy of your theme files so if you screw it up you can go back to the origional with ease. I also suggest doing this once you have tweaked your theme.
everything is in the css or the .php for the template. you can do whatever you want to either. i always use the wordpress editor to edit my template. |
Quote:
|
To be able to use the theme editor in Wordpress you have to change permissions on the theme's files, not always a good ting to do. Just use a web page editor, sure you have one of those.
|
Quote:
|
OK, before I pull out what little hair I have or start drinking more, I need someone to take me by the hand and take little bitty steps and go slow. I downloaded Mike Little's zip file for his blog theme. On this page: http://zed1.com/journalized/themes/j...eme-version-2/ I got: journalized-theme-2.0-Beta-2.zip. I uploaded the "skins" folder to the wp-content/themes folder. I uploaded all the other files to the public_html folder. In the WP admin it says:
Broken Themes The following themes are installed but incomplete. Themes must have a stylesheet and a template. Name skins Description Stylesheet is missing. What stylesheet??? In the skins folder there are colors available and each has it's own stylesheet, blue-skin.css, flowers-skin.css, etc. In the main folder there is layout.css and style.css. I know I've done something really simple and stupid but I can't figure it out. Aaaaarrrggghhh!! |banghead| |
Everything that goes with the theme stays in the same folder and goes in the wp-content/themes/themename folder, nothing gets separated. It's saying broken because you moved files around and didn't keep them together. Each theme folder should have a stylesheet and php files, plus usually a screenshot.png.
All stays in the one folder, you just upload the whole folder intact. |
what is in a theme can vary greatly. How many files and stylesheets they have depends on how complex they are, or how much they have been modified. More important, the more files they have the more control you have over the look/layout.
I don't mean to be rude, but there are so many better looking, more professional themes than the one you posted. Here's a good list: http://www.smashingmagazine.com/2008...dpress-themes/ which has even more links at the bottom of the post to other free themes. |
Quote:
Guess I could read the manual...|huh |
Quote:
|
Quote:
|
Quote:
Thats the beauty of WP themes, you upload a theme folder, choose the theme in the admin and your done. There is no uploading files here and there. The index file you uploaded did not work, because it is just the theme part of the real index file. |
Quote:
Quote:
|
Quote:
Well if every single file that came with the theme is in the theme folder, you should be set. Just pick the theme in the admin and your good to go. Since it has different styles, there should be options for the theme in the admin, under the "presentation" tab. Every theme I have used/tired (many), all that is needed to is upload the theme folder, thats it. There are NO files that need to be uploaded anywhere else. |
OK, I got it now. All the other files that weren't in the skins folder had to be uploaded into the skins folder. I wonder why he had the skins folder a seperate folder from all the other files? Anyway, I have the theme I want now I have to tweak it.
|
lol.. you did not listen to what I said.. the theme folder doesn't have the index.php file because, as you said, you put in in the public_html folder with all the other php files from the theme.
Start from scratch..... find the zip for the theme. unzip it somewhere. Once unzipped you should have a folder, upload that complete folder in to the wp-content/themes/ folder on your sever. DO NOT move any of the files around, leave it as is! That is all you need to do, as i keep saying. Upload the complete, original folder and do nothing more with that folder or it's files. After that go to your WP admin, then to Presentation, click on the theme you uploaded and it should be up on your blog. From the sound of the theme, there should be some options in the presentation section for that theme. |
Glad to here you got it. They probably have a separate folder to keep things straight and for easier upgrades, ect.
Looks though, that you need to put the original theme stylesheet, that came with the them, into the theme folder. |
Quote:
|
I just looked at your blog and I'm pretty sure that you're missing the style sheet for the particular skin you have chosen. Check the skins/ folder within your journalized theme to make sure all the .css files are present (should be 6).
|
Quote:
I did notice when selecting which skin to use that the png wasn't visible in the Journalized Theme Options page where I can select which skin to use and when I select a different color nothing changes. |
I just downloaded the theme your using. After unzipped it gives you a folder of "journalized" thats the folder that shoould be uploaded. If I was you, I would start over. Unzip the theme and uupload the folder.
In that folder there is style.css, it's there, you just moved it or uploaded it to the public_html folder, it needs to ONLY be in the journalized folder, no where else. Same for all the php files that came with the theme. |
Quote:
|
Quote:
|
Quote:
|
That got it. Whew! Thanks! |waves|
Now, can I get rid of that Blogroll crap? I'm gonna have another drink and go outside and smoke... |
Quote:
|
From reading about the theme, it looks like you will need to dig into the code to change it around. Maybe there are options for that?
Here is why I praise widgets. Widgets allow you to basically build your blog and the layout by dragging blocks of code. No need to go into the pages to change the layout or to change parts. |
Quote:
Glad you got it to work, it only gets easier from here. And I agree with Ronnie, a widgetized theme is the way to go. |
Quote:
But right now I'm going outside to smoke and have yet another drink |rasta| |cheers| |
You can widgetize a non-wigetized theme, but it involves some php and messing with your templates. I just did one the other day, but it was just one sidebar, pretty easy. Not to mention getting everything to work with your CSS.
I am curious what you see in that theme? As UW would say, it's so 1998. There are plenty of higher quality 3 column or more if you want. Also the side bars look so small, hard to fit much in there and it still look nice. Did you look at that link I gave you? |
Quote:
|
Quote:
|
One quick suggestion...
If you want to use a 3-column theme with your posts appearing in the middle column, you can look for a theme that uses CSS to let you to put the content of your center column first in the source code instead of after all the stuff in your left-side menu. FWIW |
Quote:
....and when I look at the code it's all been compacted up and to the right so I have to scroll waaaaaaay horizontally to look at it. Any way to spread it out vertically without messing things up? |
Licker, usually the themes which do that are referred to as "SEO-friendly" or something like that by their creators. It's something that can be done with any number of columns, but the 3-column versions are the ones I've seen most often. Here's one version so you can see how it works.
I've never looked at the theme source code for the theme you mentioned, but as far as the code formatting goes, you should be able to reformat it so that it's easier for you to work with. Just make a copy of the page first and keep that to swap back in case the changing the formatting does screw things up somehow. I have a source format profile in my text editor which lets me look at all code formatted the way I like. Then I can always compact it before uploading if I want to make it hard for others to read. :) |
I usually don't mess with the CSS layout that much. For one I am no CSS layout expert. Second, there are differences between FF and IE and trying to get them both to play nice can be a pain. You have to know the little fixes for certain situations. Not to say you can't make little changes, just be aware you might run in to problems. Just from my experience...:)
With that said, there are SO MANY wordpress templates out there, I don't see why can't find one you like. Least find the layout you want, changing colors is pretty easy and your not messing with the layout. I've seen tons of three column themes, left, right and on both sides. There is something for every one. You can use the theme viewer at Wordpress and even sort themes to fit your criteria, though it's not real exact on the sort. The only drawback to the theme viewer is that it seems like they don't have many of the higher quality themes. And of course there is always Google...:) I am kinda liking compact CSS, don't have to scroll down forever to move around. |
All times are GMT -4. The time now is 08:23 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc