Habe auch ein Problem mit dem Anzeigen der Objekte.
Wenn ich auf ein Objekt klicke, öffnet sich dieses in Immobilienscout24 und nicht auf meiner Webseite selber.
Des Weiteren sind keine Beschreibungstexte in der Listenansicht der Objekte.
Thread Starter
cgee
(@cgee)
I found a solution.
The script.js isn’t right.
/wp-content/plugins/contact-form-7/includes/js/script.js
before “$.fn.wpcf7InitForm = function()” you put this in this file.
// Firefox and Chrome Form Action Hotfix
$('.wpcf7-form').attr('action',window.location+'#'+$('.wpcf7-form').parent().attr('id'));