Tagged: instagram, Instagram Feed, Lightbox, plugin, pretty photo, prettyphoto
Hi, I’m using a plugin called Simply Instagram.
It uses the old “pretty photo” lightbox.
The trouble is, Enfold comes with a better, more modern lightbox which I much prefer.
So the plugin interferes with the theme.
For example, if you click on one of the instagram photos in the footer of the website, 2 (!) light boxes open
How can I disable pretty photo please?
Hi Joseph!
Please note that this is outside our support scope but i think this could work, open /wp-content/plugins/simply-instagram/simply-instagram-widget.php and remove this (24-32):
<script type="text/javascript" charset="utf-8">
jQuery(document).ready(function(){
jQuery("a[rel^='sIntSelfFeed']").prettyPhoto({
autoplay_slideshow: <?php echo $instance[ 'auto_play' ];?>,
social_tools: false,
theme: '<?php echo $instance[ 'theme' ];?>',
});
});
</script>
If it doesn’t work please contact the plugin author:
https://wordpress.org/support/plugin/simply-instagram
Regards,
Josue
Hi Josue,
Thank you so so much for you help.
Unfortunately it didn’t work so I’ll get in touch with the Simply-Instagram plugin author.
But I really do appreciate you trying to help me.
It’s very kind of you. Thanks again.
Best wishes,
Joe