Catapult
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Vulnerability: user capabilityAh… 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
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] don't want it to show on mobileYou 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
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] do_shortcodeHi
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.
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
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Still maintained?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.
And the tests using a default theme and disabling all plugins?
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
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Display problemHi
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.
I can see some JS errors in Chrome. You could speak to the theme developer?
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.Did you also change the theme to Twenty Fifteen?
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
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] plug in doesn't show upHi
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.
Hi
If you’ve uninstalled the plugin, then the popup won’t display on the site. Perhaps you are using a caching plugin?
I see – no, this plugin doesn’t do that.