Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • What do the files look like when you go into Appearance – Editor, have you got the style.css in there? Sounds like it may not have uploaded properly?

    Thread Starter carolineh

    (@carolineh)

    Hi Songdogtech, thanks for the suggestion. I have tried it out but it leaves me with the same results. I can only see the wanted categories on the right pages, but the previous and next links that are generated inside the loop

    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>

    still display all of the posts, regardless of which category.

    Not really sure where to go from here, any suggestions?
    Thanks for the help so far!

    Thread Starter carolineh

    (@carolineh)

    Hi Songdogtech, thanks for the suggestion. I have tried it out but it leaves me with the same results. I can only see the wanted categories on the right pages, but the previous and next links that are generated inside the loop

    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>

    still display all of the posts, regardless of which category.

    Not really sure where to go from here, any suggestions?
    Thanks for the help so far!

    Hi Sashira, could you post up your style.css and your div layout:
    ie.

    <div id="main">
    <div id="sidebar1"></div>

    etc

    I’m sure we can help you with the layout,

    One tip for you, so you can actually see the div boxes.
    You will need to be using Mozilla Firefox as a browser, install this add-on, and use the ‘Outline’ – ‘Outline current elements’ function:

    Forum: Themes and Templates
    In reply to: Z-index issue

    Hey, I had this trouble a while back, and from what I remember I added this code into the object tag, assuming your object is flash,

    <param name="wmode" value="transparent">

    Give it a try, it seemed to work for me, but let me know how you get on.

Viewing 5 replies - 16 through 20 (of 20 total)