mmairs05
Forum Replies Created
-
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.
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.
Forum: Themes and Templates
In reply to: [Obscura] obscura themeHi 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.
Forum: Themes and Templates
In reply to: [Obscura] obscura themeHi,
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
Forum: Fixing WordPress
In reply to: Dropdown function for existing sidebar menu buttonSorry,
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(); ?>