• Resolved jpollie

    (@jpollie)


    The plugin is working great but doesn’t look nice.
    see foto

    I am using the inovado

    theme.

    But using the boxed version everything is pressed to the side. So i thought using a fullwide version would work.

    So i created the folder ‘/wp-content/themes/inovado_child/anspress’ and added my themes fullwide into the index.php

    Now nothing shows up, only my themes fullwide page, what should i do?

    <?php
    /*
    Template Name: Page: Full Width
    */
    ?>
    
    <?php get_header(); ?>
    
    	<?php get_template_part( 'framework/inc/titlebar' ); ?>
    
    	<div id="page-wrap" class="container">
    
    		<div id="content" class="sixteen columns">
    		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    			<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
    				<div class="entry">
    
    					<?php the_content(); ?>
    
    					<?php wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); ?>
    
    				</div>
    
    			</article>
    
    			<?php if(!$data['check_disablecomments']) { ?>
    				<?php comments_template(); ?>
    			<?php } ?>
    
    			<?php endwhile; endif; ?>
    		</div> <!-- end content -->
    
    	</div> <!-- end page-wrap -->
    
    <?php get_footer(); ?>

    I think if the shortcodes would be working it would fix my problem, then i would just past it in a fullwide page?

    https://www.ads-software.com/plugins/anspress/

Viewing 16 replies (of 16 total)
  • Thread Starter jpollie

    (@jpollie)

    Dear nerdaryan,

    Any update? i have posted it on github no reply.

    waiting for you.

    Greetings

Viewing 16 replies (of 16 total)
  • The topic ‘Not looking good’ is closed to new replies.