Viewing 15 replies - 16 through 30 (of 51 total)
  • Thread Starter zanchit

    (@zanchit)

    Hi Tizz
    Yes I have clicked on the images and that works fine. I suspect I am trying to make it too complicated. I did, before upgrading NextGen, have a line of code that enlarged the images just a few pixels on hover but I lost that on upgrading.
    any bright ideas?

    @tizz

    No – the difference is: “ngg-gallery-thumbnail-box” and “z-index: 10000; position: relative;”

    @zanchit
    I see it works ??
    I would prefer this code and everything looks good:

    .ngg-galleryoverview {
    overflow:visible!important;
    }

    .ngg-gallery-thumbnail-box {
    -moz-transition:-moz-transform 0.1s ease-in;
    -webkit-transition:-webkit-transform 0.1s ease-in;
    -o-transition:-o-transform 0.1s ease-in;
    }
    .ngg-gallery-thumbnail-box:hover {
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    -o-transform:scale(1.5);
    z-index:10000;position:relative;
    }

    @w.bear you’re absolutely right, I saw it after a minute.

    Thread Starter zanchit

    (@zanchit)

    THAT’S BRILLIANT! Thanks w.bear. And Tizz. You are both geniuses/genii!

    now the only problem is that where the nextgen thumbnails have cropped the image this remains cropped in the enlargement which matters only in a few pictures. do you think that it the average punter would realise that if they click on the image they will get the full-size one?

    I could put a line of text at the top of each gallery indicating to click on an image to get full size, I suppose…..??

    What do you reckon? Or would I be better to just enlarge the images a smaller amount?

    Advice very much appreciated.

    Thread Starter zanchit

    (@zanchit)

    One other question (inches away from a clean get-away!). How do I remove/disable the slideshow option on each gallery?

    hmm – you can edit the thumb under “Manage Galleries”. There you can crop the right part of the image.

    Otherwise you can e.g. change the zoom factor to 1.3 or so. Even a hint text would not be wrong.

    Slideshow: Gallery Settings -> NextGEN Basic Thumbnails -> Show Slideshow link

    Thread Starter zanchit

    (@zanchit)

    OMG. You are nothing short of my hero! Thank you so much.
    have added a bit of text on the adult portrait page. do you think that looks ok?

    In my opinion that looks now very professional. The pictures are also very cool. ??

    Thread Starter zanchit

    (@zanchit)

    thank you thank you thank you
    I am one very happy bunny.

    In my opinion that looks now very professional. The pictures are also very cool. ??

    For me too.

    Thread Starter zanchit

    (@zanchit)

    thank you both so much

    Plugin Contributor photocrati

    (@photocrati)

    @tizz and @w.bear: just want to offer a huge thanks for stepping in to help and offer solutions on this. Much appreciated.

    ok for ie we need to add the following:

    -ms-transition:-ms-transform 0.1s ease-in;

    and

    -ms-transform:scale(1.5);

    ??

    PS: unfortunately only transform currently does not work in all browsers

    Thread Starter zanchit

    (@zanchit)

    Thank you w.bear. I have added those two lines of code.

    OK. Next instalment now!

    Have just installed photoswipe and set it to run only on mobile devices. It works fine in that you can pick an image and then swipe through the images, but when i try to exit the slideshow/swipe by clicking the x, it goes back to the first image i clicked on ((full size), and then when i press on it again it goes back to the hovered enlarged image and it is then very hard to get back to the main gallery page as you first enter it (all images the same size)

    What I would like to do is press the x button and go back to the gallery page.

    Do you have any idea how I get around this? (should I be starting a new thread?)

Viewing 15 replies - 16 through 30 (of 51 total)
  • The topic ‘NextGen 2.0.11 – removing borders from thumbnails’ is closed to new replies.