Hi there
I was wondering if it’s possible to insert a marquee or scrolling announcement on the footer, just between the Copyright text and the social media icons. There’s a plugin that adds this feature to WordPress: https://es-ar.wordpress.org/plugins/horizontal-scrolling-announcement/
But would it be possible to insert it on the footer?
Thanks!
Hey gasto,
You would probably have to add it to your footer.php file, what is the code you want to add?
Best regards,
Rikard
Hi
Just some random text right now, with an html code like this:
<marquee behavior="scroll" direction="left">Scrolling text</marquee>
Or with CSS: http://www.quackit.com/html/codes/html_marquee_code.cfm
Thanks!
Hi,
Please follow the plugin’s instructions.
// http://www.gopiplus.com/work/2010/07/18/horizontal-scrolling-announcement/
This is an example of their latest function if you want to implement it in the footer.php file template.
<?php newannouncement( $group = "GROUP2" ); ?>
Best regards,
Ismael
OK, thanks!