shulard
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mautic] Visits not getting trackedHello,
Have you configured the CORS settings in your Mautic instance ?
https://mautic.com/help/getting-started-mautic-cloud/#5In your browser development tools, can you check Mautic tracker requests in the “Network” panel ? Are they blocked ?
Forum: Plugins
In reply to: [Polylang] Is there a way to control user access on each language ?Hello,
Thank your for your answer, I’ll take a look deeper in the extension code to check what’s possible in my case ??
As I said on Github, this issue is now fixed.
The v2.0.4 is now published, it must fix the document.write error.
It seems to be related to the form generator script, I reproduce the issue now it’ll be fixed in 10 minutes in 2.0.4
Hello @mortenmatras,
I though the issue was due to the Content Security Policy configuration. You can take a look here, very useful to control who can interact with your webpage : https://content-security-policy.com/
After some research, it seems related to an invalid document.write call.
@vesperknight, have you more details about the error (stack trace for example) ? Which Mautic script cause the error ?
Can you give us an URL to check ?
Hello,
It seems to be related with content security policy, what are the headers returned by your server ?
Maybe you’ll need to authorize the script which are coming from mautic to interact with your document…
Forum: Reviews
In reply to: [WP Mautic] Great Integration, but need some updates!Hello !
We’ve just released a new version, take a look and give us feedback on what is missing ??
Forum: Plugins
In reply to: [WP Mautic] How to display a shorcode in form success message?Hello !
We just released a new plugin version, please take a look ??
It’s not directly related to your question here. Since the solution has been given, I mark this thread as resolved. If you have further questions, please open an issue on Github or ask directly on the slack community !
Hello,
Can you check that everything is fine with the CORS updated and the latest plugin release ?
Forum: Plugins
In reply to: [WP Mautic] Form Cannot Be GeneratedHello,
It should be resolved with the latest release (v2.0.2).
Forum: Plugins
In reply to: [WP Mautic] Any way to stay on WP site after form submit?Hello !
Can you check with the latest release (v2.0.2) we have made a lot of changes since your question.
Forum: Plugins
In reply to: [WP Mautic] Activating plugin suddenly activates PHP error displayHello,
This is fixed in the latest plugin release (2.0.2) we have introduce quality insurance on the codebase.
Forum: Plugins
In reply to: [WP Mautic] No longer workingHello,
You can download the latest release on www.remarpro.com : 2.0.2
This latest release includes all the necessary features to work with Mautic 2.0.
Forum: Plugins
In reply to: [WP Mautic] How to display a shorcode in form success message?Hello @pracko,
Is the shortcode added in Mautic form definition or inside WordPress code ?
A shortcode must be interpreted with the
do_shortcode
function to be rendered properly on the page, if you add it inside you form success message without applying this function it’ll be displayed as plain text.Actually, there isn’t any action trigger by the mautic plugin when a form is submitted (this a nice feature idea, I’ll add it to our roadmap :)) so you must interpret the shortcode yourself.
If you post some code using gist.github.com or a service like that, I can guide you more easily through your code.
Stéphane