Gr1f
Forum Replies Created
-
OK, problem solved!
I stupidly left out the <?php wp_footer(); ?> call in my own footer.php
grrrrrr
…well, it’s deffo in my theme dir somewhere, using default theme all works fine. Tried default CSS but it’s still broken…. trial and error i guess.
…as a follow-up
Well, to try and get to the bottom of this I did a full, clean reinstall of WP and all the plugins. It’s still happening. THickbox is showing a stupid thumbnail nav down the side. Other thing i tried was installing shaddowbox-js plug-in to see if it would override it. It worked fine in a similar blog but not this, doesn’t work at all even if i set ‘effects’ to none.
So, this tells me that the culprit lies somewhere in my theme dir. But I have no idea where?!? I have knocked off any ngg. styles i had in my style.css and made sure everything else was pretty basic. I guess i should try default theme and see what happens next….
Forum: Fixing WordPress
In reply to: Permalinks break styles……Thisnk i’m gonna deffo move the dir’s into the theme folder. Thanks for the help.
Forum: Fixing WordPress
In reply to: Edit page without publishing it?You can also set the page to ‘private’ on the Publish Panel on right of the page edit
Forum: Fixing WordPress
In reply to: Permalinks break styles……actually, one problem i thought about. I have a local version of the site that i use for dev before it goes live, this is gonna mess that up.
Forum: Fixing WordPress
In reply to: Permalinks break styles……ok, i’ll give that a shot, and hey, thanks for the reply!
Forum: Fixing WordPress
In reply to: Permalinks break styles……Can anyone help??
seems every post i make in here never gets an answer, is there a better forum for WP related issues?Forum: Fixing WordPress
In reply to: Permalinks break styles……wups, WP2.7 btw
Forum: Fixing WordPress
In reply to: url showing blank pageI’ll also like to add to this thread.
I had the same issue after moving 2.7 from local install to web server.
Checked all urls in the database and all were fine, as was wp-config.
I then tried renaming the plugins folder and viola! Blog back up. I then went about creating a new plugins dir and adding plugins one by one. The culprit, for me, was ‘breadcrumb-navxt’. If that was added i got blank page once again. No idea why though….
Hope this helps someone.
Forum: Fixing WordPress
In reply to: More tag ignored on home pagegood grief, for the LIFE of me i cannot get this to work!
creating a new page, using a custom templte like this:
<?php /* Template Name: allowcomments-template */ ?> <?php get_header(); ?> <div id="wordpress-content"> <h2><?php the_title(); ?></h2> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <?php global $more; $more = 0; ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <?php comments_template(); ?> </div> </div> <?php endwhile; endif; ?> <br clear="all" /> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </div> <?php //get_sidebar(); ?> <?php get_footer(); ?>
and it doesn’t work.
It DOES work on the default index page if i place a long post. but not if i add
<!--more-->
to a Page.Any help appreciated!!
Forum: Fixing WordPress
In reply to: More tag not workingI can’t get it to work at all, using default template but with my wn header/footer etc
Forum: Fixing WordPress
In reply to: Unwanted <p> tags added to pagesLuap777
THANKS!
that stupid <p> tag at the beginning of every post was driving me nuts!!!Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Patch for single thumbnail supportOK just used max-height; in css…works fine kewl
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Patch for single thumbnail supportIf there’s anyway I can set width-height max that would be great!