Cutline Theme Support Forums » Tips & Tricks

Cutline meets Grunge

(14 posts)
  • Started 4 years ago by thirdeyetc
  • Latest reply from sadder

Tags:


  1. So I changed the way the upper navigation functions, changed how the headings in the sidebars are displayed using an image, made my own custom rule for the posts, added a dynamic list of links to the footer, switched the random images with the masthead, and then some.

    Check this out. If anyone needs any advice on how to do any of the stuff they see here I'll try to get back. Lastly, I'd like to know how this looks on macs. Looks good in IE 7 and latest firefox. Probably IE 6 too but I have to check. (fingers crossed)

    www.thirdeyemag.com/wordpress

    Posted 4 years ago #
  2. Looks fine in IE6 and FF here. Nice work.

    Posted 4 years ago #
  3. adam
    Member

    thirdeyetc: The site looks amazing. Great job. Could you be kind enough to tell me how did you get your sidebar headings to look like that (with the black box around the text)??? Thank you.

    Posted 4 years ago #
  4. Looks great

    Posted 4 years ago #
  5. Looks great on Mac with both Firefox 2.0.0.8 and Safari Version 3.0.4 (5523.10)

    How do you get the dynamic links at the bottom?

    : )

    Posted 4 years ago #
  6. I was also wondering how to change the sidebar headings to an image...I cant figure it out. And btw it looks great to me too.
    http://www.cultureshock.kristiejoy.net

    Posted 4 years ago #
  7. Sorry guys, I've been busy preparing my site to go live. It is up now and done: www.thirdeyemag.com

    Anywho, I will address your questions. Code for footer links. Easy:

    Add the following to your footer.php file:

    <ul>
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>

    This will create an unordered list of all your pages. Now some of my links link to category pages, so this is my full code.

    <ul>
    <li><a href="<?php bloginfo('url'); ?>">home</a></li>
    <li><a href="<?php bloginfo('url'); ?>/category/reviews/">reviews</a></li>
    <li><a href="<?php bloginfo('url'); ?>/category/interviews/">interviews</a></li>
    <li><a href="<?php bloginfo('url'); ?>/category/gallery/">gallery</a></li>
    <li><a href="<?php bloginfo('url'); ?>/category/literature/">literature</a></li>
    <?php
    wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    </ul>

    The blog info command just gets your blog's URL and you can put whatever after it. The list pages lists your pages as list items.

    Now, if you just leave it like that it will list vertically. So here is the CSS code I have forcing it into a horizontal list with lines on the outside.

    .custom #footer li {
    display: inline; margin: 0 0.4em; padding: 0 0.4em;
    font-size: 1.1em; text-transform: uppercase;
    border-right: 1px solid #fff; border-left: 1px solid #fff;
    }

    Obviously match your font choices and such to the rest of the site. Display inline is really the only important one. I am creating vertical lines with borders. Just for sake of ease I did one on each side. Another idea would be to do it like on my other site (www.thirdeyepublications.com). On that site I only render the left border and on the first link I add <li class="first"> and create another block of css code to set it's left border to 0.. Follow?

    As far as using a background image for the sidebar headings... It's a lot easier than I thought it'd be. Obviously make an image that's as wide as the sidebar and as tall as you want it.

    .custom li.widget h2, li.linkcat h2, ul.sponsors h2 {
    font-weight: bold; font-size: 1.077em; color: #fff;
    text-transform: uppercase; letter-spacing: normal;
    margin: 0 0 0.8em 0; padding: 0.4em 0 0.4em 4px;
    border-top: 0px solid #000;
    background: url('/images/block.gif') 0 100% no-repeat;
    }

    The important thing here is this class, which you'll find in the styles css sheet under "sidebar styles" and then can copy into your custom.css sheet (be sure to make sure your custom.css sheet is dragged out of the custom folder and into the main cutline folder or the link to it won't work. Or alter the code in your header file. There are further instructions inside that file from Chris).

    You can ignore the sponsors thing. That corresponds to some custom thing I added to the left sidebar.php file to create a spot to put ads.

    It comes styled to have a solid border on the top, and used a background image of a dot to create a dotted border on a bottom. So just change the background URL to the image you've uploaded. (block.gif in my case) Then just set the border width to 0px (unless you want one still). Now you've got a background image. Obviously I changed the text color to white as well so it'd show up. I also probably tinkered with the padding to bump the text in from the edge of my image. Adjust accordingly and enjoy. Oh yeah, make sure you change it to no-repeat unless you want it to of course.

    Let me know if anyone has more questions. And some advice as you're pursuing CSS mods. I didn't know CSS at all less than a year ago. It's really easy, and the best way to get help is to visit the W3C's free tutorials: http://www.w3schools.com/css/default.asp

    Also, if you use firefox, download the firebug add on. This will help you enormously as once it's installed you can click inspect and hover over different elements on your site. It will bring up both the HTML and the CSS code that corresponds to that element so you can easily see where on your style sheet you have to modify. This is essential when messing with code you didn't program yourself, unless you want to spend hours tinkering around and constantly refreshing your page to see the effects. (Which is what I did until discovering firebug. THANK YOU FIREBUG!)

    https://addons.mozilla.org/en-US/firefox/addon/1843

    If you don't use firefox. Switch. It's the best browser out there and it's free.

    One more excellent resource you all should read before going any further. Talks all about lists with CSS: http://www.alistapart.com/articles/taminglists/

    In fact, bookmark a list apart. It is another excellent resource for a million things CSS and then some.

    Posted 4 years ago #
  8. I realize I might be a bit late coming to this thread, but I wanted to know how you incorporated the background and then added the column over it in the middle. Whenever I try, the background takes over the whole page and I can't seem to figure out how to get a single column of white space for text and links kand whatnot in the middle.

    Posted 4 years ago #
  9. Can I ask if you are using flash for you photos in your gallery area. When you click on them they go bigger. Really nice quality photos.

    Julie

    Posted 4 years ago #
  10. Hi - the site looks great, I already asked this question in another post, but as it hasn't been answered yet, I thought I'd post it here too.

    I really like the way you are handling images on your site i.e. a thumbnail image in the excerpt/preview that goes to a full size image when the post is viewed in full. I REALLY need to implement this on my site, as I want to encourage click throughs, but as the posts are about the images, the excerpts look boring with out them. At the moment I have chosen to display full posts, as the site is new, but I will soon want to switch this off! So I would really value your assistance on this.

    The site is here - www.blog.journalcraft.co.uk
    Gill

    Posted 4 years ago #
  11. roadhog
    Member

    Hello thirdeyetc,

    You've made numerous, excellent modifications to the cutline theme on your site, http://www.thirdeyemag.com/ You've made several changes that I would like to emulate.

    One change was to change the text and logo at the top. It appears that you have swapped the order of the image and the title field. Also you added a link to the title field (Third Eye Magazine).

    Also, you changed the look of the icons across the top. Was that done in a similar manner to that which you described for the sidebar titles?

    If you could explain how you accomplished these changes, I would be most appreciative.

    thank you

    RH

    Posted 3 years ago #
  12. I just wanted to tell you that I had previousally used all of your tips to modify my site and it turned out great. Now, I am changing cutline themes and redoing my whole site and will be back here re-learning how to modify it again! But thanks for all the help, I really appreicate it.
    Culture Shock

    Posted 3 years ago #
  13. Hi, love your site. If the offer of advice is still open how did you get your nav bar looking the way it does with spacing between each link.

    Thankx RE

    Posted 3 years ago #
  14. Great work keep t up all the hard work.....loves ur style.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.