Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter thumoo

    (@thumoo)

    Apologies. I was thinking out loud and didn’t think how it would sound on the other end.

    I have the file single.php which contains:

    <?php
    /**
     * The Template for displaying all single posts.
     *
     * @package Theme Meme
     */
    
    get_header(); ?>
    
    	<div class="row">
    		<div class="col-md-8 content-area" role="main">
    
    		<?php while ( have_posts() ) : the_post(); ?>
    
    			<?php get_template_part( 'content', 'single' ); ?>
    
    			<?php themememe_content_nav( 'nav-below' ); ?>
    
    			<?php
    				if ( comments_open() || '0' != get_comments_number() )
    					comments_template();
    			?>
    
    		<?php endwhile; ?>
    
    		<!-- .content-area --></div>
    
    		<?php get_sidebar(); ?>
    	</div>
    
    <?php get_footer(); ?>
    Thread Starter thumoo

    (@thumoo)

    I don’t understand how checking this will make any difference. Surely if there was a problem creating single posts then it would affect all the posts and not just two of them?

    There are no plugins used that change anything on the posts themselves. Again, what is used in one post is used in all the others.

    Thread Starter thumoo

    (@thumoo)

    I have complete access. It’s all on my own hosting.

    Thread Starter thumoo

    (@thumoo)

    I should have linked to the specific pages but wasn’t sure about whether the links would go through.

    The link to one of the films that is not working:

    Warm Bodies

    A link to one of the posts that is working for comparison:

    A Good Day to Die Hard

    I didn’t create the theme. It is called moviemag and not a child theme.

    Thread Starter thumoo

    (@thumoo)

    Thank you. Changing it inline worked perfectly. I really don’t know why I didn’t think to look there. But I removed the width altogether and now it fits perfectly.

    Thanks.

    Thread Starter thumoo

    (@thumoo)

    With the problem I was having, I found that the products I was entering seemed to be copied as drafts which weren’t showing because they were at the end of my products, so every time I tried putting the SKU code back in, it was stripping it out.

    What I did was delete all the drafts I had and then sorted the published products by SKU code and deleted a couple (don’t know how that happened) of duplicates, then removed them permanently from the trash. Once I did that, I logged out, back in again and then everything was back to normal.

    Hope the above will help you too bloohair.

    Thread Starter thumoo

    (@thumoo)

    I found out that it was because the theme was broken. I have fixed this and now works fine.

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