Forum Replies Created

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

    (@brainstorming)

    no one
    ?

    Thread Starter Brainstorming

    (@brainstorming)

    I’ve changed the HTML into:

    <div id="gray_colomn"> 
    
    <div id="content_home"> 
    
    <?php echo do_shortcode('[wpuf_addpost]') ?>
    <?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
    <div class="post"><div style="float: left;  !important; margin-right: 5px;"><p align="center"><br /><?php echo get_avatar( get_the_author_meta('ID'), 50 ); ?><br />
    <?php the_author_posts_link(); ?></p></div>
    <div style="float: left;  !important; margin-left: 5px;">
    <br /><span style="color: black; font-size:14px; font-family:'Arial'"><br /><?php the_content(__('&rsaquo; Continue reading')); ?></span></div>
    <p align="right">  <br /><span style="color: #989696; font-size:12px; font-family:'Arial'"><?php the_time('M j, g:i a'); ?></span></p><br />
    
    <img src="https://brainstorming.altervista.org/Images/minimal/divisor.jpg" /></div>
    <?php endwhile;?>
    	<div id="navigation">
    		<div class="box-left navigation">
    <a href="/page/2/">Next Page</a>
            	</div>
    		</div>
    
    		<?php else : ?>
    
    		<div class="box-left" id="searchform">
    
    			<h3>Not found!</h3>
    			<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
    			<?php include (TEMPLATEPATH . "/searchform.php"); ?>
    
    		</div>
    
    <?php endif; ?>
    
    	  </div></div>

    And I tried to insert this options:

    Content Selector: #content_home
    Navigation Selector: #navigation
    Next Selector: #navigation .box-left navigation a:first
    item Selector: #content _home .post

    But that’s the result: https://oi43.tinypic.com/ev1abc.jpg

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