Title: XAce90's Replies | WordPress.org

---

# XAce90

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] translate two sentences](https://wordpress.org/support/topic/translate-two-sentences/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/translate-two-sentences/#post-17127699)
 * > You will be redirected to
 * `caspers-leave-notice.php`, line 61
 * > Click the link above…
 * `caspers-leave-notice.php`, line 74
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Doesnt work on mobile?](https://wordpress.org/support/topic/doesnt-work-on-mobile-33/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-on-mobile-33/#post-14555448)
 * Hi [@nexgraphics](https://wordpress.org/support/users/nexgraphics/),
 * Thanks for reporting in.
 * > works great on desktop but cant see it on mobile at all, and I dont have the
   > HIDE checked
 * I went to the site you linked, and it was working for me. Did you do anything
   to resolve the issue?
 * > rather than text with a link, is there any way to just get the popup to link
   > directly to a page
 * There isn’t right now, but that’s a good feature idea I’ll add to my board.
    -  This reply was modified 5 years, 2 months ago by [XAce90](https://wordpress.org/support/users/xace90/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Is this plugin still active?](https://wordpress.org/support/topic/is-this-plugin-still-active-24/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/is-this-plugin-still-active-24/#post-14328921)
 * Good news, [@vonjanne](https://wordpress.org/support/users/vonjanne/)! I have
   released a version 2.0 which removed jQuery dependencies. Once you update to 
   that on bastelbuster.at, you should be good to go.
 * It was more laborious than I realized, so I didn’t get to include the translation
   aspect with this release. I did however put instructions in the plugin’s FAQs
   on how to change the text.
 * Hope this resolves your issues. Let me know if you notice anything wrong, or 
   if your problems persist.
 * And thanks for using this plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Is this plugin still active?](https://wordpress.org/support/topic/is-this-plugin-still-active-24/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/is-this-plugin-still-active-24/#post-14294699)
 * It looks like WordPress 5.7 makes changes to jQuery, and those changes might 
   be incompatible with this plugin. I will try to spend some time in the next few
   days to put out a fix.
 * As for the translation, I do know that it cannot be translated through the admin.
   This feature has been at the top of my TODO list for ever, but like I said, I’m
   not actively developing it anymore. The workaround is to go into the plugin files(
   either through FTP or through the WP Plugin Editor) and change it in the code.
   When I put out the jQuery fix, I may put out a fix for the translation too.
    -  This reply was modified 5 years, 4 months ago by [XAce90](https://wordpress.org/support/users/xace90/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Is this plugin still active?](https://wordpress.org/support/topic/is-this-plugin-still-active-24/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/is-this-plugin-still-active-24/#post-14283395)
 * Hi vonJanne,
 * I’m not actively developing it, but I am here still for support. If you notice
   any issues, let me know here on these forms. As far as I know, it still works
   with the latest WordPress, I just haven’t updated the file WordPress uses to 
   make that determination in a while.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] How can I make the top text bold?](https://wordpress.org/support/topic/how-can-i-make-the-top-text-bold/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-make-the-top-text-bold/#post-13732503)
 * Hi [@chezcheese](https://wordpress.org/support/users/chezcheese/).
 * There’s not currently a way to do this in the plugin settings, but it’s easy 
   to do using custom CSS. Do something like this to update the styles of the top
   text:
 *     ```
       .cpcta-flyin .cpcta-top-bar {
         color: red;
       }
       ```
   
 * I’m not sure how responsive an image background will be, but you can do it the
   same way, using code like below:
 *     ```
       .cpcta-flyin .cpcta-content-panel {
         background-image: url(https://loremflickr.com/400/900);
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Development of a new feature](https://wordpress.org/support/topic/development-of-a-new-feature/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/development-of-a-new-feature/#post-13529985)
 * Hi Innok,
 * Thanks for reaching out! I’d love to get your input. The [code is available here on GitHub](https://github.com/XAce90/caspers-flyin-cta)
   if you’d like to contribute. I’m happy to review any pull requests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] External Link But Popup Not Working](https://wordpress.org/support/topic/external-link-but-popup-not-working/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/external-link-but-popup-not-working/#post-13078830)
 * Hi [@goharnett](https://wordpress.org/support/users/goharnett/),
 * Are you still having an issue with this? It’s working for me in both Chrome and
   Firefox. Let me know if it’s still not working for you, and I’ll re-open this
   ticket.
 * Thanks,
    Casper
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] Are you accepting PR’s?](https://wordpress.org/support/topic/are-you-accepting-prs/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/are-you-accepting-prs/#post-12752393)
 * I’d love the assist! You can find [the GitHub repo here](https://github.com/XAce90/caspers-leave-notice).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] WPML Support](https://wordpress.org/support/topic/wpml-support-109/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/wpml-support-109/#post-11876825)
 * Hi Maffsen, thanks for reaching out. I am working with WPML to get this working.
   It will definitely be in version 1.6, but I don’t have an ETA yet.
 * This plugin does not yet have multi-language support, but I can help you support
   one non-English language in the meantime if that’s all you need. If so, just 
   let me know what settings you’re using. Otherwise, I’ll update you here when 
   1.6 comes out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Possible incompatibility](https://wordpress.org/support/topic/possible-incompatibility/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/possible-incompatibility/#post-11861455)
 * [@concatenate](https://wordpress.org/support/users/concatenate/), Can you walk
   me through the process where it closed on you? I set it up on my test site and
   both plugins seem to be working fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Flyin' Call-to-Action] Possible incompatibility](https://wordpress.org/support/topic/possible-incompatibility/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [7 years ago](https://wordpress.org/support/topic/possible-incompatibility/#post-11832105)
 * Thanks for bringing this to my attention, Michael. I’ll download the GDPR plugin
   you mentioned on my test environment and see if I can’t track down the issue.
   I’ll post here in a couple days with an update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] Links in main menu, no popup](https://wordpress.org/support/topic/links-in-main-menu-no-popup/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/links-in-main-menu-no-popup/#post-11741297)
 * [@hmmblah](https://wordpress.org/support/users/hmmblah/),
 * I think I found the solution. If you go to Mega Menu -> General Settings, there
   is a setting called _Unbind JavaScript Events_. Set it to No.
 * Let me know if that works for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] Links in main menu, no popup](https://wordpress.org/support/topic/links-in-main-menu-no-popup/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/links-in-main-menu-no-popup/#post-11737578)
 * It looks like there is a conflict with the **Max Mega Menu** plugin. I’ve installed
   it on my development environment and will play around over the next few days,
   see if I can find a solution, and keep you posted.
    -  This reply was modified 7 years, 1 month ago by [XAce90](https://wordpress.org/support/users/xace90/).
    -  This reply was modified 7 years, 1 month ago by [XAce90](https://wordpress.org/support/users/xace90/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Casper's Leave Notice] Links in main menu, no popup](https://wordpress.org/support/topic/links-in-main-menu-no-popup/)
 *  Plugin Author [XAce90](https://wordpress.org/support/users/xace90/)
 * (@xace90)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/links-in-main-menu-no-popup/#post-11736207)
 * Hi [@hmmblah](https://wordpress.org/support/users/hmmblah/),
 * Thanks for using Casper’s Leave Notice. I’m happy to help resolve this issue.
 * Did you by chance do a theme update recently as well? I’ve noticed in that past
   that HTML markup can break this plugin’s functionality, which is usually handled
   by the theme code.
 * In any case, can you provide a link to your site? I’m happy to look at the markup
   and provide a fix.
 * Thanks,

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

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