hyunster
Forum Replies Created
-
Hi I will be investigating and addressing this issue and will try to address this in the next version of ASE.
Forum: Plugins
In reply to: [Aesop Story Engine] Parallax not working anymoreHi Karim,
I think the issue has more to do with the way the theme is set up. Looking at the code the name of theme seems to be “Aesop Story Theme Master” I am not familiar with this. Is this a child theme of a known theme?ASE does not promise full width components with every theme. But there could be a work around. Let me know more about the theme you are using.
Forum: Plugins
In reply to: [Aesop Story Engine] Parallax not working anymoreHi I just check the link and it looks okay to me. Are you still having an issue?
Forum: Plugins
In reply to: [Aesop Story Engine] gradient rectangle appearing on Chapter componentsThe issue has been addressed
Forum: Plugins
In reply to: [Aesop Story Engine] gradient rectangle appearing on Chapter componentsHello,
I am the author working on ASE and this looks like there is a style issue going on with the theme. (I see you are using Literatum theme.) Can you send me a private email at hyunsupul at gmail dot com? I will see what I can do for you.Forum: Plugins
In reply to: [Aesop Story Engine] Conflict with master sliderHi,
I tried Master Slider and had a problem reproducing the conflict. Is there a particular Aesop component that conflicts with Master Slider? Do you have a sample URL or can you give me a more detailed steps on recreating the conflict? Thanks.Forum: Plugins
In reply to: [Aesop Story Engine] Chapter menu broken in 1.6.10 – 1.6.11I verified that chapter component works with generic themes like Twenty Fifteen as well as themes like Longform. So I think the component works but just needs a right setting.
Forum: Plugins
In reply to: [Aesop Story Engine] Chapter menu broken in 1.6.10 – 1.6.11Hi please try setting the filter return to ‘.inner-info’ instead
Forum: Plugins
In reply to: [Aesop Story Engine] Chapter menu broken in 1.6.10 – 1.6.11Sorry I meant aesop-entry-content, not aesop-entry-header
like thisadd_filter(‘aesop_chapter_scroll_container’, ‘aesop_entry_content’);
function aesop_entry_content() {
return ‘.aesop-entry-content’;
}
If you want to ever use Timeline it’s also recommended to add
add_filter(‘aesop_timeline_scroll_container’, ‘aesop_entry_content’);Forum: Plugins
In reply to: [Aesop Story Engine] Chapter menu broken in 1.6.10 – 1.6.11I am sorry about breaking it. But I believe you can fix it in a couple of ways at this point.
1. Add aesop-entry-header class to the post class. This is what Longform theme does so I followed that convention. So the current Aesop codes is a little confused about where to look for aesop-entry-header class so didn’t use it. This is an error that I will try to fix it.
2. add the following filter to functions.php
add_filter(‘aesop_chapter_scroll_container’, ‘aesop_entry_header’);The second way would be the recommended way in long term. But please let me know if either fixes the issue. Thank you.
Forum: Plugins
In reply to: [Aesop Story Engine] Video chapter does not workIf you can, let me know if the latest version (1.6.12) fixes it for you. Let me know which theme you are using too. Thank you.
Forum: Plugins
In reply to: [Aesop Story Engine] Formatting the QuoteThere has been a broken compatibility issue with Longform theme which hopefully is fixed with 1.6.12
Forum: Plugins
In reply to: [Aesop Story Engine] Chapter menu broken in 1.6.10 – 1.6.11Please try 1.6.12
Forum: Plugins
In reply to: [Aesop Story Engine] Issues with the EnginePlease try 1.6.12.
Forum: Plugins
In reply to: [Aesop Story Engine] Issues with the EngineI was hoping for this Sunday but not sure yet. Can you email me at hyunsupul at gmail dot com? I could use your help in trying to resolve this properly. Thank you.