With WP 4.5.3 (maybe also earlier) causes that Dashboard > Appearance > Customizer does not work.
]]>Tried all settings and options.
]]>I modified ninja-announcements/includes/cpt.php
so that the menu icon changed to a flag.
<?php
add_action('init', 'ninja_annc_cpt');
function ninja_annc_cpt() {
register_post_type( 'ninja_annc',
array(
'labels' => array(
'name' => __( 'Ninja Announcements' , 'ninja-announcements'),
'singular_name' => __( 'Announcement' , 'ninja-announcements'),
'not_found' => __('No Announcements Found', 'ninja-announcements'),
'new_item' => __('New Announcement', 'ninja-announcements'),
'add_new_item' => __('New Announcement', 'ninja-announcements'),
'edit_item' => __('Edit Announcement', 'ninja-announcements'),
),
'public' => true,
'has_archive' => false,
'exclude_from_search' => true,
'menu_icon' => 'dashicons-flag',
)
);
}
]]>
Sorry to post here but can’t access your support site. All I can see on the support site is your logo after I try to log in. Just a blank Page.
But anyway, The announcements are not displaying at all. Whether I schedule them or make them active. Is it because I’ve just changed to a child theme?
New to all this. I’ve not changed any settings. It used to work fine.
]]>Hi,
I’m new in wordpress, can you help me ?
I’ve installed this plugin and set it to display in HEADER. But i need it to be displayed under ther menu bar and not at the top of the side. There’s a way to do this ?
I wrote that i can manually sets it, but for a specific announciment , like : if (function_exists(“ninja_annc_display”)) { ninja_annc_display(135); }
But it displays a specific announcement, right? (the announcement 135), and not all the others
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Hello,
First, thank you so much for using Ninja Announcements. It’s an honor to have a part in a plugin that so many people love and rely on for their WordPress sites.
Second, this is not the best place to get support for this plugin. For all support requests for Ninja Announcements please visit https://wpninjas.com/members/support/.
The reason is very simple, We have several plugins in this repo and several more plugins offered exclusively on our own site. In order for us to provide the best support possible we needed to find a way to keep it all in one place and have the ability to control the notifications so nothing gets missed. We have that in our ticket system but not here in the forums.
That being said, you can certainly post a question here on the forum but we cannot guarantee that we will see it.
Thanks again for using Ninja Announcements and feel free to contact us at the link above for any assistance you may need.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Will anybody be so kind as to say how to stick the announcement to the top of the page while scrolling?
As far as I understad I need to change the plugin css line ‘position’ from ‘relative’ to ‘fixed’. However when I do so the announcement refuses to appear at all.
I will really appreciate your help.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Hello,
nice plugin – I plan to make a french translation soon – but I have a problem with this plugin: https://www.ads-software.com/extend/plugins/editable-comments/
The close button cannot work with Editable Comments activated. As the owner of EC does not answer to question, I ask here if there is a solution.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Plugin rocks. It would be great if it cleared the supercache cache so that there is not a delay in announcements going up/down/changing. Here is the code I added to my theme’s functions.php file:
function ninja_annc_clear_cache ( $post_id ) {
if (get_post_type( $post_id ) == 'ninja_annc') wp_cache_clear_cache();
}
add_action( 'edit_post', 'ninja_annc_clear_cache' );
My code may not cover all situations and it’s probably overkill to clear cache upon every update instead of just at status changes. Also, to make it more configurable, it should be an option in the plugin settings.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>I tried the free (lite) version of this and immediately purchased the pro version. Simple, easy and works – you can’t ask for more than that.
Great job, Ninjas!
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>I had your plugin, but hadnt used it until a few days ago. I had a custom menu in my sidebar which would display a list of up-coming events which were pulled from a main webpage. I used the Widget Logic widget to have this list show up only on a few pages. However, after using your widget announcement, my custom menu disappeared, and I cannot get it working again. I didnt change any markup at all.
I tried disabling all my plugins and turning them on slowly. I tried downgrading to WP 3.4 (although it worked in 3.4.1 before). I tried completely restoring all my files via FTP. I tried deleting your plugin to see if that would help, and still nothing. I dont know what happened. Is this something someone else is experiencing? Can someone please help me figure out what is going on and how to fix it? That part of my sidebar was really important. ?? Please help!
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>When I try to modify an announcement in my list, it logs me out. I then try to log in and I get sent back to the login screen.
The only way I can modify them is to a) delete using the checkbox/bulk feature, and b) to create a new one (which can’t be modified once created).
I’m using Ninja Announcements 2.3.1. Any suggestions?
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>When I have Ninja Announcements active, I notice that my doctype is moved into the <body>
tags, which breaks my compatibility with IE. Is there any way to fix this?
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>I discovered a nightmare when testing my site in all major browsers (IE7, -8 and -9, Chrome, Firefox 12, Opera 11.62, and Safari 5.1.5).
I placed my announcement just above the footer. It consists of an image to the left, with a public service blurb to the right at a width of 960 and height of about 300. It displayed correctly in Chrome, after some CSS adjustments. However, it was at the top of the screen, to the right, outside of the template in FF, and IE. (At that time, I hadn’t tested Opera and Safari.) It widened my screen approximately 50%, giving me a scrollbar at the bottom where there hadn’t been one before.
I was scratching my head, wondering how I would adjust CSS for FF. I thought about adding ‘-moz’ on that element, but didn’t know what to do for IE9 at that point. I’m used to doing extra work for IE, but for Firefox?? So, I went to the plugin again, to Plugin Settings and turned off ‘Use Ninja Announcements default stylesheet’. It brought my announcement back to the proper place! Luckily, it didn’t affect Chrome and it displays properly in all of the other browsers listed here.
If you’re having placement issues, I would suggest trying this. Awesome plugin guys (and gals, if there are any)! The other ones I tried simply didn’t work. Looking forward to the next update. ??
EDIT: As I was writing this, James got back with me and suggested doing what I had already discovered. I only sent my support question 15 minutes before receiving his response. Now that’s support! What a great bunch of developers! Thanks, James.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>There is something wrong in the javascript of the Ninja Announcements Lite widget that is causing me not to be able to use my widgets page.
https://www.ads-software.com/extend/plugins/ninja-announcements/
ninja_annc_admin.min.js:5Uncaught ReferenceError: ninja_annc_strings is not defined
(anonymous function)ninja_annc_admin.min.js:5
f.Callbacks.nload-scripts.php:2
f.Callbacks.o.fireWithload-scripts.php:2
e.extend.readyload-scripts.php:2
c.addEventListener.Bload-scripts.php:2
]]>
So on your plugin page you have
To see screenshots, please visit https://wpninjas.net.
Except, you really don’t have any decent screenshots on your site, at all. Is that just a ploy to get people to click through to your site?
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>The ninja announcement tab just won’t show up in the settings drop down along with the other plugins even though it is activated. How do I access the settings?
I have cleared my cache and even tried other browsers, but all in vain. Extremely weird.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Hi guys
I’m just trying out Ninja Announcements and it seems great for what I need.
However there’s a bug. I’ve got 2 widgets enabled, and when I de-activate either of the widgets, the code is still outputting the DIV so I’m getting an empty box.
You can see the problem, and the offending HTML, here:
When the Announcement is disabled, no code should be inserted regardless of the widget settings.
Can this please be fixed ASAP?
Once this is fixed I’m ready to go live with it.
Cheers and thanks
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Hi,
I upgraded the plugin from the last version to 2.0 which was released recently. However, after upgrading, the annoucement takes more time to load than the previous version. This is possibly because now it has the ability to do much more than what it could do earlier.
I am using this plugin for making quite a basic annoucement so can I still use the previous version ? Or are there any bug fixes because of which I should use the newer version
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Upon creating and activating an announcement, I have noticed HTML code coming through on the front end.
< class='ninja-annc-entry'>
This is showing, coming from display.php line 1173.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Just installed Ninja Announcements and it works great!
I have a feature request— well two actually…
I was wondering if you’d consider adding an access level feature so that other users or user levels besides the primary blog admin could be configured to have access to Ninja Announcements?
I have a small blog with an administrative staff and it would be great to be able to allow them to leave announcements when necessary.
Another feature I think would come in handy is if there was a display limit feature which allows one to limit the number of times the announcement is displayed using various criteria.
For example, the announcement could be configured to display “X” number of times based on user level. Or the announcement banner could have a “Don’t show me again.” or “Remind me later.” check box.
Ways to limit or stop the announcement banner from popping up in a session would make it less of an annoyance to some users.
Thanks!
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>Just to recap for everyone, there’s a major bug with Ninja Announcements and WordPress 3.2. I’m on vacation right now and will be back to work on Monday the 18th. I’ll try and get a patch up next week.
Sorry for any inconvenience,
Kevin
]]>The editor for new announcements is completely blank.
]]>Clicking new or edit brings up a blank screen.
]]>Unfortunately, clicking on “Edit” or “Add new” results in a blank screen in WordPress 3.2 – shame as it’s a great plugin otherwise.
Happy to beta test if required and thanks for an excellent plugin thus far ??
]]>The way that the plugin handles deletes/deactivations/activations has two pretty major security issues. First of all, it allows anyone to fire off deletion/deactivation/activation without being logged in. But even worse than that the way the sql calls are being made leave it wide open to a SQL injection attack. So anyone could wipe out or insert garbage into a WordPress site with this plugin loaded. I’d be happy to chat more about this if you need more specifics.
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>If I create or edit an announcement text, I cannot see the text in the editor. Only if I mark everything it is visible.
It seems as if there is white text on white background.
I tried it in two of my blogs and it is same in both cases.
Just updated it to 1.2 and now the close button stopped working.
Is there something I am missing or its just a big bug in the new version ?
Thanks.
]]>Dear author,
I just discover that ninja-annc-display-js.php can execute an arbitrary javascript code. Please do patch the ‘plugin_url’ variable. If you need further information please don’t hesitate to contact me.
Thanks,
~ Alternat0r
Hi,
I’m validating my site and its perfect except that ninja annoucement is showing the following error:
Validation Output: 1 Error
Error Line 166, Column 114: ID “ninja_annc_widget_container_2” already defined
…iv><span class=’ninja_annc_close’ id=’ninja_annc_widget_container_2′><a href=’…
An “id” is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Info Line 165, Column 72: ID “ninja_annc_widget_container_2” first defined here
…<h2 class=’widgettitle’></h2><div id=’ninja_annc_widget_container_2′ class=’ni…
Any chance of fixing this??
Thanks
Regards
https://www.ads-software.com/extend/plugins/ninja-announcements/
]]>