Hi, I created a user_custom.css file in the plugin’s /css directory on v0.15. Then I upgraded to v0.20 and that file was removed. This seems to be the default behavior for WordPress upgrades… the entire plugin directory is removed and the plugin is then installed as new. I’m not sure how this plugin was designed to handle this differently and preserve the custom file, but its not working properly.
]]>@ knallen80 has posted this issue 2 years ago and didn’t get an answer.
A thorough explanation of what’s going on can be found here: https://stackoverflow.com/questions/6918623/curlopt-followlocation-cannot-be-activated
In some cases, placing safe_mode = off should be able to deal with this issue. Unfortunately, safe_mode is being phased off, and apparently PHP 5.4 users are already out of luck.
WP plugins should not use cURL at all. I know cURL is fantastic, but read this to understand better how WP’s own internal HTTP API should be used as a replacement for cURL: https://www.htmlcenter.com/blog/please-stop-using-curl-in-wordpress-plugins/
(I know, I know, I also have a few WP plugins of my own which use cURL because it’s so convenient… and no, they shouldn’t be using it).
]]>Hi,
I have made a number of fixes and enhancements to this plugin.
– fix performance issue with large (>50) albums
– update to latest fancybox
– enhancements to fancybox
– incorporated and adapted gallery3 picker plugin
– integrate [g3client] tags in editor to set alignment
– added new [g3client] options (singletitles, singlesize, children)
Please let me know how I can contribute this, instead of creating a new plugin!
cheers
Etienne
Hi
I have G3Client working and its great but I’d love to be albe to return photos from Gallery3 based on tags. I’ve tried looking through the documentation and code but can’t seem to see any way.
If I can’t do this I assume calling the Gallery3 database directly would be my only option?
Any assistance apprieciated.
thanks
]]>Getting an error :
Warning: method_exists() expects exactly 2 parameters, 1 given in /home/kiffb/public_html/wp-content/plugins/g3client/client.php on line 49
on each page with a G3 component
]]>Hello
I’m trying to connect to my G3 system using http authentication as in your FAQ but I get a 404 error when I save.
If I place this address into browser or wget, I get some kind of response, not a 404.
It should be found at https://username:[email protected]/index.php/rest
Thx
]]>Got a glimpse of it working, looks really good. But before I got it really working the “G3Client Settings” page became blank. Now whatever I do, (incl delete and re-install) the G3Client Settings-page is blank all the time. Using the short code I can get some pictures inmy posts but not quite the way I want yet.
Hope you can give me some hints for why the settings page doesn’t work anymore.
Thanks!
]]>Hello,
I would really like to have this feature request. A box where the user can put certain album numbers into it seperated by commas if he wants to include/exclude some albums from showing in the widget would just be great! ??
Thanks and cheers,
Martin
I got the following warning in my error.log – the plugin seems to work ok. But it is filling up my logfiles. Please take a look at it.
[Fri Feb 03 22:54:44 2012] [warn] [client 2a01:198:2b4::2] mod_fcgid: stderr: PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/clients/client1/web229/web/wp-content/plugins/g3client/client.php on line 72
]]>I have an issue with the random Photo widget.
Normally when clicking on the random thumbnail you’ll get redirected to the photo in Gallery3. In my cace you’ll only see the single photo in a blank screen.
see: https://www.vanduijvendijk.net
Any idea how to solve this?
Thanks in advance
Valentijn
When I activated the plugin this message came up:
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in my-domain/public_html/wp-content/plugins/g3client/client.php on line 72
I’m so bad in this such of things so I ask you if anyone knows what the problem is and how to fix it…
Please explain it like you would explain to an 3 old, so bad am I ??
Was working great, but now seems broken with 3.1.*.
]]>Hi!
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\TEMP\wordpress\wp-content\plugins\g3client\client.php on line 68
REST is enabled.
allow_guest_access is enabled too (changed value from 0 to 1)
As you see, I’m running WordPress and Gallery in a localhost to try it.
What to do next?
Thanks!
]]>Whenever I use a gallery rest url that isn’t on the same server the g3client gallery won’t load and neither will the g3client settings page. The actual gallery3 loads okay when I access its server directly and so does my wordpress installation.. is there something I have to enable for the rest api to work remotely?(Even though I kinda thought that was the point of rest).. or is it just too slow and timing out? (The settings page should at least load though so I can change the url without a database edit).
]]>I would like to customize the plugin CSS. Custom CSS would be overwritten upon upgrade, right? Is there a way to add a child stylesheet or another method of preserving custom CSS on upgrade? Thanks!
]]>I use the jQuery Colorbox plugin elsewhere on my site to display individual images in a lightbox. With the G3Client Use Lightbox
option enabled my individual images produce two lightboxes. With this option disabled no lightbox is produced.
Installed to test this out. Very cool and simple. Just what I was looking for.
While images are showing up on the main gallery page using [g3client]
, when I click onto individual images, the URLs are broken. I can’t get past the main gallery page. It’s building https://example.com/?item=12406 rather than https://example.com/pics?item=12406.