Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter motobor

    (@motobor)

    I figured it out myself.
    Just added
    $(".gallery-to-slideshow > ul.slides > li a").removeAttr("href");
    to the page template where the gallery would be

    Plugin Author Matt

    (@sksmatt)

    Hi Motobor,

    You can remove the link either using the shortcode params [gallery link=""/] or by removing the link value of the $atts Array. You can do that hooking into the ‘mv_gallery_to_slideshow_attr’ filter.

    Kind Regards!

    CarolineElisa

    (@carolineelisa)

    Hi Matt,

    I’m afraid that [gallery link=""/] doesn’t remove the link for me. I also tried [gallery link=""].

    Thanks,
    Caroline Elisa

    Bob333

    (@bob333)

    How to add now picture attachment
    open the image on new page in post type
    like the old version under 1.4.0

    Thanks

    Plugin Author Matt

    (@sksmatt)

    Since 1.4.4.1 to remove the link on the thumbnails, you need to set the link attribute to “false”.

    Kind Regards!

    Hi sksmatt,
    can you please tell me what file I would make that edit to? thanks

    I added [gallery attachment="false"] to the post and it still links. I guess I’m not clear on what to do here to disable the links.

    offpeakdesign:

    In “gallery-to-slideshow.php” Line 201

    Change: ‘link’ => ”,
    To:
    ‘link’ => ‘false’,

    Worked for me anyway ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Gallery to Slideshow] how to remove slide attachment url’ is closed to new replies.