jonimueller
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Posts Page getting wrong custom templateDid you want the custom template to be your front page (where all the posts are listed in chrono order? If so, you need to edit your
index.phpfile. If you want them on single posts, edit yoursingle.phpfile, on archive posts,archive.phpand so forth. You created a Page template, not a custom post template. Pages lie OUTSIDE post hierarchy so that’s why the custom page template wasn’t being applied. Does this make sense?You can use conditional statements to make things look just about any way you want. Read about those here:
http://codex.wordpress.org/Conditional_TagsForum: Themes and Templates
In reply to: Squirrely menu on post viewYou must have fixed it, as it’s not doing this anymore. Sounds like a missing closing DIV tag. It so happens that we are getting ready to release a new version of this theme that is widget-ready. I’ll post that in the Your WordPress section before the week’s up. Meanwhile, please feel free to contact me (check my profile) if you need help with our theme.
Prior to Jan. 2006, our web design shop was called The Web Jones; it is now called Pixelita Designs. 😉
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.Okay, piece by piece. Let’s operate on your
header.phpfile first.Find this:
<div id="header" onclick="location.href='http://myalternativemind.net';" style="cursor:pointer;"> <h1><a href="http://myalternativemind.net">My Alternative Mind</a></h1> <div class="description"></div> </div>And strip out the two divisions inside. So it looks like this:
<div id="header" onclick="location.href='http://myalternativemind.net';" style="cursor:pointer;"> </div>Save the file. Now, go to your stylesheet (
styles.css). And find this chunk, under /* Begin Structure */:#page { margin: 20px auto; padding: 0; width: 760px; } #header { padding: 0; margin: 0 auto; height: 200px; width: 100%; }For
#page, change the width to match the width of your intended header graphic.For
#header, you’ll basically change it up to look like this:#header { padding: 0; margin: 0 auto; background-color: [matching bg color expressedin hex]; background-image: url(/images/[your image name]); background-position: top left; background-repeat: no-repeat; background-attachment: scroll; margin: 0 auto; height: [height of your image, in px]; width: [width of your image, in px]; }Make sure you upload your header image to the /images folder of your theme so the stylesheet can find it.
Then you’ll need to go through the stylesheet and make sure the widths that are
760pxare changed to whatever the width of your header image is. Contact me offlist (check my profile) if you need more help.Forum: Plugins
In reply to: Real Estate plugin releasedI would think you could use it/modify it for anything that is rented out by the day, week, month, whether it’s a bed and breakfast, a room for let, a time share, whatever the case may be. I can’t wait until I can get time to play around with it. 😉
And in the U.S., vacation rentals (motels, cottages, beach houses, B&Bs) go by the day and week; long term rentals (rooms in a house, dorms, apartments [flats to you Europeans], homes, etc.) obviously by the month.
Forum: Fixing WordPress
In reply to: Post content with the word “select” doesn’t save!And why would that be asks Curious George? And .. what’s the workaround? Leetspeak? I could have sworn I’ve blogged about .htaccess before.
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.I haven’t forgotten, but I’m not where I can do anything for just a few more hours. Hang tight. 😉
Forum: Everything else WordPress
In reply to: WordPress 2.5.1 ReviewSorry, that was rude of me. Here you go:
Habari:
http://www.habariproject.org/en/sNews:
http://snewscms.com/Forum: Everything else WordPress
In reply to: WordPress 2.5.1 ReviewNice work, and I birdwalked around on your site and was happy to see that CMS Made Simple, Xaraya and PHP Website were mentioned. Any reason you haven’t listed Habari or sNews?
Forum: Themes and Templates
In reply to: Nasty base64 code in header.php – Can you decode@bytes .. Well you asked “Can anybody shed some light on it?” and immediately after, you got your answer in the form of some (helpful) links. So if you already knew the answer, why the question? Oh, and sorry, but I will decide when and whether I will sit down and shut up. But thanks for trying. My husband’s been at it for over 30 years and he hasn’t had any more luck than you. 😉
Forum: Themes and Templates
In reply to: Nasty base64 code in header.php – Can you decodeYou can try, Rose. There was an outfit here a while back, I think Matt’s lawyers finally shut him down b/c he had “WordPress” in his domain name, but he was selling some prepackaged WordPress with over 100 free themes (5 of them were ours) for $197 a pop. That was pretty galling if you ask me. So you can ASK, but the Internet isn’t polite society, so I wouldn’t count on that stopping anyone.
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.That’s not too hard. I’ll see if I can post exactly where you need to make your changes in the stylesheet. You will just need to take care of uploading the background image and your banner image and plugging in the sizes.
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.P.S. And totally OT, I checked your profile. Check out William Sled’s fashion advice on YouTube. I expect he’ll have his own cable TV show any day now. Not bad for a misfit from Paducah. 😉
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.Oops, don’t forget to add the purdy tiled background to your body tag in your stylesheet. 😉
Forum: Themes and Templates
In reply to: Just migrated from Tumblr… Question.Well, the only thing you need to worry about is that pesky sidebar. Did you want it in your WP blog? Did you want to retain a tumblog kinda look with your old design, just based on WP?
If on the other hand you wanted to port the banner and background image to WP and have all the WP’ness (sidebar goodies, etc.), then you just need to edit your stylesheet. Take a peek at the source code to see what division is holding the current banner (looks like
#header). Then alter it to include your new background image and make sure the width is set. Then if there’s a wrapper division in your current theme (#page), adjust it also, to the width of your desired image. Hunt down any other declared widths and change them appropriately. Pay careful attention to the combined width of the main content area (#narrowcolumn) and the sidebar (#sidebar). You’ll likely have to adjust those downward so they are no wider than your banner image. Make sense?Forum: Themes and Templates
In reply to: Nasty base64 code in header.php – Can you decodeNot sure how that answers my question whooami. Go troll in another thread
and
Can anybody shed some light on what the script is doing?
You clearly don’t know who you’re dealing with. Whoo is a security expert, you nimrod. Can’t be bothered to click on a link that might not only shed light on your problem but also help PREVENT you from making the mistake that brought you here in the first place?
Un-freaking-believable.