Tagged: wonders Aesop Story Engine story
- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by
John Wu.
- AuthorPosts
- May 28, 2015 at 8:54 am #1318
Yerbol Serikbay
MemberMy site i use Aesop Story Engine plugin for create medium style post.
But all elements dont work in Wonders theme. Why? CHAPTER, PARALLAX,VIDEO,MAP elements dont work. Not shows.
Please help me.
Gallery element its nice work.
Other and default all theme Aesop Story Engine plugin nice work.
Plugin url: http://aesopstoryengine.com/May 29, 2015 at 5:38 pm #1337Hi
Thanks you let me know this awesome plugin, but I haven’t tested it with the theme when I developed the theme.
After I activated the plugin, it requires to add the following codes into functions.php
add_theme_support("aesop-component-styles", array("parallax", "image", "quote", "gallery", "content", "video", "audio", "collection", "chapter", "document", "character", "map", "timeline" ) );
Have you added it? I tried to add it and looks the element can show up as normal.
Thanks
June 2, 2015 at 6:31 am #1338Yerbol Serikbay
MemberHi Johnny Woo.
Yes its nice plugin for crate story post. Yes i add in functions.php
add_theme_support("aesop-component-styles", array("parallax", "image", "quote", "gallery", "content", "video", "audio", "collection", "chapter", "document", "character", "map", "timeline" ) );
But “parallax”,”video”,”chapter”,”map”, “timeline dont work in Wonders theme.
Please search error and fix this error. Thanks!June 8, 2015 at 4:26 pm #1365Sorry for the delay. I tested it for a long time.
First of all, look at a test post I added in your website. http://istory.kz/?p=3523&preview=true
The Parallax, Audio, Chapter and map are working.
For the video doesn’t display, I found the plugin generated the following code, but the container is no height.
<div class="fluid-width-video-wrapper">....</div>
After I set the height value to 500px manually, the video is show up.
For the Parallax issue, if you place the video or audio into the page, the parallax will not work, if you only place a parallax section into the page, it’s working, I found the plugin generated the following codes, the container also no height.
<div class="aesop-parallax-sc">....</div>
As same as the video issue, I set the min-height to 400px manually, it’s working fine.
You can check my custom CSS in “Wonders options > Custom code > Custom CSS”.
- AuthorPosts
- You must be logged in to reply to this topic.