Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Your WordPress
    In reply to: My photolog evolves

    I too am starting a photolog and was looking for a way to thumbnail… can’t wait for the code!

    Forum: Plugins
    In reply to: Lazy Gallery Problem
    Thread Starter pixelled

    (@pixelled)

    oh wow.. this is embarassing… forgot the end quote mark =/ thanks for all your help!

    also, is there a way to make customized thumbnail for the images?

    Forum: Plugins
    In reply to: Lazy Gallery Problem
    Thread Starter pixelled

    (@pixelled)

    yup, I changed it to /photo I think which is suppose to lead to fallen.pixelled.com/photo where I have my photos?

    Forum: Plugins
    In reply to: Lazy Gallery Problem
    Thread Starter pixelled

    (@pixelled)

    I didn’t change anything in the lazy-index.php.. i only configured the part where it says to configure which was the lazy-gallery.php but here is the code for the index one

    <?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>
    <?php get_header(); ?>
    <link href=”/wp-content/plugins/lazy-gallery/lazy-style.css” rel=”stylesheet” type=”text/css”>
    <?php if ($gallery_sidebar == ‘left’) get_sidebar(); ?>
    <div id=”content” class=”narrowcolumn”>
    <div id=”gallery”> <br/>
    <br/>
    <?php showGallery();?>
    </div>
    </div>
    <?php if ($gallery_sidebar == ‘right’) get_sidebar(); ?>
    <?php get_footer(); ?>

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