fstoffel
Forum Replies Created
-
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Broken with 3.1.*Hi, I’ve just updated my wp installation and the plugin works as before. Do you get any error messages?
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Line 68Hi,
I’ve just checked by inbox, there is no email from you (or an email containing an po/mo file as attachment). Can you try to send the mail again please?
PS: sorry for the long delay
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Line 68Hi,
just send the file to fstoffel AT gmail.com – and thank you for your efforts!
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Line 68Hi,
you only have to specify the “user:pass” stuff when you use http authentication (a password with username). Try to set the url to
https://localhost/temp/wordpress/gallery3/index.php/rest/
. Don’t miss the trailing slash!Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] remote gallery?In principle the api should have no problem with remote access, since on the protocol layer, the api requests look like ordinary browser requests.
Are you sure you have configured g3client correctly? Currently, the settings are not sanitized. Make sure the rest api url ends with ‘/index.php/rest/’ (without the quotes BUT with the trailing slash), and the api key is valid. The connection itself will be checked whenever you hit the save button in g3client’s settings interface. If you don’t see an error message on top, the gallery3 is reachablem, at least for one simple request.
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Preserve Custom CSS on UpgradeKeep your money — or invest it in a beer for you ??
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Preserve Custom CSS on UpgradeHmm, interesting – the feature is implemented exactly as you describe it. In the current version distributed by the WP servers you will have only one css file included. Can you try to download the 0.1.5 zip file again?
Just enable the new ‘lightbox compatibility mode’ to fix this problem.
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Preserve Custom CSS on UpgradeHi, thanks for your suggestions!
I’ve just uploaded version 0.1.5, which includesa user stylesheet option. It points to a css file in the current theme’s stylesheet directory. This css won’t be lost when upgrading G3Client and you can use the integrated theme editor to edit the file.
I’m searching for a more convenient solution to provide user css data in the future.Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Images Show but Builds Broken URLsShould be fixed. I just used the wrong function to generate the urls, nothing wrong with php 5.2 (as far as I know).
Forum: Plugins
In reply to: [G3Client] [Plugin: G3Client] Images Show but Builds Broken URLsThanks for the report, I’ll have a look at the url problem.