Cutline Theme Support Forums » Cutline Theme Support Forums

Blogroll creates a fourth column, loses format

(4 posts)
  • Started 4 years ago by jenyipnyc
  • Latest reply from thirdeyetc
  • This topic is not resolved

Tags:


  1. I have cutline 3 split, and my blogroll wanders off and creates a 4th column on the right. Also, it loses all of its formatting. How can I fix this? You can see it at jenyip.com/blog.

    Posted 4 years ago #
  2. Did you do your blogroll with widgets, or is that just the way it came? Was there a point in time you noticed this starting. When I compare your pages code to mine I am noticing that I have an additional class in the LI associated with the blogroll

    <li id="linkcat-2" class="linkcat">

    Yours just says:

    <li id="linkcat-1" >

    If you haven't made any modifcations to the l_sidebar.php or r_sidebar.php files, I would recommend simply downloading the theme again and overwriting the r_sidebar.php file with a new one.

    Either way if you open that file and look at it you should see this as the last item in your list:

    </li>
    <?php } ?>
    <?php get_links_list('id'); ?>
    <?php endif; ?>
    </ul>

    So examine that and make sure it looks the same, or just overwrite..

    Posted 4 years ago #
  3. Hi! Thanks for your help. I didnt do my blogroll with widgets, I just used it the way it came. I think it has always been behaving this way, since I added my first link.

    My r_sidebar.php does have the same code at the end as yours. I redownloaded the theme and overwrote r_sidebar.php, but it didn't seem to fix the problem. Very strange.

    In which file is the code for the line item associated with the blogroll (as you listed above?)

    Any help appreciated, it's so frustrating :-)

    Posted 4 years ago #
  4. check your links for extra slashes or a missing slash... but this is mind boggling to me, especially if you overwrote the file. Suppose you could delete the links in your blogroll and readd them

    Using the latest wordpress? 2.3?

    <?php get_links_list('id'); ?>

    That's all you need. This will display your blogroll ordered by category. If you check out the wordpress codex, there's more options to just display a certain category or the like. But that line of code outputs the list.

    All I can think is that somehow it is not inheriting the necessary styling from your style sheet. If you haven't made any changes to your site design, then you might as well try reinstalling the entire theme and see if that takes care of it if you don't want to mess around with the code.

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.