Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Mike Auteri

    (@mauteri)

    Hi, so sorry you are experiencing issues with the plugin. I updated the lightbox to one that I felt displayed Facebook gallery data a bit better, but it seems to be messing up with some markup that’s in your gallery. Could you send me the Facebook page and album you are importing so I can take a look at what’s coming back from Facebook that is breaking it? You can also revert back to the last version of the plugin (0.3.4) here:

    https://downloads.wordpress.org/plugin/fb-photo-sync.0.3.4.zip

    Thanks for reporting and I’ll work to get this fixed for you once you send me the Facebook page and album so I can see what’s going on.

    Thread Starter rohit.myMO

    (@rohitmymo)

    Hi thanks for quick response
    The page in question is https://www.facebook.com/tirthanjaliacademy
    Page id : 628442827194184
    Album : https://www.facebook.com/media/set/?set=a.847061028665695.1073741843.628442827194184&type=3

    All previous albums connected through plugin are also non functional now.

    Plugin Author Mike Auteri

    (@mauteri)

    Very weird issue. It actually works fine for me with both serving the images via Facebook and importing the images to WordPress.

    Try these things, and hopefully one of these work:
    1. Delete the album in WordPress (Settings -> FB Photo Sync -> Albums) and re-import it.
    2. Clear your browser cache, and if you have caching on WordPress, (like WP Super Cache) clear that as well.

    After you do these, try reloading the page. If neither of these work and it’s still broken, let me know.

    Thanks!

    Thread Starter rohit.myMO

    (@rohitmymo)

    Hi,
    Step # 1 – no success
    Step # 2 – I donot have any caching plugin installed. I also tried clearing cache and accessing site from different computers and networks to remove local issue if any. Still no success.

    Please advice.

    Plugin Author Mike Auteri

    (@mauteri)

    Okay, couple others things to test and report on:
    1.) if you add a different album to a post/page does that render correctly?
    2.) if you change your theme to a different theme does it render correctly?
    3.) can you take a screenshot of the raw text of the page with the album shortcode?
    4.) disable your other plugins other than Fb photo sync and and refresh to see if it it’s a conflict with another plugin’s code.

    Hard to diagnos without admin access. Would you be against giving me a temporary admin account to investigate? You can shoot me a message at mikeauteri.com at my contact form to bring this conversation to email.

    Plugin Author Mike Auteri

    (@mauteri)

    Ok, I think I found the issue.

    Your jQuery Colorbox plugin automatically manipulates any image on the page, including the images in my plugin, which use a different lightbox. If you disable that plugin on your site, everything should be fine. Let me know if that works. Thanks!

    Thread Starter rohit.myMO

    (@rohitmymo)

    Dear,
    I had deactivated colorbox plugin however the issue still there.

    Plugin Author Mike Auteri

    (@mauteri)

    Oh okay. If you want to shoot me an email at http://www.mikeauteri.com/contact/ and then set me up with a temporary admin account I will be more than happy to do a more thorough debugging of the issue on your site. But this is about as far as I can debug from the outside looking in.

    Thread Starter rohit.myMO

    (@rohitmymo)

    Dear,
    I have never seen such a prompt response from any plugin developer. Kudos to you man.
    Now with the solution,
    I got back to previous version of plugin 0.3.4
    The gallery showed in grid however fancybox used in your plugin didn’t work and gave “uncaught typeerror cannot read property ‘msie’ of undefined”
    So I had put a patch in this file : fb-photo-sync/fancybox/jquery.fancybox-1.3.4.pack.js

    Patch :
    jQuery.browser={};(function(){jQuery.browser.msie=false;
    jQuery.browser.version=0;if(navigator.userAgent.match(/MSIE ([0-9]+)\./)){
    jQuery.browser.msie=true;jQuery.browser.version=RegExp.$1;}})();

    Every thing works now.

    Plugin Author Mike Auteri

    (@mauteri)

    I’m glad you got everything working! Sorry you had to use an older version of the plugin. Hopefully I can figure out what went wrong in the future and you can use a newer version.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Album not showing after updating plugin’ is closed to new replies.