Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1081529

    hi,

    i have on one page two different mansory gallerys an i want to switch of the links for one of the Gallerys. The function in https://kriesi.at/support/topic/portfolio-masonry-remove-link/ work but for both gallerys on my page. it ist possible to catch the correct gallery with a section ID an not the page-id…?

    tips from you would be great. with kind regards

    #1081662

    Hey ollie08,

    Thank you for contacting us.

    Please use the section ID in which the masonry gallery is added in the line

    jQuery('#top.page-id-3351 a.av-masonry-entry').removeAttr('href');
    

    Best regards,
    Vinay

    #1081818

    Hi Vinay,

    Thank you for your fast answer.

    I’m not sure how i have to use the Section-id… the id is wertemasonry
    jQuery(‘#top.section-id-wertemasonry a.av-masonry-entry’).removeAttr(‘href’); is not working.

    Best regards,
    Oliver

    #1083247

    Hi Vinay,
    did you see my post above?
    Best regards,
    Oliver

    #1083384

    Hi,

    Sorry for the delay. Try to replace the line with the following.

    jQuery('#top #wertemasonry .av-masonry-entry').removeAttr('href');
    

    Don’t forget to remove the browser prior to checking the page.

    Best regards,
    Ismael

    #1083811

    hi Ismael,
    thanks for your reply i have added the Line. i didn’t realize that not the id of the gallery but the section has to be entered. now everything is good. exceptionally good support!

    Thank you very mutch

    Best regards,
    Oliver

    #1083890

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘two different mansory gallerys, switch off the link of one of the Gallerys’ is closed to new replies.