Viewing 10 replies - 1 through 10 (of 10 total)
  • Sending and success message works here: http://i.imgur.com/SyxrbYO.png

    Can you give a more specific testcase where it does not work?

    Thread Starter VogtJohannes

    (@vogtjohannes)

    hey,

    ok cool. at least something. 😉

    I tried it on a macbook pro with OS X 10.10.4 and Safari 8.0.7

    And thx for the fast support by the way.

    Your Form works fine with latest Firefox and Chrome on Win32. Can’t test on Apple.

    Did you try with latest OS.X and Safari versions as well?

    Thread Starter VogtJohannes

    (@vogtjohannes)

    No. I will check this later. Also works not on iOS. But also not the newest version. I might check this as well again with the newest version.

    Take a look at “Console” in Web Inspector of Safari. Maybe you can see an error there after sending.

    Thread Starter VogtJohannes

    (@vogtjohannes)

    I didn’t check this yet, but tried on a PC with windows 7 and I get the same problem.

    Take a look at “Console” in Windows 7 browser as well, e.g. in IE 11 or Firefox..

    Thread Starter VogtJohannes

    (@vogtjohannes)

    I found this in the console:

    [Error] XMLHttpRequest cannot load http://subfish.at/unplugged2/wordpress/wordpress/wp-admin/admin-ajax.php. Origin http://www.unplugged-band.com is not allowed by Access-Control-Allow-Origin. (x4)

    Thread Starter VogtJohannes

    (@vogtjohannes)

    I just added this:

    add_action( 'init', 'allow_origin' );
    function allow_origin() {
        header("Access-Control-Allow-Origin: *");
    }

    in the ajax functions in wordpress. Now I don’t have any more errors in the console, but still get the same problem.

    Such a filter won’t work.

    It seems you are using the site which is installed at http://subfish.at/unplugged2/wordpress/wordpress/ via a mappped different domain http://www.unplugged-band.com/ which points to the same internal server folder.

    If you use the form via first URL, submit will work.

    If you want to use the form via second URL, you have to adjust all the paths in WordPress.

    One WordPress installation can’t work “under” two different Domains.

    You could use a plugin like “Duplicator” or similar to adjust all paths, but that’s a different topic.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘No success message, spinning arrows’ is closed to new replies.