Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author tkrammer

    (@tkrammer)

    Hi,

    sounds like there’s a conflict between your theme’s fancybox and instapress… Do you know if there is a Javascript-Error? Which browser do you use?
    Hope we can resolve this problem!

    Plugin Author tkrammer

    (@tkrammer)

    Which theme are you using? Are you using a fancybox plugin or is FancyBox integrated in your theme?
    Thanks!

    Thread Starter joelbechtolt

    (@joelbechtolt)

    Thanks for the quick reply. I am using a theme called “Sabuy” and it has fancybox integrated into it. The bummer thing is that with Instapress installed and activated, not only does fancybox not work with the instapress widget, but it also kills the fancybox functionality throughout the rest of the site. Deactivating instapress restores the fancybox effect throughout the site. This is too bad because instapress is the best instagram plugin!

    Plugin Author tkrammer

    (@tkrammer)

    Hi,
    are you comfortable with php and/or wordpress development? If not, I’ll get in contact with your theme’s developers to fix that issue.
    Just let me know, thanks!

    Thread Starter joelbechtolt

    (@joelbechtolt)

    Thanks a lot for getting back to me. I am comfortable with editing PHP and CSS and with WordPress structure to the extent that I can follow directions!

    I can change or add to any element of my theme or plug ins using Coda.

    Plugin Author tkrammer

    (@tkrammer)

    Hi,
    great, so could you look for “jquery.fancybox-1.3.0.js” somewhere in the code of your theme and just paste the search result here? Thanks.

    Plugin Author tkrammer

    (@tkrammer)

    Hi Joel,

    the latest version (1.2) of Instapress now includes the option to disable automatic integration of fancybox, this should fix your problem. Otherwise just let me know, thanks!

    I have a similar problem, although, I believe I am using a different plugin to view my photos. It came with the theme. I believe it is “Pretty Photo”. My theme is Atlantica and my site is here: https://www.bigtreebonsai.com/

    Is there a way I can find some part of either code and manipulate it, so both j query plug-ins work?

    Experiencing the same problem, I’m using the theme Accumulo which uses JQuery-tools. I’m guessing there’s some sort of conflict between Fancybox and JQuery-tools, but I have no idea as to how to find it or fix it.

    Any help would be greatly appreciated ??

    My fancybox effect dosent work, it dosent apply the fancy box just links to the image.
    I’ve tried do disable alla other plugins that mange fancyboxes. And even do a fresh installation of wordpress with just the instapress pluggin.

    My url: Shagbagboy.com

    My problem seems to be that ive changed the root directory of the site, so that the plugin cant locate the fancybox js files

    Any sugests?

    Hi There;

    FancyBox is not working with instapress with w3 total cache turned on. If I turn w3 total cache off it works fine.

    https://www.bookofpete.com/my-latest-instagram-pics/

    With w3 total cahce turned on it appears as if it’s trying to load the fancybox script before it has loaded jQuery. There are javaScript errors.

    Hope this helps.

    Hi all

    I’m having the same problem with Fancybox. For some reason, I just can’t get it to work. I’m curious as to how the fancybox plugin is applied to the image links in the first place?I’ve tried to manually apply the Fancybox code to my links with this script, but it still wouldn’t work:

    $(document).ready(function() {
    $(“.instapress-shortcode a”).fancybox({
    ‘transitionIn’ : ‘elastic’,
    ‘transitionOut’ : ‘elastic’,
    ‘speedIn’ : 600,
    ‘speedOut’ : 200,
    ‘overlayShow’ : false
    });
    });

    I am applying Instapress using the shortcode, if that’s anything to go by? Would really appreciate any help. Here is my URL:

    https://cozzabags.com

    Thanks!

    I solved my fancybox problem, by rebuild my theme. I dont know why, but when i changed theme to the wp default theme the fancybox started to work??? So i based my new theme on a default wp theme.

    Maybe this will help someone ??

    I am having a similar issue and am waiting for a response from the original theme dev. I have gone so far as to dig into the the instapress theme files and then wp_deregister the js thats loaded into the them via the plug hooks and load them in the proper order. I am still getting errors and being taken to the image file only.

    Any clues on where to look?

    c.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Plugin: Instapress] Fancybox effect not working’ is closed to new replies.