Viewing 4 replies - 1 through 4 (of 4 total)
  • You should go into your theme’s folder and look for the function that does the enqueue of this particular javascript file, and then wrap the wp_enqueue_script function with this:

    if($_GET['page'] != 'wysija_campaigns'){
    ... your wp_enqueue_script function...
    }

    Let us know if that does the trick, okay?!

    Thread Starter cmtusa

    (@cmtusa)

    Thanks. That’s a bit over my head ?? I’ll see if I can hire a developer to do it. Will let you know if it works.

    Ok let us know then!

    Thread Starter cmtusa

    (@cmtusa)

    It was a base64 encoding issue with = character.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘newsletter adding a 7 to end of URL’ is closed to new replies.