CHRS Interactive
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Exit Notifier] Php 8.4 requirement for version 2.0Hi @thomasjarvisdesign , I just released version 2.0.1 which lowers the minimum PHP requirement
to 8.2 for broader compatibility.Please let me know if you run into any other issue.
Forum: Plugins
In reply to: [Simple Exit Notifier] Pop not always initiated@mpurkaya76 I looks like you’re loading the content of the table with jQuery. I’m going to take a closer look, and get back to your shortly.
Forum: Plugins
In reply to: [Simple Exit Notifier] Popup is only working when logged in@glasoline , glad to hear. Feel free to reach out if anything else comes up.
Forum: Plugins
In reply to: [Simple Exit Notifier] Translate ExpressionHi @superbr
Thank you, I really appreciate it!
At the moment, the word “Visit” isn’t translatable through the plugin settings. That said, adding translation support is definitely on the roadmap for a future update.
If it’s something you need urgently, I can guide you through a quick code tweak to change the label manually in the meantime.
Feel free to reach out with any other questions!
Forum: Plugins
In reply to: [Simple Exit Notifier] Popup is only working when logged inHi @glasoline
Thanks for reaching out.
What you’re describing—where the popup shows when you’re logged in but not for other users—can sometimes happen due to a few common reasons. Here are a couple of things to try:
- Caching:
If you’re using a caching plugin or something like Cloudflare, the plugin’s JavaScript might not be loading properly for logged-out users. Try clearing your site and browser cache and see if that helps. - Conflicts with Other Plugins or the Theme:
Sometimes other plugins or even your active theme can interfere. If you’re comfortable doing so, try temporarily switching to a default theme like Twenty Twenty-Four and deactivating other plugins to see if it starts working. (I would recommend backing up your site, before taking this step. Or even better, test on a staging site, if possible) - JavaScript Errors:
Open the browser’s developer tools (F12 or right-click → Inspect → Console) while logged out and check for any errors. That might give a clue if something’s blocking the popup.
If the issue continues, feel free to send over a link to your site or the page you’re testing on. I’ll be happy to take a closer look!
Forum: Plugins
In reply to: [Simple Exit Notifier] Pop not always initiatedHi @mpurkaya76
Thank you for bringing this to my attention.
After reviewing the page, I identified the issue. The external links that do not trigger the exit popup are using protocol-relative URLs (e.g.,
//healthysafechildren.org) instead of full URLs that begin withhttps://.The plugin currently detects external links based on full URLs starting with
http://orhttps://. As a result, protocol-relative URLs are not being recognized and the popup does not display.I’ll be addressing this in the next update to improve compatibility with protocol-relative links. In the meantime, you can resolve this by updating those URLs to include the full
https://protocol.Feel free to reach out, if you’re still experiencing any issues.
Hi @stadlock , you can use the default class “noexit” or create you own custom class on the settings page.
Here’s a screenshot
https://prnt.sc/EmrT7EgpAKB8Forum: Reviews
In reply to: [Simple Exit Notifier] Exactly what is needed!Hi @blindaman , thank you. I’m glad to hear the plugin is meeting your needs.
I’m working on a few different improvements and new features, which should be available within the next few weeks.
In the meantime, if you have any suggestions feel free to share.Forum: Plugins
In reply to: [Redirection] Module Export does not workSame as Raptor2m… doet not work.
I’m just taken to the page that lists all the redirects.
Version 2.4.3Also, the import doesn’t seem to work either.
again, I’m just taken to the page with all the redirects, but I don’t see any of the new redirects I’m trying to upload.Forum: Fixing WordPress
In reply to: link-template.php.suspected?Hey Alex, Thanks for sharing.
I found several nasty files and deleted them all.Forum: Everything else WordPress
In reply to: Do I have to repost my sitemap after every change?Hi Jonas,
No you don’t have to resubmit your sitemap to google everything you make changes.I’m not sure if you manually created your sitemap or with a plugin. if you manually created the sitemap then you would need to update the sitemap file every time you make change, but if you used a plugin to create the sitemap then there is nothing you need to do. The plugin will update the sitemap every time you create a post or page or any other content, then Google will periodically check your sitemap file to see if there are any updates.
Hope this helps.
Forum: Fixing WordPress
In reply to: Spam Spam Spamclick on “Comments” – You’ll see a list of all your comments
towards the top of the “Comments” page, click on “Spam”
Now you should see all your spam comments – Click on “Empty Spam”Forum: Fixing WordPress
In reply to: How to get a safer admin name when only having one e-mailthe other option would be to change the admin name in the database. If you have phpmyadmin access, you can go to your wordpress database, and change the admin username in the wp_users table.
within the wp_users table you want to change the value for user_login
esmi is right… If you contact the WordPress support team, they will help your with the transfer.
Check out this discussion
http://wordpress.org/support/topic/transfer-subscribers-from-wordpresscom?replies=30Forum: Everything else WordPress
In reply to: New to thisIn addition to HappyZebra’s comments I would also recommend using the wpallimport plugin for importing all your products into WordPress/Woocommerce. It a great tool and I’ve used it several times when converting various ecommerce platform to WordPress.
- Caching: