Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Luke,
Im using Umbraco 7.1.4 and Smart blog 2.0.9. I cannot upgrade this as its already in use.
The Tags currently have no limit and the list grows.
Can you please help me with Read more, Read less option maybe?
Swati
You should be able to just add a .take(10) on the end of the tag array.
Wont it just not accept more tags? i want all tags to display, but on click of read more since it will be too long
Is this on the side bar of the blog or under a post?
If you wrap the tags in an element and then use jquery to animate the height with an overflow hidden set in css, you will be able to create a slide in/out effect.
in the side bar.
Can you give some more information on the same please?
Unfortunately I don't have the time at the moment to code a solution for you however the process is very simple.
You might be able to use something like this: http://api.jquery.com/slidedown/
Or create your own solution using: http://api.jquery.com/animate/ or http://api.jquery.com/show/
You could even go for a simpler option by setting the height of the element and adding overflow: scroll; to it.
thanks i will check this,
If you can make it display around 5 lines of tags and hide the rest(to be shown on click of read more) it will be great.
Please try to provide this feature sometime.
Thanks for the help
I used some scripts to work this. Thanks :)
Great to hear, glad you sorted it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Tags need Read More and Read Less option
Hi Luke,
Im using Umbraco 7.1.4 and Smart blog 2.0.9. I cannot upgrade this as its already in use.
The Tags currently have no limit and the list grows.
Can you please help me with Read more, Read less option maybe?
Swati
You should be able to just add a .take(10) on the end of the tag array.
Wont it just not accept more tags? i want all tags to display, but on click of read more since it will be too long
Is this on the side bar of the blog or under a post?
If you wrap the tags in an element and then use jquery to animate the height with an overflow hidden set in css, you will be able to create a slide in/out effect.
in the side bar.
Can you give some more information on the same please?
Unfortunately I don't have the time at the moment to code a solution for you however the process is very simple.
You might be able to use something like this: http://api.jquery.com/slidedown/
Or create your own solution using: http://api.jquery.com/animate/ or http://api.jquery.com/show/
You could even go for a simpler option by setting the height of the element and adding overflow: scroll; to it.
thanks i will check this,
If you can make it display around 5 lines of tags and hide the rest(to be shown on click of read more) it will be great.
Please try to provide this feature sometime.
Thanks for the help
Hi Luke,
I used some scripts to work this. Thanks :)
Great to hear, glad you sorted it.
is working on a reply...