Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter Ronin

    (@ronin)

    Wow. Do you always get so bent out of shape when people ask others for help? Your original response didn’t help me at all so I asked if others could offer solutions hoping they didn’t assume your response worked.

    My apologies for not including you in that group.

    You may have (accidentally) found the problem. There is no images directory in the extract. I’ll look into that. Seeing as how I’ve downloaded the ZIP file numerous times (and from two locations in one case) and still have the same problem I’m left somewhat stumped.

    So, in the meantime, if WHOAMI (probably the greatest poster in the history of this community) or any other member would like to provide some guidance I would be forever greatful.

    Thread Starter Ronin

    (@ronin)

    I removed the two themes and reinstalled RockinBizRed3 theme and left the folder file name as RockinBizRed3col-11 and am still having the same problem.

    Anybody else have any insight?

    Thread Starter Ronin

    (@ronin)

    Anybody? I’m hoping to have this fixed today.

    Thread Starter Ronin

    (@ronin)

    Thread Starter Ronin

    (@ronin)

    Sorry mate, I’m a bit of a newbie with this. Where is the Loop in the index.php file?

    Here is my index.php file:

    <?php get_header(); ?>
    
    <div id="page_container">
    
    <?php get_sidebar(); ?>
    <?php include (TEMPLATEPATH . '/leftbar.php'); ?>
    
    <div id="postcol" class="fixheight">
    <div id="pc_t" class="fixheight">
    <div id="pc_r" class="fixheight">
    <div id="pc_b" class="fixheight">
    <div id="pc_l" class="fixheight">
    <div id="pctl" class="fixheight">
    <div id="pctr" class="fixheight">
    <div id="pcbr" class="fixheight">
    <div id="pcbl" class="fixheight">
    <div id="pc_c" class="fixheight">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    	<div class="postbox">
    	<div class="right">
    	<div class="bottom">
    	<div class="left">
    	<div class="post_title">
    		<div class="top">
    		<div class="right">
    		<div class="left">
    		<div class="tl">
    		<div class="tr">
    		<h2 id="post-<?php the_ID(); ?>" class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    		<small class="title">Posted by <?php the_author() ?> on <?php the_time('F jS, Y') ?></small>
    	</div></div></div></div></div></div> <?php /* post_title */ ?>
    	<div class="br">
    	<div class="bl">
    	<div class="content">
    		<?php the_content('Read the rest of this entry &raquo;'); ?>
    		<p class="postmetadata"> <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','',' <strong>|</strong> '); ?><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    	</div></div></div></div></div></div></div> <?php /* postbox */ ?>
    <?php endwhile; ?>
    <div class="navigation">
    	<div class="alignleft"><?php posts_nav_link('','','&laquo; Previous Entries') ?></div>
    	<div class="alignright"><?php posts_nav_link('','Next Entries &raquo;','') ?></div>
    </div> <?php /* navigation */ ?>
    <div style="clear: both"></div>
    <?php else : ?>
    	<h2 class="center">Not Found</h2>
    	<p class="center"><?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
    <?php endif; ?>
    <?php get_footer(); ?>
    Thread Starter Ronin

    (@ronin)

    Nevermind. We got it!

    Thread Starter Ronin

    (@ronin)

    That’s the problem, when I go to edit profile it says “Username: (no editing)” so I can’t change the way it’s displayed.

    Any help?

    Thread Starter Ronin

    (@ronin)

    DrMike … paging DrMike …

    Thread Starter Ronin

    (@ronin)

    Thanks drmike. Here is my entire wp-feed.php file, can you show me where exactly to paste that code?

    <?php

    if (empty($doing_rss)) {
    $doing_rss = 1;
    require(dirname(__FILE__) . ‘/wp-blog-header.php’);
    }

    // Remove the pad, if present.
    $feed = preg_replace(‘/^_+/’, ”, $feed);

    if ($feed == ” || $feed == ‘feed’) {
    $feed = ‘rss2’;
    }

    if ( is_single() || ($withcomments == 1) ) {
    require(ABSPATH . ‘wp-commentsrss2.php’);
    } else {
    switch ($feed) {
    case ‘atom’:
    require(ABSPATH . ‘wp-atom.php’);
    break;
    case ‘rdf’:
    require(ABSPATH . ‘wp-rdf.php’);
    break;
    case ‘rss’:
    require(ABSPATH . ‘wp-rss.php’);
    break;
    case ‘rss2’:
    require(ABSPATH . ‘wp-rss2.php’);
    break;
    case ‘comments-rss2’:
    require(ABSPATH . ‘wp-commentsrss2.php’);
    break;
    }
    }

    ?>

    Cheers

    Thread Starter Ronin

    (@ronin)

    What spacing though? That’s my question – I don’t know where the necessary code is to fix. I’ve tried changing a bunch of different things to no avail.

    Thread Starter Ronin

    (@ronin)

    Really hope somebody can help me on this one. It’s the last thing I need to do before launching the blog.

    Thanks

    Thread Starter Ronin

    (@ronin)

    Thread Starter Ronin

    (@ronin)

    Actually, looking at the code, Register doesn’t have an Li tag, but I’m a newb and might be way off on this. So register doesn’t have li around it and the spacing is fine.

    What does this mean? How can I correct this?

    Thread Starter Ronin

    (@ronin)

    Thanks. Tried it and it does the same thing to the spacing that making it hidden or 0px does. Any other ideas I can try?

    Thread Starter Ronin

    (@ronin)

    Okay, thanks. Got rid of that one line. And I think I’ve found the code that impacts the lines under the menu items, but when I change it to “hidden” or “0px 0px 0px 0px” the spacing between each item goes haywire. Here’s the code:

    .navi li {
    border: solid;
    border-width: 0px 0px 1px 0px;
    margin-bottom: 0px;
    }

    That 1px is the line, but if I do anything to that border it really makes the menu items spacing look terrible. Any ideas?

Viewing 15 replies - 1 through 15 (of 20 total)