Hello,
The lightbox in this plugin makes the lightbox in Google Maps Widget not work.
https://www.dewittebeek.be
Any suggestions how I can resolve this conflict?
Thank you
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hi,
my installation was somehow generating overload in the server. Looking at the apache log I found several of these lines:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 131072 bytes)
in /…/wp-content/plugins/responsive-flickr-gallery/index.php on line 308
Increasing the php memory limit does not work, it will just reach the limit of the available memory.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>I’m getting the following error when using the Responsive Flickr Gallery.
RESPONSIVE FLICKR GALLERY ERROR - FAILED TO CONNECT TO API.FLICKR.COM PORT 443: CONNECTION REFUSED
Sometimes it works, sometimes it doesn’t.
Any advice?
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Is there a way that I can centre the thumbnails on my site??
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>this is still not working
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hi
I’m in the process of testing a new VPS before I migrate my WP installation. Therefore I’m testing the Responsive Flickr Gallery on a sub domain, strangely I’m unable to grant the installation access to Flickr account.
I’m using a new Flickr ‘app’ with unique API keys, but the only message i’m presented with is:
Oops! The API key or signature is invalid.
Steps taken so far:
* Uninstalled and re-installed the plugin
* ensured no trailing spaces on the keys
* ensured the call back URL is correct (https://subdomain.domain.co.uk/wp-admin)
* Asked the all knowing Google (turns out not so knowing)
I can also wget flickr from the VPS.
Any ideas?
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
I customized this plugin a bit. Feel free to use the following code…
1) If you need to have it worked wuth fancybox instead of colorbox:
[code]
line338:
if ($disable_slideshow) {
$class = '';
$rel = "rel='fancybox[{$id}]'";
$click_event = '';
[/code]
2) If you want to have the number of photos saved in a custom field on the page where you placed the shortcode
[code]
line536:
global $post;
if ( get_post_status( $post->ID ) ) {
update_post_meta( $post->ID, '_rfg_photos_count', $total_photos);
}
[/code]
3) If you want the coverphoto of the gallery stored in a custom field on the page where you placed the shortcode
[code]
*** haven't figured this one out completely, ideas are welcome! ?? ***
[/code]
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
I customized this plugin a bit. Feel free to use the following code…
1) If you need to have it worked wuth fancybox instead of colorbox:
[code]
line338:
if ($disable_slideshow) {
$class = '';
$rel = "rel='fancybox[{$id}]'";
$click_event = '';
[/code]
2) If you want to have the number of photos saved in a custom field on the page where you placed the shortcode
[code]
line536:
global $post;
if ( get_post_status( $post->ID ) ) {
update_post_meta( $post->ID, '_rfg_photos_count', $total_photos);
}
[/code]
3) If you want the coverphoto of the gallery stored in a custom field on the page where you placed the shortcode
[code]
*** haven't figured this one out completely, ideas are welcome! ?? ***
[/code]
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hi,
Lots of colorbox css and js script files are included in my gallery pages, while I’m NOT using the Colorbox option. Can this be avoided??
Would be great if there only included when needed. Otherwise can you provide the code to use “wp_deregister_style” in my functions.php?
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>First, i don’t want to upgrade my version because, 1.1.1 gives me exactly what i need^^ and all newer versions don’t.
But in the moment i only see this in my gallery:
https://taperapers.de/shop/kollektionen/
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>After the SSL Issues are fixed using the methods described here
A couple of days later, the correct group isn’t show up at all. Live example: https://neoballs.com/galleries/
I’ve changed nothing since it last worked, so I have no idea why it’s selecting some other group.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>For some reason the pagination does not actually navigate to specific pages. Any idea why this could be?
https://selinawdesign.com/wp/photo-gallery-test/
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>[Moderator Note: Please do not post in uppercase & shout at us. Post & topic title de-capped.]
i’ve configured my responsive flickr gallery but i obtained only this error “responsive flickr gallery error – ssl is required”.
any ideas? where is my error?
Thanks in advance
Andrea Montalti
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Trying to implement on this site: https://kulayoga.com.au/v2/
However when activated, the mobile version of the main menu (resize site if viewing on desktop) does not work, so it’s conflicting with Jquery for that.
Anyone have an idea how this might be addressed?
Thanks
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hi,
I need to move the wordpress installation to another site, I don’t have to backup all the database just parts of it, including the RFG galleries. I cannot find the RFG tables in mysql to export the data.
Could you please help?
many hanks
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Do not you change other plug-ins to cope and is adapted to processing when the “frob” parameter in the oauth callback when present but because it conflicts with other plug-in? (For example, use the admin_action)
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
I received a message from Flickr that Flickr API is going SSL. Apparentely I don’t need a new API key for this transition but do need to change the code where I call the Flickr API, so that I call it with the HTTPS protocol, instead of HTTP. I need to change it to this:
Where do I do this? On my site I only see a place to enter the API key.
Thanks
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hi,
is there a way to generate an URL of all the photos in a photo set? I had a request to have a button to download a bunch set of photos in a post.
Thanks
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>There are so many things doing it wrong since the last update, it would be much easier for me to downgrade solving all the problems.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
I’m using WordPress 3.8.3, Theme Twenty Ten and Responsive Flickr Gallery 1.2.1.
I’m trying to add a gallery, my gallery source is photoset, but in the select photoset list I don’t get all the sets I have on my Flickr account, many are simply missing.
How can I troubleshoot this issue?
Thanks,
Jerome.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Doesn’t work. WordPress 3.8.2 + plugin 1.2.1 do work but not the button to notify it in the WordPress plugin page / compatibility section.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
The produced html is not valid (see below), since inside the alt attribute of the image, there are a link and some style… How can I avoid that?
<img alt=”Daulute trio on stage @flickr” src=”https://farm8.static.flickr.com/7361/12832585625_1411860ca1_q.jpg” class=”rfg-img”>
Also the colorbox is not working, I get this error in my console: TypeError: a.browser is undefined
on line 4 of the file wp-content/plugins/responsive-flickr-gallery/colorbox/jquery.colorbox-min.js?ver=3.8
Thanks!
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Is there a way to have the option put in to remove the colorbox JS and load JS in the footer. I’m already loading it and this plugin is conflicting with my Gravity Forms plugin.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>This plugin has nothing to do in this wp.org repository as it is 100% commercial. The so called “free” version includes external ads inserted by the plugin author.
Please remove form here.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>I leave the public ID blank, but Google Adsense still appear in my gallery pages.
Is it a bug?
Here is my page:
https://fmstw.org/net/%E9%86%AB%E8%81%AF%E6%9C%83%E7%9B%B8%E7%89%87%E9%9B%86
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Using Multisite I tried to do a Network install which didn’t work and when I deactivated Network Install and tried to just activate the plugin on a single blog in my multisite system I got an error saying that the install could not proceed due to a fatal error.
Is this a known problem? Is there a solution.
FYI I have AFG installed as well but I want to try this because AFG has simply stopped working and support for that plugin seems to be spotty at best.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>I can only see one column picking 3 or another number.
I don’t have any cache plugin, but I try to clean local cache and still doesn’t work.
Please help!
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Hello,
I’ve installed this great plugin and I used it as administrator for testing. Then when my colleagues (authors or editors roles) have to use it, it doesn’t work. I had to promote them to administrator in order to have access to the plugin.
Any hint?
Thanks for the help
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Is it possible to integrate a feature updating playlists automatical with the next update?
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>Is it possible to resize the image boxes that show up on the website gallery? Otherwise many of them show up uneven.
https://www.ads-software.com/plugins/responsive-flickr-gallery/
]]>