WordPress and Wordfence are marking your plugin as not compatible and possible security risk. Will you be planning to update the plugin or should I start researching to find another solution?
]]>Hi,
I’m using the notification bar as a top-page notification, but was wondering if there’s any way to adjust the delay before the bar shows? I’ve looked through the settings and configuration of the bar but don’t see anything.
]]>Hi,
It says that “Warning: This plugin has not been tested with your current version of WordPress.” Can you please update? It’s been 10 months since your last one.
Thank you. Happy New Year
I am using Add custom content, short-codes allowed – and updated plugin with 1.0.12 version and getting notification bar is like below. It was working before but once I updated plugin. It’s not supporting the notification.
.header__top .menu{ top:78px;!important; } .header__top .logo{ top:70px;!important; } Click Here For COVID-19 Update
Please help me with this issue.
]]>Hello,
If i enable the plugin the notification bar’s place is blank white. Nothing has happening. It loads the banner, however there is no text or buttons visible either. Tried to disable wp rocket and also the performance tab in Divi options but nothing has worked.
Do you have any idea?
Thanks a lot in advance,
Laszlo
Hi,
We can’t use your plugin because we had a problem with cookies in the header. Cloudflare not working properly with your cookies. I don’t understand why is not possible cookies to switch off… Any idea? Update?
]]>Hello,
I build my Top Bar with Elementor and, using the shortcodes tool, I was able to create a very nice top bar.
I’m a WPML PRO user, I translated the Elementor Top Bar page but it seems that WP Top Bar doesn’t support WPML.
Can you help me to understand?
]]>Hello,
We are running into an issue with the cookies being added to the browser, this causes cache to get bypassed when a cookie is present. Is there a way to disable the cookies completely with the understanding that the counters will stop working?
]]>During a code audit I encountered a Vulnerability.
How can I responsibly disclose it to the plugin authors?
I tried to send a report to support-team [at] mythemeshop [dot] com
. An autoreply came, saying this mailbox is only monitored for billing and account related queries.
Is the plugin hacked?
Our entire site got marked as “dangerous” by google site safe ??
https://heritageinspired.in/error.jpg
We have removed the plugin, just wanted to bring it to your notice.
Thanks.
]]>Hello
I see you have the option to add the bar to the Homepage and Post pages.
But I have a site which has WooCommerce installed and would like to also show the bar in Product pages and Woo categories pages.
How would I do this…?
thanks
]]>This plugin is enqueueing Select2 on all post and page edit screens, and it needs to not do that.
]]>Hi,
Love the plugin!
I wonder, is there a way to to just have a bar appear on a specific page? I know you can select home page, page or post but I wanted to be more specific with what page.
Thanks!
Ben
Hello,
Looking to upgrade to WordPress 5.6 and was just wondering if the latest version of the plugin (1.0.5) has been tested up to version 5.6?
Thanks!
]]>We are currently experiencing issues with the notification bar not saving, we have set up a specific referrer which is https://www.suzylamplugh.org/myteamsafe but after 3-5 hours the bar will no longer show up on the MyTeamSafe website. It works every time we decide to update the plugin but we want this running 24/7, is there an easy fix for this?
]]>Hello,
How to get strings translation for translate Through Polylang plugin?
]]>Is this plugin and support monitored? Did you give up on it? You have several support tickets that you haven’t answered in months! Are you OK?:) It’ll be a shame if you gave up on the plugin. You have a nice plugin, please don’t give up on it!
]]>I’ve seen and read through the other posts related to header issues but not seen any solutions from the developer.
I’m currently exploring other options because it seems these issues have existed for some time and haven’t been addressed.
Like others, the notification bar is not playing nice with my sticky / transparent header. Would love someone to explain how to add the css necessary to keep them both where they should be. On initial load things seem fine but after scrolling the notification bar covers the header.
]]>Hi – this plugin causes the Contact page: https://dnaconnexions.com/contact/
and Shop page: https://dnaconnexions.com/shop/
to break when opened in a Microsoft Edge browser. Works fine on Firefox and Chrome.
Any thoughts?
Thank you!
]]>Hi, I tried all other “solutions” to try and solve this issue myself, but I think the ajax menu is preventing those solutions from working? Also, we have bridge child template, so I don’t have access to the header.php file.
I need help pushing the notification bar above the header. I don’t want it to cover our logo. Issue seems to only be happening on desktop.
Thanks!
]]>In PHP 7+, there’s a notice about the variable $_SERVER[REQUEST_URI] in file includes/class-wp-notification-bars-shared.php, line 387.
if (in_array($_SERVER[REQUEST_URI], $allowedUrls) || empty($_SERVER[REQUEST_URI])) {
It can be fixed by changing it to this:
if (isset($_SERVER['REQUEST_URI']) && (in_array($_SERVER['REQUEST_URI'], $allowedUrls) || empty($_SERVER['REQUEST_URI']))) {
]]>
This plugin can’t let the link open in a new tab.
My solution to this problem is to paste the code in function.php
Maybe anyone with this problem can try this.
This will make all links not from your domain open as a new tab.
add_action( ‘wp_head’, function () { ?>
<script>
window.onload = function() {
var links = document.links;
for (var i = 0, linksLength = links.length; i < linksLength; i++) {
if (links[i].hostname != window.location.hostname) {
links[i].target = ‘_blank’;
}
}
}
</script>
<?php } );
Hi,
Is it possible to have the plugin open in a new page? You’ve been asked for this feature for the longest time by many users. Great plugin but can you please add this minor update to it?
Stay safe.
]]>The plugin should have a .resize added to the JS to handle the variation in the variable barHeight for screens that are resized.
]]>The bar overlays the menu on phones
]]>Hi
I wonder if it is possible to have 2 bars display for the same user, when he browses. For example, he sees the 1st bar on homepage, and then the second one when he clicks somewhere. I see there are priorities and conditions like “display 2 times”, but that would not do. ort is it with “priority”? If it is possible with the prmium version, please specify.
I’m getting an error in the admin when using select fields built with Advanced Custom Fields. Disabling WP Notification Bars make the error go away and I can then edit the Advanced Custom Fields.
select2.full.min.js:21 Uncaught Error: Option 'multiple' is not allowed for Select2 when attached to a <select> element.
at String.<anonymous> (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:21)
at Function.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils,underscore&ver=5.3.2:2)
at d.prepareOpts (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:21)
at d.prepareOpts (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:22)
at d.init (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:21)
at HTMLSelectElement.<anonymous> (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:22)
at Function.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils,underscore&ver=5.3.2:2)
at a.fn.init.each (load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,jquery-ui-core,utils,underscore&ver=5.3.2:2)
at a.fn.init.a.fn.select2 (/wp-content/plugins/wp-notification-bars/admin/js/select2.full.min.js:22)
at n.initialize (acf-input.min.js:4)
]]>
In the admin, in the plugin, in the “content” in the “personalized” area, what is the guide to add custom CSS ?
If I add one of these, it doesn’t work
font-weight:900;
or
{font-weight:900;}
or
.mtsnb {font-weight:900;}
or
.mtsnb text {font-weight:900;}
or
.mtsnb-container {font-weight:900;}
How to add css, to change the font weight for a bolder one?
]]>The grey in the admin area of the plugin is very difficult to read. It is taken #7f7f7f and #aaaaaa WordPress itself takes at least #32373c, also Bootstrap takes #212529.
The current grey is very hard to read against the white background for our older users and even for me.
Is there a way to improve this?
]]>Hello, I have just finished the German translation. Could someone please release it? I also translated the name of the plugin. Some of this names are simply left in English in Germany. (For example Microsoft is not called “Kleinweich”).
]]>