Creame
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] Conflict with the Popup Maker pluginHello, there is a problem with your pop-up.
There is a div that is not closed correctly and that is why the pop-up it’s “capturing” Joinchat’s button.
To fix it, just before the
</form>tag should be a</div>tag.Forum: Plugins
In reply to: [Joinchat] Google Analitycs events missingI can’t guarantee this but in our tests the events don’t seem to be sent twice.
Forum: Plugins
In reply to: [Joinchat] Google Analitycs events missingIndeed, if GA4 is configured as an extra destination in another Tag (Google Ads or other) the Joinchat script does not detect it.

For now, the solution is to explicitly add the GA4 property in your script. e.g.
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-999999999'); gtag('config', 'G-999999999'); // Add this line with your GA4 Measurement ID </script>Forum: Plugins
In reply to: [Joinchat] Google Analitycs events missingYes, it may be that in some cases GA4 loads differently and we are not detecting correctly.
We need more examples to study it. Can you share your site or sites urls with this problem?
Forum: Plugins
In reply to: [Joinchat] Typo in class-joinchat-woo-admin.php, lines 157-160Update ready!
Thanks for the report and apology for the inconvenience.
Forum: Plugins
In reply to: [Joinchat] Translation doesn’t work after update.It’s very crazy because the update from 5.0.12 to 5.0.13 only has a few CSS and SVG changes.
Forum: Plugins
In reply to: [Joinchat] Translation doesn’t work after update.Do you remember what the previous version of Joinchat was, before updating? Was it already Joinchat 5 or was it some version 4?
In the latest updates we have not changed anything regarding multi-language compatibility (except for the line breaks mentioned above).
You can dlownload old verisons of Joinchat from here.
We would also like to know more about this problem and try to solve it. If you wish you can contact us at pacotole[at]join[dot]chat
Forum: Plugins
In reply to: [Joinchat] Translation doesn’t work after update.Hello,
The problem is on “Call to Action” field or also affetcs other Joinchat fields?
In version 5.0.12 we added a filter to ensure that the line break format is
"\n".
The translation may have other line breaks ("\r\n") that cannot be seen with the naked eye and that is why it does not match.Have you tried deleting the translation and creating it again?
Forum: Plugins
In reply to: [Joinchat] JoinChat update broke my siteHi, try with the last version 5.0.13. We have found the problem: an unclosed SVG may be breaking the layout.
Forum: Plugins
In reply to: [Joinchat] JoinChat update broke my siteI repeat that we need some more information. What is the latest version of Joinchat that works well on your site?
Forum: Plugins
In reply to: [Joinchat] Google Analitycs events missingWe are investigating it, we think it may be due to some Javascript optimization plugin. Or due to some GA4 change that doesn’t appear config property in dataLayer.
@luisbetancourt if you can share some of affected urls to check them, we will thank you.
Forum: Plugins
In reply to: [Joinchat] Google Analitycs events missingHello, at Joinchat we haven’t changed anything about Google Analytics lately. Have you changed the way GA4 loads or added any javascript optimizers?
Hello, this is a Joinchat Premium issue and is fixed in version 5.0.10. You just need to update it.
Note: You don’t need Join.chat+, can safely deactivate and remove it.
Forum: Plugins
In reply to: [Joinchat] JoinChat update broke my siteHi, we need more info to fix it. Can you share a screen capture or copy and paste if shows some errors?
- This reply was modified 2 years, 6 months ago by Creame.
Forum: Plugins
In reply to: [Joinchat] Troubleshooting with jointchat button in mobile versionThe problem is for WPRocket optimization. You can view your site here without optimizations.