Browse Source

Updated WordPress answer

pull/520/head
Ryan 11 years ago
parent
commit
2a3be156bf
  1. 5
      website/templates/_help.html

5
website/templates/_help.html

@ -50,13 +50,14 @@
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-08" class="accordion-toggle collapsed">How do I hide the bottom timeline?</a></div>
<div id="faq-08" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner">If this is your end goal it may be easier for you to use a slider tool rather than TimelineJS. Here are <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/how-to/QyAxN2qLP0Y%5B1-25%5D">some</a> <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/feature-request/S00FJp9uFds%5B1-25%5D">ways</a> you can remove the timeline bar.</div>
<div class="accordion-inner">If this is your end goal it may be easier for you to use a slider tool rather than TimelineJS. Here are <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/how-to/QyAxN2qLP0Y%5B1-25%5D">a few</a> <a href="https://groups.google.com/forum/?fromgroups#!category-topic/verite-timeline/feature-request/S00FJp9uFds%5B1-25%5D">ways</a> you can remove the timeline bar.</div>
</div>
</div>
<div class="accordion-group">
<div class="accordion-heading"><a data-toggle="collapse" data-parent="#accordion-faq" href="#faq-09" class="accordion-toggle collapsed">How do I use TimelineJS with Wordpress?</a></div>
<div id="faq-09" style="height: 0px;" class="accordion-body collapse">
<div class="accordion-inner"><p>There is a <a href="https://github.com/VeriteCo/Timeline-Wordpress-Plugin">plugin for Wordpress</a>.</p><p>Here is a link with <a href="http://wordpress.org/support/topic/plugin-verite-timeline-getting-wordpress-posts-into-timeline">some coding instructions.</a></p><p>If the Wordpress plugin is out of date you can use the <a href="#embed">iFrame embed method</a></p></div>
<div class="accordion-inner"><p>The TimelineJS <a href="#embed">iFrame embed method</a> is compatible with WordPress. Some WordPress installs require users who want to paste code in to the HTML view to have an editor or administrator status — if you’re having trouble, make sure that you have sufficient permissions.</p>
<p>If you don't have the right permissions, try this <a href="https://github.com/VeriteCo/Timeline-Wordpress-Plugin">plugin for Wordpress</a>.</p></div>
</div>
</div>
<div class="accordion-group">

Loading…
Cancel
Save