DenonStudio
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Has been a member for 4-5 years
- Item was Featured
- Referred between 10 and 49 users
- Exclusive Author
- Sold between 50 000 and 100 000 dollars
- Australia
- Envato Staff
406
Purchases
Buyer Rating:
4.31 stars
4.31 average based on 54 ratings.
-
5 Star
3768%
-
4 Star
59%
-
3 Star
712%
-
2 Star
23%
-
1 Star
35%
| Created | 14 July 09 |
| Last Update | 14 July 09 |
| Compatible Browsers | Firefox, IE6, IE7, IE8 |
| Files Included | JavaScript JS |
© All Rights Reserved DenonStudio -
Contact Envato Support


I dont know why, and yes i check the code, but the calendar as always set in 2009 instead of being set in the month and years current ! how do i tell the calendar to be set at TODAY date ?
Sorry, i answer my OWN question : jQuery(document).ready(function(){ var timeline = new Timeline(“timeline”, new Date(“Wed Jul 01 2009”)); });
change to : jQuery(document).ready(function(){ var timeline = new Timeline(“timeline”) });
SORRY MY MISTAKE !
RTFM !
OK, i need support and help on this one… i have read comment and manual, but cannot find answer. I have in the post a link () and i like to get that link in the bubble. I need to find where in the code you strip the anchor tag ! PLEASE HELP !
There isn’t any code for striping them. I think you need to escape them correctly.
It a link done in the WYSIWYG editor of wordpress, how could i escape that… Where in the code i can used the php code just as http://php.net/manual/en/sqlite3.escapestring.php
I’m not exactly sure how you’ve setup the calendar. It doesn’t come with a Wysiwyg editor so I suggest you check with your developer.
I generate de list from a custom post type, Before jquery timeline is trigger, the anchor link is there, after the timeline is create, all the text exept the anchor is there… why ?
Can please host it somewhere that I can look at?
here it is : http://studioteknik.ca/stada/ and under the calendar is the exact same come “send” to make it !
Link post (see under the calendar)... can you take a look today please ?
When you check my listing, in the timeline, the “text” is there but the link is stripped. maybe if you told me where to look i can help, but i think it filter the content from the post !
Please help me get the answer fast because site must be launch TODAY !... thanks PM me
PM me…. i need help.. for link in calendar
How can i make this timeline to show only current week instead of month?
It’s not a supported feature of the script so you will need to change the code yourself.
Can I to use calendar only for current year? Disable link to last and next year. And after december 2013 to get january 2013?
Is it possible, to translate this Timeline to German, and how difficult is that?
LG
Yes but you will need to do that yourself.
Is there a way to add links or images? You keep saying you’ll reply or update shortly but then disappear!
figured it out if anybody wants to know how to include images or links.
around line 41 change: content: jQuery(eventItems[i]).text()
to