Title: CHRS Interactive's Replies | WordPress.org

---

# CHRS Interactive

  [  ](https://wordpress.org/support/users/chrsinteractive/)

 *   [Profile](https://wordpress.org/support/users/chrsinteractive/)
 *   [Topics Started](https://wordpress.org/support/users/chrsinteractive/topics/)
 *   [Replies Created](https://wordpress.org/support/users/chrsinteractive/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/chrsinteractive/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/chrsinteractive/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/chrsinteractive/engagements/)
 *   [Favorites](https://wordpress.org/support/users/chrsinteractive/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/chrsinteractive/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chrsinteractive/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Php 8.4 requirement for version 2.0](https://wordpress.org/support/topic/php-8-4-requirement-for-version-2-0/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [4 months ago](https://wordpress.org/support/topic/php-8-4-requirement-for-version-2-0/#post-18777098)
 * Hi [@thomasjarvisdesign](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Pop not always initiated](https://wordpress.org/support/topic/pop-not-always-initiated/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/pop-not-always-initiated/#post-18403724)
 * [@mpurkaya76](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Popup is only working when logged in](https://wordpress.org/support/topic/popup-is-only-working-when-logged-in/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/popup-is-only-working-when-logged-in/#post-18403705)
 * [@glasoline](https://wordpress.org/support/users/glasoline/) , glad to hear. 
   Feel free to reach out if anything else comes up.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Translate Expression](https://wordpress.org/support/topic/translate-expression/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/translate-expression/#post-18388522)
 * Hi [@superbr](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Popup is only working when logged in](https://wordpress.org/support/topic/popup-is-only-working-when-logged-in/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/popup-is-only-working-when-logged-in/#post-18388513)
 * Hi [@glasoline](https://wordpress.org/support/users/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:
    1. **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.
    2. **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)
    3. **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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Pop not always initiated](https://wordpress.org/support/topic/pop-not-always-initiated/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/pop-not-always-initiated/#post-18388470)
 * Hi [@mpurkaya76](https://wordpress.org/support/users/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 with `https://`.
 * The plugin currently detects external links based on full URLs starting with `
   http://` or `https://`. 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Exit Notifier] Exclude specific links by adding an exception CSS class](https://wordpress.org/support/topic/exclude-specific-links-by-adding-an-exception-css-class/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/exclude-specific-links-by-adding-an-exception-css-class/#post-18270933)
 * Hi [@stadlock](https://wordpress.org/support/users/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/EmrT7EgpAKB8](https://prnt.sc/EmrT7EgpAKB8)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simple Exit Notifier] Exactly what is needed!](https://wordpress.org/support/topic/exactly-what-is-needed-16/)
 *  Plugin Author [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exactly-what-is-needed-16/#post-18232749)
 * Hi [@blindaman](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Module Export does not work](https://wordpress.org/support/topic/module-export-does-not-work/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/module-export-does-not-work/#post-6799429)
 * Same as Raptor2m… doet not work.
    I’m just taken to the page that lists all the
   redirects. Version 2.4.3
 * Also, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [link-template.php.suspected?](https://wordpress.org/support/?post_type=topic&p=6192537)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [10 years, 11 months ago](https://wordpress.org/support/?post_type=topic&p=6192537&paged=4#post-6192957)
 * Hey Alex, Thanks for sharing.
    I found several nasty files and deleted them all.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Do I have to repost my sitemap after every change?](https://wordpress.org/support/topic/do-i-have-to-repost-my-sitemap-after-every-change/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/do-i-have-to-repost-my-sitemap-after-every-change/#post-4946714)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spam Spam Spam](https://wordpress.org/support/topic/spam-spam-spam-4/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/spam-spam-spam-4/#post-4733451)
 * click 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to get a safer admin name when only having one e-mail](https://wordpress.org/support/topic/how-to-get-a-safer-admin-name-when-only-having-one-e-mail/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/how-to-get-a-safer-admin-name-when-only-having-one-e-mail/#post-4673114)
 * the 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
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [can someone help me transfer my email subscribers to new site?](https://wordpress.org/support/topic/can-someone-help-me-transfer-my-email-subscribers-to-new-site/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/can-someone-help-me-transfer-my-email-subscribers-to-new-site/#post-4666157)
 * 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=30](http://wordpress.org/support/topic/transfer-subscribers-from-wordpresscom?replies=30)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [New to this](https://wordpress.org/support/topic/new-to-this-8/)
 *  [CHRS Interactive](https://wordpress.org/support/users/chrsinteractive/)
 * (@chrsinteractive)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/new-to-this-8/#post-4646299)
 * In 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.
 * [WP all import](http://www.wpallimport.com/how-it-works/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/chrsinteractive/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/chrsinteractive/replies/page/2/?output_format=md)