Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthornidave
    • CommentTimeJan 20th 2006
     
    Hi,
    I have customised the layrout and CSS to match my site but a strange thing is happening when cviewing the thumbs... the page lsiting is missing...
    [1]2 3 4 ยป etc.

    When i reload the defult index.php its all file. I have made some changes to gallery.php but again with the defult index.php everything is ok!

    Any ideas?
    • CommentAuthorddejong
    • CommentTimeJan 20th 2006
     
    Test with this code in gallery.css:

    .page_link {
    display:block;
    visibility: visible;
    position:absolute;
    left:5px;
    top: 5px;
    z-index: 1000;
    }

    If they're visible, you'll see them in the upper-left corner.

    If not, look for #pagination and .page_link, those will be the page link ID and classes you're looking for.

    Cheers,
    Derek
    • CommentAuthornidave
    • CommentTimeJan 20th 2006
     
    did that - didnt see anything nor when I changed the font colour. The strange thing is they seem to have disaperd altogether. I cant select any text with my mouse - but it works (with my css) with the defult index.php
    • CommentAuthornidave
    • CommentTimeJan 25th 2006
     
    Still not found an answer - can anyone help or give me a suggestion?
    • CommentAuthorddejong
    • CommentTimeJan 25th 2006
     
    If you email me off-list, I'm willing to help further.

    - Derek