Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Toukie

    (@toukie)

    Actually after reviewing both the content and post prob are the same… it the navigation that killing me now :c Got it working with Hackory… but id i wish I could figure out how u get it to work with wp paginavi Granted it still doesn’t visually display right :c… Actually All fixxed

    Javascript jQuery(newElements).makeacolumnlists({cols: 3, colWidth: 305, equalHeight: ‘ul’, startN: 1});

    Index Php Edit

    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
    <?php endwhile; ?>
    <div id=”nav”>
    <div id=”navleft”><?php next_posts_link(__(‘Previous page ‘)) ?></div>
    <div id=”navright”><?php previous_posts_link(__(‘Next page ‘)) ?></div>

    Thread Starter Toukie

    (@toukie)

    I saw that and made all those changes…. But the core issue is the selectors are different since it uses paginavi

    I determined that the
    Content Selector #li_container1 > .li_container:first
    Posts Selector .li_container > .mcol, #li_container1 > ul.mcol

    But the Navigation Selectors is where I am iffy at
    Navigation Selector .wp-pagenavi
    Next Page Selector a.page.larger

Viewing 2 replies - 1 through 2 (of 2 total)