Compute
Forum Replies Created
-
Forum: Plugins
In reply to: [PCo Image Widget Field] not workHi and thanks for feedback!
Could you link a gist with your code and tell us what you’re trying to do?
Forum: Plugins
In reply to: [Polylang] Admin language as another pluginThats also what I ended up with. Thanks.
Forum: Plugins
In reply to: [SlickQuiz] Hooks/pull requestAnd I left an answer
https://github.com/jewlofthelotus/SlickQuiz-WordPress/pull/37Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Map subdomain to subdirectoryThanks for your quick answer.
Might just change it to subdirectories instead.
Are there any chance you could bump the “Compatible up to”? Everything seems to Work perfect, except for the escape notice..
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeI guess I need some more testing from here..
Thanks for your answer!Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeOh I just tested it Again home. Seems like its the late shutdown hook. I’m not getting the error anymore. But I have no idea if the purging is working either ??
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeVHP_VARNISH_IP will never be true if its not defined.
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeWell I think its more this line that conserns me:
if ( !defined( 'VHP_VARNISH_IP' ) && VHP_VARNISH_IP ) {
If its not defined and VHP_VARNISH_IP is true.
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeI did not set the VHP_VARNISH_IP anywhere.
Newest version of the plugin and PHP 5.2
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeUse of undefined constant VHP_VARNISH_IP - assumed 'VHP_VARNISH_IP' in ..../wp-content/plugins/varnish-http-purge/varnish-http-purge.php on line 119
Forum: Plugins
In reply to: [Proxy Cache Purge] VHP_VARNISH_IP NoticeTry check your error logs. I actually got the notice when I used a
die()
just before the wp_remote_request().Forum: Plugins
In reply to: [Popup | Custom Popup Builder] Add themesI’ve found the Wpp_Default_Popup_Theme and Wpp_Popup_Theme classes so I’m good to go. Thank you for this great plugin!
Forum: Plugins
In reply to: [Popup | Custom Popup Builder] Add themesThanks for your quick answer!
The Whole seems nice structured and it makes alot of sence about making your own theme.
What hook would I be needing to use if I want to add a theme to with my own plugin?
Forum: Plugins
In reply to: [Widget Image Field] Multiple ImagesYou could try the Pco image widget field instead. It can add multiple images and is using the new WordPress media lib instead of thickbox.
https://www.ads-software.com/plugins/pco-image-widget-field/Forum: Plugins
In reply to: [PCo Image Widget Field] broken !Sorry for the typo. It’s now fixed.
Thank you very much for your feedback!