Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ryan Novotny

    (@ryannovotny)

    Hi,

    It looks like there is a issue with a plugin. If you check the javascript console you’ll see the error:

    Uncaught Error: Syntax error, unrecognized expression: a[href$=.mp3]

    Basically, WordPress 4.5 updated to a new version of jQuery that has a slightly more strict syntax for links, such as the above line of code; whatever that code appears needs to be changed to.

    a[href$=”.mp3″] which should fix the issue.

    I’m guessing it looks like some kind of music/mp3 plugin?

    There is some more information here: https://www.ads-software.com/support/topic/read-this-first-wordpress-45-master-list?replies=7&view=all#post-8271654

    [ Signature moderated ]

    Thread Starter rickpoet

    (@rickpoet)

    Hi,

    Thanks for the response. I did edit the code in that plugin, adding the quotes around .mp3…then deleted the cache, reload everything, and the form is still not redirecting me to the selected Thank You page when submitted.

    Any other thoughts?

    Thanks so much,

    Rick

    Plugin Author Ryan Novotny

    (@ryannovotny)

    Hi,

    Not sure if you did something to fix it but when I tested, I got redirected and got a e-mail confirmation (after a few minutes). Can you confirm there is still an issue?

    [ Signature moderated ]

    Thread Starter rickpoet

    (@rickpoet)

    Hi Ryan, Thanks for checking in again on this. I did get it to work…but I had to disable WP Super Cache. Are there any settings you’re aware of I can adjust either within WP SuperCache or your plugin so I can reenable WP Super Cache?

    Thanks again!

    Plugin Author fatcatapps

    (@fatcatapps)

    I would recommend trying other caching plugins such as W3 Total Cache or more specific caching plugins like EWWWW Image Optimizer for image loading speed optimization if that is something that would work for you.

    Hope this helps.

    Plugin Author fatcatapps

    (@fatcatapps)

    Hello There,

    We haven’t seen any activity on this thread for quote some time so we will close it. let us know if you still need any help with these or other issues.

    You can also contact us directly at fatcatapps.com/support, for a quicker response.

    Regards,
    Jeremy
    Fatcat Apps, Support Engineer

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Form does not redirect to chosen Thank You page after submit’ is closed to new replies.