Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jaapjaapie

    (@jaapjaapie)

    Fastest service ever, fixed the problem, my hero!!

    Thanks you very much!

    Thread Starter jaapjaapie

    (@jaapjaapie)

    Anyone?

    Thread Starter jaapjaapie

    (@jaapjaapie)

    Hmm, 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?

    Thread Starter jaapjaapie

    (@jaapjaapie)

    I 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.

    Thread Starter jaapjaapie

    (@jaapjaapie)

    Hi 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!

    Thread Starter jaapjaapie

    (@jaapjaapie)

    My 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’ );

Viewing 6 replies - 1 through 6 (of 6 total)