I added code tags around the slickr-flickr command which fixed the issue of WordPress replacing the normal quotes around the parameters by smart/curly ones. This curly quotes caused the Flickr Feed problem
I found the solution (Double-Quote), solved it, it runs on my computer, bot on iPad and iPhone I still get only black squares!!
When I load this forum page on my iPhone, it works, when I use the syntax provided here within my post it works on my computer (MacBookPro) but not on iPad/iPhone.
What else could be wrong??
yes, as I mentioned before, your page runs on my iPhone. My page http://kds-photo.com/portfolio-item/testgallery/ (using your code) runs on my MacBookPro, but not on iPhone/iPad (all it shows is a black square). It doesn’t matter whether I include the code in a portfolio item, a page or just a blank page (no header/footer), it’s all the same.
That probably means the issue is specific to your site – and that means either a plugin conflict or perhaps a theme conflict.
Have you tried changing theme and seeing if that makes a difference?
Have you tried switching off all other plugins and seeing if it works?
If you would like, you can give me your WordPress admin login and I can investigate further. I will put the site back as it was before but will need to activate/deactivate plugins during testing. If you want me to do this send me login details to russell @ slickrflickr dot com and let me know a quiet time to run these tests.
I switched off all plugins (beside slickr-flickr) and changed the theme to the standard WordPress theme – and it worked on iPad/iPhone.
Then I switched back to the theme I’m using (Enfold) still with all but your plugin deactivated and it didn’t work on iPad/iPhone.
So, it is the theme, that one I know now for sure.
Unfortunately I don’t want to work with another theme, that means, I will have to look for another solution to show my Flickr images.
I really appreciate your quick response to my topic and thank you for that.
You can use Slickr Flickr with Enfold using type="gallery" and type ="slideshow"
Did you put galleria_options=”responsive:true” on the slickr-flickr command?
This post suggests that if you disable the Enfold lightbox then it will work. This is not exactly your problem but it is similar in that it works on large devices but not on small devices.
Hi Russell,
I have decided not to use slickr-flickr anymore, and I also cancel my Pro subscription.
To me it is way too complicated to deal with all the technical topics.
I know that gallery and slideshow are working with Enfold theme on small devices but I looked specifically for the galleria look and feel.
Since it is not working with my theme I will move on and look for something else.
Thank you very much again for all the information you provided to me.
All the best, Michael
If you would like to send through a ZIP file containing your Enfold theme then I can investigate why Enfold and Galleria are incompatible on mobile devices are maybe come up with a simple fix.
Michael Kanka says
Thank you very much for your reply.
I copied the code line above into my web page but it wouldn’t work. It generated on all devices the error:
Error fetching Flickr photos: A feed could not be found at http://api.flickr.com/services/feeds/photos_public.gne?lang=en-us&format=feed-rss_200&id=%E2%80%9D87057381@N00%E2%80%B3&per_page=50. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.
Russell says
I added code tags around the slickr-flickr command which fixed the issue of WordPress replacing the normal quotes around the parameters by smart/curly ones. This curly quotes caused the Flickr Feed problem
Michael Kanka says
I found the solution (Double-Quote), solved it, it runs on my computer, bot on iPad and iPhone I still get only black squares!!
When I load this forum page on my iPhone, it works, when I use the syntax provided here within my post it works on my computer (MacBookPro) but not on iPad/iPhone.
What else could be wrong??
Russell says
@Michael, This page runs fine for me on my iPhone. Can you see this page properly on your iPhone?
Michael Kanka says
yes, as I mentioned before, your page runs on my iPhone. My page http://kds-photo.com/portfolio-item/testgallery/ (using your code) runs on my MacBookPro, but not on iPhone/iPad (all it shows is a black square). It doesn’t matter whether I include the code in a portfolio item, a page or just a blank page (no header/footer), it’s all the same.
Russell says
That probably means the issue is specific to your site – and that means either a plugin conflict or perhaps a theme conflict.
Have you tried changing theme and seeing if that makes a difference?
Have you tried switching off all other plugins and seeing if it works?
If you would like, you can give me your WordPress admin login and I can investigate further. I will put the site back as it was before but will need to activate/deactivate plugins during testing. If you want me to do this send me login details to russell @ slickrflickr dot com and let me know a quiet time to run these tests.
Michael Kanka says
I switched off all plugins (beside slickr-flickr) and changed the theme to the standard WordPress theme – and it worked on iPad/iPhone.
Then I switched back to the theme I’m using (Enfold) still with all but your plugin deactivated and it didn’t work on iPad/iPhone.
So, it is the theme, that one I know now for sure.
Unfortunately I don’t want to work with another theme, that means, I will have to look for another solution to show my Flickr images.
I really appreciate your quick response to my topic and thank you for that.
Russell says
So Enfold and Galleria are not compatible.
You can use Slickr Flickr with Enfold using
type="gallery"
andtype ="slideshow"
Did you put galleria_options=”responsive:true” on the slickr-flickr command?
This post suggests that if you disable the Enfold lightbox then it will work. This is not exactly your problem but it is similar in that it works on large devices but not on small devices.
The possible source of the issue is this line
<script type="text/javascript" src="http://kds-photo.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=2"></script>
It would be possible to dequeue this script whenever the galleria is enqueued – the hook to use for this is wp_footer
Michael Kanka says
Hi Russell,
I have decided not to use slickr-flickr anymore, and I also cancel my Pro subscription.
To me it is way too complicated to deal with all the technical topics.
I know that gallery and slideshow are working with Enfold theme on small devices but I looked specifically for the galleria look and feel.
Since it is not working with my theme I will move on and look for something else.
Thank you very much again for all the information you provided to me.
All the best, Michael
Russell says
If you would like to send through a ZIP file containing your Enfold theme then I can investigate why Enfold and Galleria are incompatible on mobile devices are maybe come up with a simple fix.