Common queries
1. How do I migrate my license from a staging site to a live site?
To migrate, deactivate the license on the staging site and activate it on the live site.
2. How can I change the order of timeline stories?
Use the order
attribute in the shortcode:
order="ASC"
: Oldest to newest.order="DESC"
: Newest to oldest.
Ensure the “Story Date” is correctly set in the timeline story settings for proper chronological order.
3. Why are some Vimeo video thumbnails not appearing?
This happens due to Vimeo privacy settings. Ensure that the videos are publicly accessible or have privacy settings that allow thumbnail previews.
4. How do I display all timeline stories on one page without pagination?
Use the show-posts
attribute in the shortcode and set it to a high value to include all stories. Example: show-posts="50"
5. Can I remove the “Read More” link from stories?
Yes, you can disable the “Read More” link by adjusting the shortcode settings or switching to a design that supports this feature. For example: read-more="hide"
6. Can I customize the summary text for each story?
The plugin automatically generates summaries based on the first few characters of the story. Currently, custom summaries are not supported, but you can control the length using the content-length
attribute: content-length="100"