Hi there
I have use your plugin, I great plugin, but I have issue, It show twice in admin plugins.
https://prntscr.com/8lons4
How can I fix it?
Thanks.
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Can you please change the function name
your_plugin_settings_link
(and also)
add_filter("plugin_action_links_$plugin", 'your_plugin_settings_link' );
as this may conflict with other plugins
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>I guess it’s broken
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Hi,
Just a quick fix for this php alert.
Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks.
Use:
// Register the Javascript & CSS
add_action( 'wp_enqueue_scripts', 'cookieBannerJs_load_scripts');
function cookieBannerJs_load_scripts(){
wp_register_script( 'cookieBannerJs', plugins_url() . '/responsive-cookie-banner/js.js');
wp_register_style( 'cookieBannerCss', plugins_url( '/responsive-cookie-banner/style.css' ) );
}
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Is it possible to translate this plugin?
And what about the different “more info” text/link for every language?
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Can I show the alert cookie message in the footer instead of header?
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>I have managed to identify and change the look and feel for everything but the colour of the main text in the cookie banner. I would like to change this to white (#FFFFFF) but I can’t see where this is being set (I can for button text etc). Can you help. I’m sure it’s simple ??
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Hi,
Thanks for this nice and simple plugin.
I would like an options to decide that the More info link opens in the same browser window, instead of a new window.
Thanks.
HC
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Hi lewisgray200,
I like your Plugin but there are a few things that I would like to hint at:
Internationalization:
As this Plugin will be used all over the EU it would be great to have the opportunity to set it to different Languages. If you don’t want to deal with different translations by yourself you could also prove filters for the captions like “More Info” and “Accept” so Theme developers can inject their own translations for that.
Development Mode:
It would be great to have a checkbox that toggles a state, in which the Banner always displays and/or a button that clears the Session/Cookie that you set.
Thanks
janizde
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>the banner displays in every page of my site, can I configure it for display only the first time someone visit the site?
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>Hi, I installed the plug I turned I added text
but the message did not appear on my website
I like the style plugin ?? what is the problem?
https://www.ads-software.com/plugins/responsive-cookie-banner/
]]>