• Resolved luis_castilho

    (@luis_castilho)


    To be able to include anything other than text in the timeline and avoid the Loading problem, edit WORDPRESS_ROOT/wp-content/plugins/wp-veriteco-timeline/wp-veriteco-timeline.php, replacing line 360:

    $string .= stripslashes($entry->toJSON());

    With:

    $string .= $entry->toJSON();

    Optional but recommended step: update TimelineJS code. Download the latest TimelineJS code from here (2.25, as of this writing). Unzip it and copy everything under TimelineJS-VERSION/compiled/js/ to WORDPRESS_ROOT/wp-content/plugins/wp-veriteco-timeline/js/ and everything under TimelineJS-VERSION/compiled/css/ to WORDPRESS_ROOT/wp-content/plugins/wp-veriteco-timeline/css/. And that’s it. This way your timeline will look just like the one at timeline.verite.co.

    Tip: To pull media from Google Maps/Twitter/Flickr/SoundCloud/Vimeo/YouTube/Wikipedia/etc include a link to it in the Timeline Meta Data > Video Embed field of your post.

    http://wordpress.org/plugins/wp-veriteco-timeline/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello
    I am using same plugin in a website but it is not working properly. When ever i update text or images in WP admin , it is not updated to frontend in Google Chrome. Also there is an issue with FireFox & IE.
    Plugin is showing character ‘n’ before and after Timeline post content in IE and firefox. please help.
    You can check website at http://www.centegytechnologies.com

    sajid

    Thread Starter luis_castilho

    (@luis_castilho)

    Hi sajid,

    I just tested updating a timeline post content on a website I admin and it worked as expected. I included some text, clicked Update on the right, refreshed the website tab and the text was updated. Maybe your browser is showing you a cached version of the timeline? Try clearing your browser’s cache and see if it helps.

    And I can’t see the ‘n’ you mentioned. Looks good from here.

    Plugin Author Josh Eaton

    (@jjeaton)

    This change has been made in version 1.1 of the plugin, please upgrade to get the fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A fix’ is closed to new replies.