• Resolved yongchuen

    (@yongchuen)


    Please scroll till you see the gallery “AH HUA KELONG LALA (啦啦) CLAMS”

    After the update, my image can be clicked.. and diverted to a new page which I do not want it to happen. Previously before the update, this function could be disabled.

    Please help to remove this function.

    Next, the gap between the gallery and words all so much wider than the past. Is there any way to reduce it?

    Last the speed is now 30000 interval and Transition Speed is 300 (default), how do we know what does both mean and what is the range? The previous states only 1 or 2 speed and the more I increase the slower the gallery changes its photo.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @yongchuen,

    I would be happy to help.
    You can prevent the images from linking to the single image by adding the CSS rule from below to “Gallery -> Other Options -> Style”

    .ngg-gallery-slideshow-image a {
    pointer-events: none !important;
    }

    To reduce the spacing above and below the slideshow please use:

    .ngg-slideshow.slick-slider {
    margin: 20px auto 20px!important;
    }

    The current values for both the interval and transition’s speed are in milliseconds.
    The default value for the “Interval” is “3000” ms so it will change the image each 3 seconds with a transition speed of 0.3 sec.

    Greetings,
    Mihai

    Thread Starter yongchuen

    (@yongchuen)

    Hi Mihai

    Thank you so much for this!
    Meanwhile, is there any way to set the default to 0.2 seconds for all existing ones instead of doing 1 by 1?

    Plugin Contributor Imagely

    (@imagely)

    Hi @yongchuen,

    Sure, you can change that default globally from “Gallery -> Gallery Settings -> Basic Slideshow”

    Mihai

    Thread Starter yongchuen

    (@yongchuen)

    Last question, the space before and after each gallery is too wide compare to last time.

    Sample:

    https://tasteofeverything.asia/flavours-of-new-zealand-flown-all-the-way-to-the-fullerton-hotel-singapores-town-restaurant/

    Is there any way I can adjust it to be the same length as a single photo?

    Thread Starter yongchuen

    (@yongchuen)

    The

    .ngg-slideshow.slick-slider {
    margin: 20px auto 20px!important;
    }

    is not working

    Thread Starter yongchuen

    (@yongchuen)

    One more question,

    how do I auto update the rest of my next gallery albums which was created in the past?
    I just checked that it seems like I need to manually do it 1 by 1..

    Plugin Contributor Imagely

    (@imagely)

    Hi @yongchuen

    You are missing a space between “px” and “!”
    Try this:

    .ngg-slideshow.slick-slider {
    margin: 20px auto 20px !important;
    }

    Updating your albums
    Yes, indeed you might need to manually re-insert your albums.
    Could you please share the shortcode you are currently using?

    – Gaby

    Because it has been a month or more since your last reply, I am going to mark this as resolved as I assume you have found a solution. Please feel free to reply again if you still have questions.

    Thanks!

    – Gaby, Customer Support.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Gallery Diverted’ is closed to new replies.