1.4.8 available

Minor bug fixes and the child them path added.

About: Jason Huber

Jason Huber is a multi-disciplinary, award winning web developer specializing application development and user experience.

16 comments

  1. David Rowell says:

    Hi

    I’ve just downloaded your lovely theme and have been playing around with it.

    One question/issue : The two columns on the right hand side have no padding between them. For example, I was trying to put Recent posts in the left column and categories in the right column, but the text in each column is hard up against the text in the other column.

    Could you add five or ten pixels of padding between the two columns? Or tell me how I can do it myself?

    Many tks

    David.

    • Jason Huber says:

      Hi David,

      in the main stylesheet, you will find the setting in the following sections:
      ^9 Lower Narrow Left Sidebar
      ^10 Lower Narrow Right Sidebar

      You can edit them in Appearance > Editor > Stylesheet

      Around line 919:
      #l_sidebar {
      float: left;
      width: 170px;
      margin: 10px 0 0 0;
      padding: 0px;
      display: inline;
      }

      Around line 964:
      #r_sidebar {
      float: right;
      width: 150px;
      margin: 10px 0 0 0;
      padding: 0px;
      display: inline;
      }

      Best Practice:
      Use the provided Child Theme (sample-child-theme) and make your custom changes there. Upgrading future versions will delete your changes and you will need to re-apply them.

      Link: http://codex.wordpress.org/Child_Themes

  2. Sergio says:

    Hi Jason,

    Great theme, it is incredible all what you can do. I’ve been using it these days to create a new webpage.

    I just had a question: I changed the side bars (widget areas) to the left using the sidebar option you provide. And it works fine for all the pages, but not for the categories. If I click in a category, the sidebar is moved to the right side. Is that expected behaviour for some reason? And if it is no, how can I make the sidebar stay on the left side?

    Thank you very much for the theme and your help!
    Sergio

    • Jason Huber says:

      Hi Sergio,

      I can not duplicate the behavior error you are experiencing. It should stay on the left once it is selected.
      could you send me a link to the website?

      the action occurs in simply-works-core > header.php which should be called by everypage.

      thanks,
      Jason

      • Sergio says:

        Hi Jason,

        It was a silly mistake from my part, I had no pages associated to the categories (entries). So the side bar appeared to be in the right, since there was nothing to stop it. (First time I use WordPress)

        Thanks for the help though, going through the code made me realize what was happening after I saw the “float: right;” option inside header.php :

        if(get_option(‘swc_theme_sidebar_selection’) && get_option(‘swc_theme_sidebar_selection’) == “Left”) {
        echo “#contentarea {float: right; border: 0;}”;

        Thanks again, and I like the theme more as I get to know it better!
        Sergio

  3. Hey Jason,

    Thank you for an awesome theme… it was among the few I found to suit what I was looking for! I love how flexible it is!

    I hope you can help me out with this question, I would like the default theme navigation bar to cover the page as it does on the orange option, and not leave an inch on either side like it now does.

    Look forward to hearing back from you!

  4. Crystle Roche says:

    Sorry and I wanted to know how I could change the title font as well… thanks a ton! – Crystle

  5. First off, thanks for this team. It’s as clean as it is functional and I really like it.

    One thing I noticed though was that the amount of space between the title/sub-title and menu is quite a bit more than in the theme thumbnail on the ‘Manage Themes’ page in the dashboard.

    Two questions: 1.) Was increasing the space a conscience design decision? If so, why? and 2.) Is there an easy way to reduce that space? If so, do I need to create a child theme as you suggested above?

    Thanks in advance for your help on this.

    • Jason Huber says:

      Hi Joseph,

      You can change the padding for H2 around line 62 in the style.css. It is current set to 10 px (top and bottom). to make the change go to: Appearance > Editor and change it to: padding: 3px 0 10px 0;

      thanks,
      Jason

  6. Stacy says:

    Hi, thanks so much for a beautiful theme. It works perfectly for me, but I really need to figure out one thing which I hope is possible. I’m using this for a publication, and although I want the most recent posts on the home page, I just want to give a teaser to the post, but have my readers have to click to read the full article. Can I do that with this theme?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>