This plugin was working perfectly and I changed a setting in settings (just the length from 180 to 240) and it disappeared. I changed it back and still gone. I deleted the plugin, and the announcements, reinstalled and tried adding them back. Still nothing. I deactivated all plugins, still not working. What happened?
Any help is appreciated.
There really is no other news scroll plugin that works like this one. We really like it!
]]>Hello team,
Nice plugin, but if i want to add multiple in announcement in one go how is possible ?
any changes in coding please share with me ,
and one more thing can you please let me know i want the announcements will not open in new tab, it should open in same ,please let me know from where i can edit this also.
thank you in advance
I have downloaded and activated the plugin, created a news announcement, checked that the expiry date is valid, as well as making sure the correct group is set. However, when using the shortcode it still does not show the news, only the no announcements text.
]]>In the widget, the Announcement area where they scroll disappeared. I went into settings and changed the height, and still the same. If you go to the site you can see what I mean. It was working a couple of days ago just fine, and it is working on my other site okay with the same theme.
]]>Hi there
Im using wordpress multisite
When i try to add news to one of my site and refresh new news settings screen it shows nothing was added… do you know why?
Is there a list of what fonts are available to use? I’ve tried changing the font to trebuchet-ms and it doesn’t work. Would be nice if instead of having to type in the font name, a dropbox with available fonts would be nice.
Is there a limit to the font size? I have set it to 16 or higher and it seems to go no higher than 12.
]]>above the announcement, there is a gray vertical line and I would like to remove the line please. How do I remove it?
]]>You say you can set the scroll to horizontal. How do I do that?
]]>Hi, can you disable the scroll option? Like all announcmet in group are shown without scroll effect? Is possible to create your own multiple groups? Thanks
]]>Hello
Thank you for a great, easy to use plugin.
Is there a way (via css) to change the width of the slider so it correctly on mobile devices?
Thank you in advance.
Kind regards,
Jacqui
Hello,
I have fixed your plugin regarding user input, you need to escape string in gAnnounce/gAnnounce.php as follows :
$Ann = $Ann . "['','".$data->gNews_text."',''],";
should become :
$Ann = $Ann . "['','".esc_js($data->gNews_text)."',''],";
Currently there are javascript errors in page according to user input.
You need to add additional esc_html and esc_js as well in the same file.
Kind Regards, Fran?ois Pons.
]]>Hi,
thanks for your plugin and the support you provide. Much appreciated!
I have not succeeded in getting the plugin to run properly, though.
I have installed it alright, set publish and expiration date and verified the new-group is correct.
When I try using it as widget, I can see the title but no news
When I try using it with shortcode (which is, what I want at the end) it does not show up at all.
Funny thing is: it IS present in the source code, and it also creates an extra linefeed.
Any ideas? Please? ??
John
]]>In the settings, under: “Text to show if no news/announcement available in the database.”,
*** ‘No announcement text’
*** Even if you enter a text in the .po file, it is not showing on the setting page.
REASON:
in file: content-setting.php, I think there is a space missing: between “scroll'” and the closing parenthesis “)”. All other lines with display text have such a space.
<p><?php _e(‘Text to show if no news/announcement available in the database.’, ‘news-announcement-scroll’ ); ?></p>
Thank you!
]]>Hi there!
Is it possible to integrate Jetpacks Widget Visibility or is there another way to hide this plugin on several pages?
reagrds
Volker
Hi, I need to create announcement with link in the text, at first it shows up for only 1 announcement, but when I added the second announcement, it just went blank. Now I’ve tried multiple times, but I just couldn’t figure out why. Please help me on this.
Thank you so much.
]]>Please can you add possibility to add thumbnail images at left of text?
Thanks
I just downloaded the News Announcement Scroll plugin to use on my website running the “Grow” theme. I have tried to get this plugin to appear on only one page of my site (I do not want it on every page) with no luck. I am currently trying to insert the shortcode [news-announcement group=”group1″] into a SiteOrigin Editor Widget to get it to appear and so I can move it where I want it. I’m having no luck. Any suggestions? Thank you!
]]>Hi,
Great widget !!! Very powerful and easy to use.
Is there a way to customize the redirect Link Style? I am using the widget to create a news linked to a page. The font is then underlined but is it possible to suppress this underlining and impose a hovering color?
Thanks in advance for support
Philippe
Hello please i need help on this, after i have create my announcement it keeps on telling me no announcement available to display
]]>Hi,
is there a way to remove the border from the widget. I’d like to just have the text scrolling but not showing any border. Alternatively where can I set the color of the border?
Thanks!
]]>News Announcement Scroll v8.8.4 crashes, browser console reports:
Uncaught ReferenceError: v_content is not defined at gAnnounce.js?ver=4.7.2:8
Thanks
]]>How can I enter multiple lines of text in the text box. For instance, I would like the name of the event on one line and the time on the second line.
And, by the way, this was SO easy to install and learn to use. It is just what I needed.
Thanks
]]>Hi I would just like to highly recommend adding an upload section for photos. Obviously it will display photos if you enter in the CSS yourself so an upload button shouldn’t be that hard to put in. Even if you made that a feature of a premium version I would buy it. just so I don’t have to teach my clients to code.
]]>I’m using User Role Editor and would like to assign this tool to a custom rule for our IT dept to update system alerts using this plugin. How can I assign this to a user role? It’s not showing up as an option in User Role Editor. Is there any way to make this a custom type so that it is not buried in the Settings menu?
]]>I’ve installed the plugin. I’ve inserted as widget and I’ve write a news like an example; but in the scroll there is “This plug-in will create a vertical scrolling ….” Why?
Thank you
Hi there,
In updating my text it has all disappeared and only the title remains. Can you suggest anything?
Running version 8.8.3
https://www.playingontheedge.co
Hi,
I am using a Genesis theme which has footer 1,2,3,4. If I place the News Announcement widget on Footer 1 (left) it shows just fine. But if I try it from any other footer 2,3,4 it doesn’t show. I tried using a shortcode widget using your shortcode and it doesn’t show. I tried deactivating the plugin and even removing it but still not working.
I saw this on your FAQ but I am not sure where to place this code. I tried to put it at the bottom of the functions.php page and it broke WP.
How to add News Announcement Scroll widget into my theme?
Use this code, <?php if (function_exists (‘news_announcement’)) news_announcement(); ?> to add the plugin to your theme file.
JD
]]>Hi,
We use this plugin for multiple websites and since versions 8.8 and 8.8.1 we have been having issues with it.
We call it directly in the template file and after reading some other support requests, have followed your advice and tried :-
<?php if (function_exists (news_announcement)) news_announcement(); ?>
<?php if (function_exists (‘news_announcement’)) news_announcement(); ?>
<?php echo do_shortcode(‘[news-announcement group=”WIDGET”]’); ?>
Whats strange is a few websites the update has worked fine, with others it has broken it (Broken meaning it just does not display).
If you could shed some light as to what the issue could be, that would be great thanks.
]]>My news scroll has stopped displaying. I have added the new code to the theme file as follows:
<?php if (function_exists ('news_announcement')) news_announcement(); ?>
Bus still not displaying. I have also disabled and reactivated the plugin. Does it make any difference what “group” my news items are in?
]]>Hi there,
I’ve just upgraded to last version but announcements are no more displayed.
I was using PHP function and tried this new shortcode:
<?php echo do_shortcode('[news-announcement group="WIDGET"]'); ?>
Thanks
]]>