Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author liechtenecker

    (@liechtenecker)

    Hello Chris

    Fancybox gets initiated in instapress.js in the plugin’s root folder (function initFancybox())

    Hope that’s what you’re searching for ??

    Thread Starter chrislowthian

    (@chrislowthian)

    Still not sure how to change the effects though?

    Is it this part that needs editing in some way?

    function initFancyBox()
    	{
    		if(jQuery.fancybox)
    		{
    			$('.instagram-image a[rel=instagram-images],.instapress-shortcode a[rel=instagram-sc-images]').fancybox();
    		}
    	}

    I have edited the following file: jquery.fancybox-1.3.4.js and changed the following values:
    titleShow : true,
    titlePosition : ‘inside’,
    transitionIn : ‘elastic’,
    transitionOut : ‘elastic’,

    But that has not made a difference.

    I have also read up on the Fancybox website but their examples are not like your coding.

    Plugin Author liechtenecker

    (@liechtenecker)

    Hi Chris,

    yes, that’s the part I meant.
    Can you please post your whole code for that part? That would be very helpful ??

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Instapress] Change Fancybox Effect?’ is closed to new replies.