Mike Auteri
Forum Replies Created
-
Forum: Plugins
In reply to: [FB Photo Sync] Error while updating to 0.5.6You must be using an older version of PHP (less than PHP 5.3). I just updated to 0.5.7 which will fix this for you.
Forum: Plugins
In reply to: [FB Photo Sync] Download Albums from a Public Page?You should be able to get any data from a public page by entering the ID in the text field under “Find Albums on a Public Page”. Does that now for you? Can you post the link to the public page?
Forum: Plugins
In reply to: [FB Photo Sync] Only importing one photo per albumCan you post a link for me to look at?
Forum: Plugins
In reply to: [FB Photo Sync] Automatic ( cronjob ) sync albumsHi spike.tickner,
No update on this yet. It is quite a large undertaking and unfortunately I have not had the time just yet to start building it. It will require implementing the PHP SDK rather than using just the JavaScript SDK (which the plugin uses currently) since the wp cron will need to happen behind the scenes. I will update this ticket once it is implemented.
Thanks,
MikeForum: Plugins
In reply to: [FB Photo Sync] No Option to Add AlbumHi taraloca,
Haven’t heard back from you so assuming this fixed your issue. If it did not, just let me know. Thanks.
Mike
Forum: Plugins
In reply to: [FB Photo Sync] No Option to Add AlbumHi taraloca,
Sorry you are having issues. Below the login button there’s a text box to find albums from a page or a button to show your personal albums. If neither of those are appearing, you may have a JavaScript error on your page. Change the browser console and see if you see any errors that are coming from any particular plugin you have installed. I would then disable that plugin and try again. If you aren’t sure how to look at the browser console, disable other plugins one-by-one until it works. Hope that helps!
Mike
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeHi Paaacman,
I haven’t heard back from you so I’m going to go ahead and close this ticket. Let me know if you’re still experiencing issues or if my suggestions fixed it for you.
Mike
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromePaaacman,
I sent you an email that I was successfully able to import your album without issue, so I don’t think there is anything wrong with the plugin itself. Some things to try. First, try disabling all other plugins on your site, especially other Facebook plugins. The issue could be that another plugin you have on your site is conflicting with my plugin. If that doesn’t work, you can also try changing your theme to another theme temporarily (like twentyfifteen) to see if the issue is with something in your theme. Hopefully one of those options leads to the issue you are experiencing.
Mike
Forum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeTry unchecking the “Import images to WordPress media library?” before you import and let me know if that works.
Also, send me the Facebook page and name of album you are trying to import so I can try it myself.
Lastly, tell me if you see any JavaScript errors in the console and what they are.
Thanks,
MikeForum: Plugins
In reply to: [FB Photo Sync] Unable to make the Modal for each of the photoHi Sorry, you are having issues.
The problem you are experiencing is that your theme is loading a very old version of jQuery (1.3.2 which was released back in 2009). That version of jQuery is not compatible with the lightGallery modal plugin I use in my plugin. You will need to use a more recent version of jQuery to get this to work properly. Hope that helps and let me know if you have any other questions.
Take care,
MikeForum: Plugins
In reply to: [FB Photo Sync] FB App not working with ChromeHi, sorry you are having issues. The FB updates to their API have been very challenging to maintain an easy application like this one was.
Under the “Remove App” You also need to click “Log In” and accept your FB App. If you did that and are still having issues, let me know.
Thanks!
MikeForum: Plugins
In reply to: [FB Photo Sync] gray blocks thumbMarking as resolved. Let me know if there’s anything else.
Forum: Plugins
In reply to: [FB Photo Sync] Displaying photos descendingI that case I would advise using the plugin to pull in the image content, and using a different, more general gallery plugin to display it on the page so you can edit descriptions and what not.
Forum: Plugins
In reply to: [FB Photo Sync] gray blocks thumbYeah, there’s something on your page that is breaking all the JavaScript. Including the JavaScript that powers my plugin. You’ll need to look through your theme or plugins for what is breaking it. Once you figure it out, you can remove the lazy_load=”false”.
Forum: Plugins
In reply to: [FB Photo Sync] gray blocks thumbSomething on your page is causing an error. You might want to disable plugins one by one to find out which of your plugins is not behaving nicely. The reason for the gray boxes is because the images in my plugin by default use lazy load. If you want to have all images appear on render, just add lazy_load=”false” to the shortcode. However, this could cause performance issues with large galleries.