Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • aronil

    (@aronil)

    ppearson

    thanks for the sharing that info. However for minee i had to remove the strong code. so in the end it looks like this.

    .linklove {
    width:410px;
    margin:0 auto 10px!important;
    padding:0!important;
    text-align:center!important;
    visibility: hidden;
    }

    Hope this helps others. But i would also encourage making a small donation to the author.

    Thanks alot your php code did the trick for me :). I was trying to put this up on a woothemes page template. and i applied it like so.

    <?php
    /*
    Template Name: News Page
    */
    ?>
    <?php get_header(); ?>

    <div id=”columns”>
    <div id=”centercol”>
    <div class=”box”>
    <div class=”top”></div>
    <div class=”spacer”>

    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post() ?>

    <div id=”post-<?php the_ID(); ?>” class=”post”>

    <h2>” rel=”bookmark” title=”<?php _e(‘Permanent Link to’,woothemes); ?> <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>

    <div class=”entry”>
    <?php if (is_page(‘news’)):
    query_posts(‘cat=25’);
    else :
    the_content(‘More »’);

    endif;
    ?> </div>

    </div>
    <!–/post–>

    Thanks again 🙂

    Hi there i’m using this too and i would think it’s because the theme has it’s own js which is causing the conflict. I tried it out with the wordpress default kubrick and it works fine.

    I have the same problem. Thankfully i tested it out on another blog first. Actually with the upgraded wordpress I’m liking the new adding images a lot better. You can edit immediately and even adjst the sizes, plus lightbox works fine for me.

    My only issue is that I STILL cannot do multiple images with wordpress. The keep saying there is a http error which crunching.

    But I can still use Flexible upload… just that the error coding is a bit of an eye sore.

    hey guys,

    I originally had that error when i upgraded using the auto upgrading plugin too. Whereby i only have “choose a file button”. Then later on I found out that all i needed to do was put the swfupload_f9.swf file in the wordpress-includes/js/swfupload folder.

    This helped in giving me the choose files option instead of just the usual one file upload. But also like you, now i have a new problem which is the “HTTP ERROR” while crunching. Seems to be a number of bugs on this. it’s great on one hnad the new multi upload but i still prefer the flexible upload plugin which gave more flexibility with the images.

    I also tried manual ftp upload, but still have issues with it the uploading of images. So for now I’m just forgetting it and using nextgengallery so far it seems to work well with wordpress 2.5

    Cheers ya’ll
    aronil

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