Vertical marquee WordPress plugin

I have created this simple plugin because of the user request, you can use this vertical marquee plugin to make your text scroll upward or downwards. This plugin will work on all leading browsers except old Netscape browsers. In this plugin, we use a simple HTML marquee tag to scroll the text and it loads very fast, and it is pure HTML so no javascript is required. admin option available to change the text style and marquee speed.

Plugin live demo available in this page. You may also be interested in Vertical marquee post title WordPress plugin.

Features of this plugin

  • Light weight
  • Loads very fast
  • Pure HTML tags

Admin management

In your WordPress administrator section go to the Settings menu and select the Vertical marquee plugin menu to configure this plugin.

Scroll Amount: This is used to organize the speed of the scrolling, the only integer allowed and a higher value provides a faster speed
Scroll Delay: This is used to reduce the speed of the scrolling, the only integer allowed.

Vertical marquee plugin WordPress plugin

Plugin configuration

Drag and drop the widget: Go to the widget menu and drag and drop the Vertical marquee widget to your sidebar location.

Shortcode for pages and posts: Use the below shortcode in the pages and posts.

[vertical-marguee setting="1" group="group1"]

Add directly in the theme: Add the below PHP code in your theme PHP file, for example, if you want to add this slider in your website footer, just activate the plugin and add this code in the footer.php file.

From version 1.0 to 4.0

<?php verticalmarquee(); ?>

From version 4.0 onwards

<?php echo do_shortcode( '[vertical-marguee setting="1" group="group1"]' ); ?>

Frequently asked questions

Q1. What is Scroll Amount, Scroll Delay?

Scroll Amount: This is used to organize the speed of the scrolling, the only integer allowed and a higher value provides a faster speed

Scroll Delay: This is used to reduce the speed of the scrolling, the only integer allowed.

Q2. Can you explain the shortcode?

[vertical-marguee setting="1" group="widget"]

Vertical-marquee: Default text
Setting: We have three setting options in the admin, add anyone.
Group: We have ten groups in the admin, add anyone.

For example: if you want to scroll the GROUP1 messages with setting 2, use the below shortcode.

[vertical-marguee setting="2" group="group1"]

Download location

http://www.gopiplus.com/work/2012/06/30/vertical-marquee-wordpress-plugin-download-link/

Plugin official page

http://www.gopiplus.com/work/2012/06/30/vertical-marquee-wordpress-plugin/