Forum Replies Created

Viewing 15 replies - 586 through 600 (of 2,508 total)
  • You can post a contact address and your request here as you have just done. There’s a Forum Rule (Section F) about asking for professional/paid for services: http://wordpress.org/support/topic/68664?replies=6
    Once you post your contact info, a moderator will close this thread.

    OR join the WP Pro mailing list and post your request there. The list is read by professional web designers and web developers well versed in WP and they will contact you individually about your project. If you have a project budget and/or a deadline, it’s best to state that upfront.
    http://lists.automattic.com/mailman/listinfo/wp-pro

    I don’t see anywhere in your code where you tell WP to pull in the latest five posts. And then it is always going to put the latest post on the front page of the blog anyway. There is a workaround for that too. Have you read the Codex pertaining to The WordPress Loop? Start there.
    http://codex.wordpress.org/The_Loop
    http://codex.wordpress.org/The_Loop_in_Action

    Themes can be SEO optimized by loading content before header and sidebar (not easy, but can be done). Also making sure that the headings (<h1>, <h2>, etc.) are in their proper order, plus a few other things. Here is a link that has some info:
    http://www.brookgroup.com/Resources/Search-Engines/content-first.html

    Not only that, much like an Immortal, there can be only one .. sidebar.php or footer.php file to be called. Alternate files are called using the call to the template path, not get_sidebar or get_footer. Those will only call that main instance of footer.php or sidebar.php. So if you have multiple sidebars, those are called using the template path. Make sense?

    Maybe because it has to load BEFORE the loop? I don’t think there’s a way around it, since header.php will be called before sidebar.php file or footer.php.

    If you just want a different look for different pages, just create a different page template that has these alternate footers/sidebars in them and use those page templates for those specific pages.

    @okperry .. be warned, even though Kubrick is popular and Michael Heilemann is a talented designer, I take issue with the Kubrick theme because he embeds images in the HTML, and really, just put it in the CSS where it belongs. This trick throws a lot of newbies off. Keeping all of the style elements (especially header graphics) in the stylesheet makes revising the site much easier in the long run. So it’s not a good theme to “learn” on. Make sense?

    If you’ve downloaded a theme on which to base your design, or to use as a jumping off point, there’s usually a license document in the distro files, but contacting the theme’s designer to get their thoughts is the polite thing to do.

    I’m a theme designer myself, and usually if someone contacts me and tells me they’ve modified my theme, especially if they’ve modified it beyond recognition, I tell them to go for it. I enjoy creating themes when I have time (and unfortunately, I haven’t had time in over a year), but I do see a lot of our themes in my WP Dashboard as backlinks (which is a small reason for releasing themes). I love seeing what people have done to our themes to make them unique. There’s a lot of creativity out there; it never ceases to amaze me.

    Now some theme designers are more sensitive about this than others. I think the happy middle ground is as the OP suggested, [theme] by [theme designer] modified by [your name here]. I think that keeps everyone happy and also lets people find the original theme, on which your theme was based, if they so desire.

    Here’s a handy cheat sheet.
    http://wpcandy.com/articles/tutorials/the-wordpress-help-sheet.html

    Being a web designer by trade and having designed many many WP themes over the years, I’ve found that just to get my feet wet, I’ve done what some others here have done: Taken a theme whose layout is similar to what I’ve got in mind and working it up to suit myself. That can be good, as it is a quick way to get a theme up and running but the downside is, as others have discovered, you waste time picking things apart and while you can learn from it, if you picked a theme done by someone who doesn’t know what they are doing with regard to CSS or WP, you may end up not only developing your own bad habits, but inheriting some bad habits from the other stylesheet author.

    As time has gone by and I’ve learned more and more about CSS and WordPress, and as WordPress has grown, I’ve found that just working up the design and laying out the divisions in HTML is where I start. Then once I’m satisfied with that, and it all validates, I start slicing it up and plopping the WP code in. This seems to work for me and fosters creativity and thinking outside the box more than expanding on someone else’s code. And no one likes to clean up someone else’s mess, right? 🙂

    Nice site, Jon. But I found those hazy mouse hovers to be a bit disconcerting. White would have been nice and clean. Other than that it really looks slick, Web 2 Oh! and nicely execute!

    I just think you should quit trying to bend WP just for the sake of doing so. the /category/ hierarchy was designed for a reason. If you use permalinks, it’s not hard to figure out what the link to a particular category will be if you wish to put a hard-coded link somewhere in your sidebar or elsewhere.

    Now, if you want to be really sly about it, you can create a page template, as described here:
    http://www.ivovic.net/2008/05/20/turn-a-wordpress-page-into-a-link

    Then create a new WP Page, title it however you want the link to appear, plop the URL to the category into the writing area and make the permalink whatever you want.

    You need to go to WordPress.COM (this is WordPress.ORG, for self-hosted blogs) .. and the Kubrick (K2) theme is the default theme as far as I know.

    And as a theme developer myself, I can pretty safely say that most images are there to be changed out for one that is more personal to the blogger. The biggest requirements are usually that you are not to redistribute the theme and you should leave a link to the theme designer’s site in the footer or on a colophon page. But when in doubt, read any license documents that ship with the theme, or better yet, double check with the theme’s author. 🙂

    Contact me offlist at Joni (at) Pixelita (dot) com, I have a couple of themes, four to be exact, that I used on my old MovableType blog but because they use istock.com images, and I don’t feel like springing $75 for a distro license, they are just sitting there. Not too hard to port one (you pick) to WP so if you’re interested, hit me up while I’m still in a charitable mood. 🙂

    I am the theme author. I’ve been involved with my husband’s health issues but if you will be so kind as to contact me at joni (at) pixelita (d0t) com, I’ll widgetize it for you. It’s something I need to do to all our themes, just haven’t had the time.

Viewing 15 replies - 586 through 600 (of 2,508 total)