Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter mmairs05

    (@mmairs05)

    Hi,

    No I don’t have any caching plugins. Not sure how to check for caching on the server side though, do I have to contact my hosting provider to find this out?

    I only have 6 plugins in all – including NextGen.

    Thread Starter mmairs05

    (@mmairs05)

    Hi,

    Yes I have deactivated plugins all over the place with no success. One minute it’s working OK then it won’t work for days then all of a sudden it starts working again but not normally for very long. This is with or without updating anything.

    Even happens when I update NextGen plugin.

    I have spent hours trying to fix it.

    Hi again,

    I have just found a solution from alchymyth, Sweeper and Moderator posted 3 years ago and it worked a treat:

    ‘quick-edit’ each page and untick the ‘allow comments’ box.

    .

    Thank you.

    Hi,

    I am having the same problem as the member above in that I have gone into the WordPress settings but it hasn’t disabled the comments box. Could you please help.

    Thank you.

    Regards Margaret

    Thread Starter mmairs05

    (@mmairs05)

    Sorry,

    This is the code I am working with.

    <?php
    /*
    Template Name: Sidebars Page
    */
    
    get_header(); ?>
    
    <div id="content">
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <h1>
    	<?php the_title(); ?>
    </h1>
    <div class="content_page">
    	<?php the_content(); ?>
    	<?php endwhile; else: ?>
    	<h1>Couldn't find what you were looking for...</h1>
    	<p>Sorry, no posts matched your criteria.</p>
    	<?php endif; ?>
    </div>
    <div class="sidebar">
    	<p class="button"><a href="#">Industries</a></p>
    	<p class="button"><a href="<?php echo get_permalink(136); ?>">Vacancies</a></p>
    	<p class="button"><a href="<?php echo get_permalink(59); ?>">Contact Us</a></p>
    	<p class="button"><a href="<?php echo get_permalink(213); ?>">Send your CV</a></p>
    	<p class="button"><a href="<?php echo get_permalink(216); ?>">Sign up for our news</a></p>
    	<p class="button"><a href="https://accoria.co.uk/">Back to Home</a></p>
    </div>
    <?php get_footer(); ?>
Viewing 5 replies - 1 through 5 (of 5 total)