jaapjaapie
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Uncaught Type ErrorFastest service ever, fixed the problem, my hero!!
Thanks you very much!
Forum: Plugins
In reply to: [Delightful Downloads] Download won't completeAnyone?
Forum: Plugins
In reply to: [WP Store Locator] Mutiple API'sHmm, strange, because the code to let Delightful downloads work correctly stops the store locator from working.
If you want i can give you access to my wp-admin, it is on a test server!
Can i send you a private message with the info?
Forum: Plugins
In reply to: [WP Store Locator] Mutiple API'sI did some experimenting, found out that if i delete the code i added tot Delightfull downloads, the store locator works, but stil gives the same error as i described in the first post. So guessing that isn’t the real problem.
Now i found he comes with another error if i put the code back to delightful downloads.
Uncaught ReferenceError: add_filter is not defined
custom_js.js?ver=1462200057:11
(anonymous function) @ custom_js.js?ver=1462200057:11j
@ jquery.js?ver=1.11.3:2k.fireWith
@ jquery.js?ver=1.11.3:2m.extend.ready
@ jquery.js?ver=1.11.3:2J
@ jquery.js?ver=1.11.3:2
My knowledge of programming is to low, to even understand what could be the problem! i really appreciate your help.
Forum: Plugins
In reply to: [WP Store Locator] Mutiple API'sHi Tijmen,
Thanks for your fast response and feedback.
It only happens on the front-end indeed.
Could you give me an example how to use the code? i’m really a noob when it comes to hard coding.
Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Mutiple API'sMy Delightful downloads plugin didn’t work correctly, so from the support i got a line of code which resolve my problem with Delightful downloads.
But that line of code is also creating the problem with store locator, if i remove this line of code, the store locator works perfectly but my downloads plugin not.
This is the code i added:
function dedo_custom_ddownload_supports( $args ) {
return array( ‘title’, ‘editor’ );
}
add_filter( ‘dedo_ddownload_supports’, ‘dedo_custom_ddownload_supports’ );