• Resolved wrightyrx7

    (@wrightyrx7)


    Hi there,

    I was wondering if it is possible to stop this plugin from stacking images?

    I have used

    jQuery('#sb_instagram a').removeAttr('href');

    so that the when the picture is clicked it does not take you to instagram. However, all the pictures are not displayed because some are stacked.

    Hope someone can help.

    Thanks in advance
    Chris

    • This topic was modified 6 years, 6 months ago by wrightyrx7.
    • This topic was modified 6 years, 6 months ago by wrightyrx7.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey Chris,

    I’m wondering if you mean that you don’t want to open a new browser tab when the person clicks and image. Does that sound right? If so, try this JavaScript instead:

    jQuery('#sb_instagram a').removeAttr('target');

    If that isn’t what you meant, would I be able to look at a feed firsthand on your site?

    Thanks,

    Craig

    Thread Starter wrightyrx7

    (@wrightyrx7)

    Hi Craig, thank you for your response.

    No this is not what i meant, sorry if i didnt explain properly.

    What i mean is on ‘Portfolio’ page some of the images have two little squares in the top right corner meaning there are other pitures relating to that picture. When you click it, it takes you to Instagram where you can swipe left and right to look at the other pictures.

    What i wanted is for all the pictures to be displayed on the portfolio page so that i can disable the feed taking you to instagram all together.

    So in short, show all the pictures on the feed and disable the redirect to instagram. Atm i have to leave the redirect on.

    I have put the site up now so you can see the portfolio – https://jkroofline.co.uk/portfolio/

    Thanks again, Chris

    • This reply was modified 6 years, 6 months ago by wrightyrx7.
    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey Chris,

    That makes sense. The ability to display all of your carousel post’s images on your site is something we have in our paid “Pro” version. It works similarly to how it works on Instagram where you can swipe left and right to see other images in the post.

    Otherwise there aren’t any settings in the free version to change this currently.

    Let me know if you have more questions!

    Thanks,

    Craig

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stop photos from stacking?’ is closed to new replies.