andrewlilley
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Blog URL changed, plugin no longer worksDave, thanks so much. Path was set to /wp-content/uploads, not wp-content/uploads. I missed that!
Thanks again.
Forum: Fixing WordPress
In reply to: No-one able to log in anymoreApparently the database got corrupted somehow. Thanks for the help though.
Forum: Fixing WordPress
In reply to: Preventing a page being shown in the page listThanks Michael, that worked! Great help!
Brian, thanks, but maybe that wouldn’t have worked – the page contains a forum plugin… ?
Forum: Fixing WordPress
In reply to: Preventing a page being shown in the page listI can’t get it working. See the navigation directly above the white box: https://andrewlilley.com/surveydeck/
BTW, did you mean to put a ‘{‘ in your code instead of a ‘(‘? This still doesn’t work.
The original code I have is:
<?php get_header(); ?> <?php query_posts('post_type=page&order=asc'); ?> <div id="page"> <div id="slider"> <ul class="navigation"> <?php while (have_posts()) : the_post(); ?> <li><a href="#<?=$post->post_name?>"><span><?php the_title(); ?></span></a></li> <?php endwhile;?> </ul> <div class="scrollButtons scrollMeLeft"><a><span>previous</span></a></div> <div class="scroll"> <div class="scrollContainer"> <?php while (have_posts()) : the_post(); ?> <div class="panel" id="<?=$post->post_name?>"> <h3><?php the_title(); ?></h3> <?php the_content(); ?> </div> <?php endwhile;?> </div> </div> <div class="scrollButtons scrollMeRight"><a><span>next</span></a></div> </div> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Preventing a page being shown in the page listThanks, but the pages aren’t listed using wp_list_pages(). This is the code:
<ul class=”navigation”>
<?php while (have_posts()) : the_post(); ?>- post_name?>”><span><?php the_title(); ?></span>
<?php endwhile;?>
Any other suggestions?
Forum: Fixing WordPress
In reply to: How to change size of excerpt field?Crikey, I should have looked more closely – I didn’t see that file!
Thanks.
Forum: Fixing WordPress
In reply to: Images in IE displayed as 1×1 pixel dotWahoo! Thanks a lot – it works now (found the code in some php file):)
Andrew
Forum: Fixing WordPress
In reply to: Image linksI need an answer to this too. Anyone have the solution?
Forum: Themes and Templates
In reply to: Styling url/links signed to a pictureYes, I have this exact problem too. Did you solve it yet? Is it the way WP displays images that is the problem?
Andrew