Help needed :- Vertical News Scroller on Concrete 5 website
Permalink
Hello all,
after a few months, I am back again with C5 dev. Recently I have to build a very minimmal website which have little requirement such as a gallery and a vertical Latest news scroller on home page.
I have done gallery and I used Page List block to show the latest news in the home page.
Now, I am in middle of an issue that I am not able to impement the news ticker effect (a jquery effect that newflashes will be scrolled vertically).
here goes the website
http://www.karavaramvhss.in/kara/...
I need to scroll the contents in Latest News section
I looked into the page list template files, I dont see any <ul> <li> tags that I can make the effect with Jquery.
So any help regarding this? how can I implement a vertical scrolling effect
thanks in advance
after a few months, I am back again with C5 dev. Recently I have to build a very minimmal website which have little requirement such as a gallery and a vertical Latest news scroller on home page.
I have done gallery and I used Page List block to show the latest news in the home page.
Now, I am in middle of an issue that I am not able to impement the news ticker effect (a jquery effect that newflashes will be scrolled vertically).
here goes the website
http://www.karavaramvhss.in/kara/...
I need to scroll the contents in Latest News section
I looked into the page list template files, I dont see any <ul> <li> tags that I can make the effect with Jquery.
So any help regarding this? how can I implement a vertical scrolling effect
thanks in advance
You will probably want to create your own custom template for the news ticker that formats the HTML using a ul. You can also add the jQuery code to your custom template. See this how-to for more information on creating a custom block template:http://www.concrete5.org/documentation/how-tos/designers/change-how...
thank you for the response. I will try my luck with that.
happy news. I have fixed.. I used the jquery autoscroller and timer scripts, which very simple but effective.
work is here
http://www.karavaramvhss.in/kara/...
work is here
http://www.karavaramvhss.in/kara/...
http://www.webdesignbooth.com/create-a-vertical-scrolling-news-tick...
but I am unable find any <ul> <li> tags in Page List templates / view files
:-(