Viewing 15 replies - 31 through 45 (of 78 total)
  • when i deleted that syntax (the sidebar), the sidebar accually disapeared. So its obviously a css problem. Now to find out what :/

    Does anyone know why the right sidebar is dropped below in IE, but perfect in FF? Surely someone can point us toward a fix?

    please. lol
    accually its dropped in both ff and IE for me

    anyone???

    I’ve figured out a fix on my site. I’m running a sidebar on the leftside. I pulled the get_sidebar call up from the bottom of sp_index to the top of the file… basically how the theme is designed.

    What I did to get the single image page to show up correctly is this: As I thought, it was a positioning problem. There is a ID called ‘single’ that has no positioning. I added a float:right to it and viola! everything is looking nice… even in IE ??

    here’s the line that I changed:

    #spg #single {
    float: right;
    padding:3px;
    border:1px solid #aaa;
    /*-moz-border-radius:5px;*/
    background:#ddd;

    If you’re having problems with the single image page, take a look at this line and play around with it… might work.

    userx: I think adding a float:left in the #single CSS entry is going to fix ya

    Hi- I follwed the tutorial and got everything working except for two things:

    1) No thumbnails are being generated, although the image they link to does show.

    2) When enabling mod rewrite the links don’t work. Should I append the contents of the supplied SPG htaccess to my wordpress htacess?

    Thanks in advance

    Flakkito: do you know if your server has GD or rather version 2.0 GD or higher? It might not be creating the thumbs becuase of that. I believe it will disable thumbs if it has GD 1.x

    Thanks for response rekkid ??

    Yes I believe I meet all the requirements, I have this in config file:

    $gd_version = "2.0.28";

    I also created the “cache” and “rcache” folders and chmod to 755.

    Figured out part of my problem:
    the cache and rcache folders need to be chmod 777. Thumbnails now showing.

    Can anyone help with the second problem:

    2) When enabling mod rewrite the links don’t work. Should I append the contents of the supplied SPG htaccess to my wordpress htacess?

    Thanks

    Okay I got it- my SPG gallery is in a subdomain which was why mod rewrite wasnt working.
    For any one else having this problem, add this to the htaccess thats in your wp-gal folder:

    RewriteEngine On
    RewriteBase /users/yourblog/wp-gal/

    This one is for the “no sidebar thigy” using kubrick-based-template ofcourse:
    er maybe you guys should change <div id=”content” class=”narrowcolumn”> to <div id=”content” class=”widecolumn”> that’ll make the content goes centered in the sp_index.php file. in case you couldn’t find it, it is right under <?php get_header(); ?> tag. it worked for me
    https://www.archiworks.net/v2/gallery/

    Great tutorial Thank you!!

    rekkid –

    thanks, but I already have a float:left in the #single CSS…and takeru’s suggestion didn’t work for me either…

    It must be the CSS for my modified greentree’s template….but I can’t figure it out for the life of me. It looks good (perfect) in Firefox, but Internet Explorer pushes the side bar down and under everything (single view, gallery, index).

    I’m still open for suggestions from more the knowledgeable … please.

    it actually works for me… I just tried deleting <?php get_sidebar(); ?> from sp_index.php and it does not show the sidebar

Viewing 15 replies - 31 through 45 (of 78 total)
  • The topic ‘Simple PHP Gallery & WordPress 1.5’ is closed to new replies.