Title: Catapult's Replies | WordPress.org

---

# Catapult

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/catapult/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/catapult/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/catapult/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/catapult/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/catapult/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/catapult/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Types Order] Vulnerability: user capability](https://wordpress.org/support/topic/vulnerability-user-capability/)
 *  Thread Starter [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/vulnerability-user-capability/#post-8833946)
 * Ah… That was the bit I was missing. My apologies – I didn’t realise you could
   set the access level by role.
 * Maybe the default could be set to Admin as I’ve used this plugin a couple of 
   times and hadn’t noticed this setting?
 * Thanks for the plugin…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] don't want it to show on mobile](https://wordpress.org/support/topic/dont-want-it-to-show-on-mobile/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/dont-want-it-to-show-on-mobile/#post-6889479)
 * You could use some CSS:
 *     ```
       @media (max-width: 768px) {
         #catapult-cookie-bar {
           display: none !important;
         }
       }
       ```
   
 * Obviously, that slightly defeats the purpose of the plugin. It may be better 
   to use a shorter message.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] do_shortcode](https://wordpress.org/support/topic/do_shortcode-9/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/do_shortcode-9/#post-6811435)
 * Hi
 * I’m thinking about an update for this plugin but can’t promise when.
 * You can always change the text in the settings if you need to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Feature request: No more-info, no encoding and absolute URLs, please](https://wordpress.org/support/topic/feature-request-no-more-info-no-encoding-and-absolute-urls-please/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/feature-request-no-more-info-no-encoding-and-absolute-urls-please/#post-6543178)
 * Thanks for all the comments. At the moment we don’t have plans to do any further
   development work on this plugin but who knows in the future.
 * If you want to hide the ‘More Info’ link you can add some CSS either to your 
   theme or via a CSS editor plugin:
 *     ```
       #catapult-cookie-bar a {
         display: none;
       }
       ```
   
 * I think that should do it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Still maintained?](https://wordpress.org/support/topic/still-maintained-4/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/still-maintained-4/#post-6697497)
 * Hi
 * Thanks for the comment. The plugin is still supported but we’re not doing any
   development work on it at the moment. I’ve updated the tested to tag to indicate
   compatibility.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie notification bar keeps returning](https://wordpress.org/support/topic/cookie-notification-bar-keeps-returning/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cookie-notification-bar-keeps-returning/#post-6002813)
 * And the tests using a default theme and disabling all plugins?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Cookie notification bar keeps returning](https://wordpress.org/support/topic/cookie-notification-bar-keeps-returning/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cookie-notification-bar-keeps-returning/#post-6002811)
 * Hi
 * The best thing to do is switch to a standard theme like Twenty Fifteen and check
   if the problem persists. If so, try disabling all your plugins and rechecking,
   then re-enabling each plugin one at a time, testing after each, to establish 
   if there’s a conflict.
 * Also, please confirm which version of the plugin you have.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Display problem](https://wordpress.org/support/topic/display-problem-28/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/display-problem-28/#post-6476682)
 * Hi
 * The best thing to do is switch to a standard theme like Twenty Fifteen and check
   if the problem persists. If so, try disabling all your plugins and rechecking,
   then re-enabling each plugin one at a time, testing after each, to establish 
   if there’s a conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Message does not show up on Desktop but Mobile](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/#post-6453242)
 * I can see some JS errors in Chrome. You could speak to the theme developer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Message does not show up on Desktop but Mobile](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/#post-6453232)
 * No – the point is to eliminate possible causes of the error. If you don’t want
   to change themes temporarily, please ensure your theme uses `wp_footer ()` and
   that there are no JS errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Message does not show up on Desktop but Mobile](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/#post-6453229)
 * Did you also change the theme to Twenty Fifteen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Message does not show up on Desktop but Mobile](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/message-does-not-show-up-on-desktop-but-mobile/#post-6453170)
 * Have you followed the steps in the other post you mention? That is:
    - use Twenty Fifteen theme
    - disable other plugins
    - test to confirm the plugin is working correctly
    - re-enable each plugin one by one, retesting at each step
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] plug in doesn't show up](https://wordpress.org/support/topic/plug-in-doesnt-show-up/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/plug-in-doesnt-show-up/#post-6450208)
 * Hi
 * Can you disable all other plugins and revert to a standard theme, e.g. Twenty
   Fifteen? Re-test, then one by one re-enable each plugin. Test every time. If 
   it fails then there’s probably an error with the last plugin you enabled.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] Showing in the website after unistall](https://wordpress.org/support/topic/showing-in-the-website-after-unistall/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/showing-in-the-website-after-unistall/#post-6208794)
 * Hi
 * If you’ve uninstalled the plugin, then the popup won’t display on the site. Perhaps
   you are using a caching plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Termly - GDPR/CCPA Cookie Consent Banner] UK Cookie Consent emove only shaking his page](https://wordpress.org/support/topic/uk-cookie-consent-emove-only-shaking-his-page/)
 *  [Catapult](https://wordpress.org/support/users/catapult/)
 * (@catapult)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/uk-cookie-consent-emove-only-shaking-his-page/#post-6197982)
 * I see – no, this plugin doesn’t do that.

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

1 [2](https://wordpress.org/support/users/catapult/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/catapult/replies/page/3/?output_format=md)…
[12](https://wordpress.org/support/users/catapult/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/catapult/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/catapult/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/catapult/replies/page/2/?output_format=md)