news ticker

Posted in: Newspaper
Post count: 88

how show news ticker in all site – post not only show in home page only ??

i want show ticker in all site

thanks

Post count: 22421

Hello,
The news ticker is a visual composer element and can be added on every post and page. You can activate visual composer for posts from here: http://screencast.com/t/izeKjg9rJgy The settings may look different if you have an older version of visual composer but check the plugin settings to activate it on posts. Then you can add the news ticker using the back end.
thank you!

Post count: 88

but this way difficult

every time i insert post i have add plugin in post 🙁

i want easy way insert ticker alwayes in post

Post count: 22421

Hi,
there is a way to ALWAYS have the ticker on posts. But this one cannot be removed. You will have to edit the post template files and add the news ticker with a shortcode. You can insert it only on the templates you want.
You can use this code:
<?php echo do_shortcode('VISUAL COMPOSER SHORTCODE')?>
You first need to create the news ticker as you want it (edit it’s settings) in visual composer and then use the shortcode visual composer creates for the element. You can see it in classic mode and text mode. For example:
[td_block_trending_now]. (the code will look like so:
<?php echo do_shortcode('[td_block_trending_now]')?>)
Then you can use it in the desired template file: http://screencast.com/t/kgKgZYYsV or all of them if you wish to have it on all templates.
Depending on where you want the trending now to display inside the post you will need to insert the function in a certain place inside the file: http://screencast.com/t/1TYJUINUSVJ

Thank you!

Post count: 88

ok thanks

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.