Hey lamecasper,
There isn’t a lightbox included in the plugin but I’ll see whether this is something we can add in a future update. You can remove all of the links from the photos by just adding the following jQuery to your theme:
jQuery( document ).ready(function( $ ) {
$('#sbi_images a').removeAttr('href');
});
We’ll be adding a ‘Custom JavaScript’ section in the next update which will allow you to add jQuery/JavaScript snippets like the one above directly to the plugin.
John
hi where do i need to place the jQuery code?
Hey guys,
I’ve just released an update to the plugin (v1.2) which contains a ‘Custom JavaScript’ section on the plugin’s ‘Customize’ page. If you update to the latest version then you can copy and paste the jQuery code above into that Custom JavaScript section.
We also just launched a Pro version of the plugin which adds the ability to view your photos directly on your site in a pop-up lightbox. For one week only you can get a 50% discount by using the coupon code launchparty.
John
hi John,
i updated the plugin and added the code but its still clickable.
http://bit.ly/Y16npP
Hey rd297,
The images don’t link anymore for me when viewing your site. To remove the clicking cursor when you’re hovering over them you can just add the following CSS to the plugin’s Custom CSS section:
#sbi_images a{ cursor: default; }
Let me know whether that works for you,
John
Hi John,
they are still clickable with that CSS code.
I bought the instagram pro but i’m getting a fatal error.
i send a message via the support page on your website i hope i can get a reply asap.
RESOLVED! thanks John!
Hey Ro,
I just replied to your support email. Let me know whether it solves the problem for you.
John