I attempted to send an email using this email address from your website: [email protected], but received an error indicating that the domain couldn’t be found. I want to request a refund for a recent purchase as your Editus plugin doesn’t work. It’s frustrating to encounter this issue, as it suggests you don’t want people to be able to contact you for refunds. I would appreciate a response from you regarding both the refund request and the availability of correct contact channels.
]]>Hello,
after the updte of the aesop story engine to 2.2.6 pics which are displaey via the story engien seems to be enlarged (see link). Before the update, the pic was centered.
The plugin is installed in the Novella-Theme.
Please check.
Thank you + kind regards
Tom
When I want to add a component to a new post if I select any of the components I can not see the Insert component button. What can cause this issue? Is it something related to the new version of wordpress?
]]>The horizontal gallery doesn’t work correctly, either in scroll or parallax mode. The pictures are cut. Here’s a link to see the problem :
https://reportage.marianneliegeois.com/test-2/
Cant you tell me what’s wrong ?
Thanks
Hi there,
Many thanks for the great plugin.
We found an issue and would like to report it to be fixed in your next update.
We are using latest 2.1.2 version and you can find the issue report in the following screenshot.
Thanks in advance.
]]>Hi,
we’re using succesfully your plugin aesop story engine!. Thank you for your work.
We’re now migrating our site and I would like to export the galleries to the new location. Did you provide any kind of gallery migration tool? WPAllImport/Export, unfortunately, doesn’t migrate properly the collected images.
Thank you
]]>Debugging issues on the site, so I share anything that pops up:
PHP Notice: Undefined index: revealfx in /xxx/yyyyy/zzzzz/public_html/wp-content/plugins/aesop-story-engine/public/includes/reveal-anim.php on line 60
Source map error: request failed with status 404Resource URL: https://blamedutchie.photography/wp-content/plugins/aesop-story-engine/public/assets/js/ai-core.min.js?ver=2.0.5
Source Map URL: ai-core.min.js.map
Files in that location:
ai-core.js – size: 0
ai-core.js.map – size: 123071 (opening shows “version”:3)
ai-core.min.js – size: 100695
Just updated to the latest version and can reach neither front nor backend of my site. As I was in the middle of fixing my site after the WP 5 + Gutenhell updates, my site is now basically dead and a week of editing each and every post went down the drain.
Maybe it’s time to put some effort into stopping these Gutenhell adepts from pushing forth their shitty baby no matter what.
]]>I restored it both times by reverting to version 1.9.10.3, but would like to take advantage of current and future updates.
Thanks.
https://sustainableplay.com
Hi Folks,
We are using ASESOPE Story Engine on our site. Below mentioned php notice is being logged in the debug log many times.
PHP Notice: Undefined index: HTTP_USER_AGENT in /var/www/inc42.com/htdocs/wp-content/plugins/aesop-story-engine/public/includes/browserclasses.php on line 106
Actually, there are many from different lines of code. Check this: https://snag.gy/QoCAPv.jpg
Can you please check and revert on this?
Thanks in advance.
Regards,
Prasad.
Hi there, sorry for the question, but I hadn’t been able to find a single blogpost dealing with this issue. I understand there might be compatibility issues using both plugins together (+ bento theme); but I am not skillful enough so as to decide why it wouldn’t be a way to bring a sparkle of magic to our posts.
]]>Updates this morning and the site, both front and backend, broke with this error:
Fatal error: Can’t use method return value in write context in /data/19/1/57/54/1872869/user/2034929/htdocs/XXX/wp-content/plugins/aesop-story-engine/public/includes/options.php on line 18
I have a post via Longform theme which has 10 chapter sub-headings. When scrolling down and clicking the chapter link at the top of the page only 8 of 10 appear. In the text/code, chapters 9 and 10 seem fine. Is there a limit on the number of chapters in AESOP?
]]>I have installed Aesop Story Engine Version 1.9.8.6.
In the given link https://staging-theken.kinsta.com/you-can-bring-bullet-train-from-japan-but-not-artificial-intelligence/ (all single.php) pages I am getting
jQuery(…).swipebox is not a function error.
Uncaught TypeError: jQuery(…).swipebox is not a function
at HTMLDocument.<anonymous> (ai-core.min.js?ver=1.9.8.6:sourcemap:4)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
I have deactivated all the plugins it is not conflicting with any other plugin. Can you help.
]]>The plugin does not have a valid header.
Usually, this error comes from uploading a zip folder, but I just got this error when trying to install directly from WordPress….
]]>Is Aesop Story Engine compatible with Visual Composer? I am using Visual Composer and installed Aesop Story Engine but it doesn’t seem to be doing anything when I try to add content.
]]>Hello,
I am a new Aesop user.
Great plugin, but I have troubles to make it work with my theme. I would like to have a full width chapter like in this example: https://features.texasmonthly.com/editorial/hidden-texas/
I do not have an Aesop theme. I have a free theme called Aperture.
I have read the quick start guide here: https://aesopstoryengine.com/developers/
So far, I have tried to apply the instructions in the following sections:
Utilizing Full-width Feature
I added the following in the Custom CSS plugin:
p,
.aesop-content {
width:100%;
max-width:960px;
margin:0 auto;
}
p,
.aesop-header {
width:100%;
max-width:960px;
margin:0 auto;
}
Timeline & Chapter Component Integrations
I do not know in which template file I need to add these codes:
Pre 1.0.5
do_action(‘aesop_inside_body_top’);
1.0.5+
do_action(‘ase_theme_body_inside_top’);
I added this class .aesop-entry-header to the page where the chapter should be displayed here:
https://stories.mobilereporter.info/page-1/
I did not understand if I need to add to the same page also the class: .aesop-entry-content
Component Hooks
I added this code to the Code snippet plugin:
{{ aesop_chapter_before }}
// if video is bg type
<section id=”chapter-hash-HASH” class=”aesop-article-chapter-wrap default-cover aesop-video-chapter aesop-component”>{{ aesop_chapter_inside_top }}
<div class=”aesop-article-chapter clearfix” style=”height: auto;”><span class=”aesop-chapter-title”>LABEL</span>
<h2 class=”aesop-cover-title”>TITLE<small>SUBTITLE</small></h2>
<div class=”video-container”>
“IMG”
</div>
</div>
{{ aesop_chapter_inside_bottom }}
</section>// else if img is bg type
<section id=”chapter-hash-HASH” class=”aesop-article-chapter-wrap default-cover aesop-component”>{{ aesop_chapter_inside_top }}
<div class=”aesop-article-chapter clearfix” style=”background: url(‘IMG’) center center; background-size: cover;”><span class=”aesop-chapter-title”>LABEL</span>
<h2 class=”aesop-cover-title”>TITLE<small>SUBTITLE</small></h2>
</div>
{{ aesop_chapter_inside_bottom }}
</section>{{ aesop_chapter_after }}
THE CHAPTER STILL DOES NOT SHOW IN FULL WIDTH. I WOULD BE GRATEFUL IF SOMEONE COULD EXPLAIN WHAT EXACTLY I NEED TO DO. I AM NOT A CODER, SO PLEASE TRY TO EXPLAIN IN THE MOST SIMPLE WAY. THANKS
]]>Please direct all support questions to one of the following two places. I am no longer receiving notices from this forum.
1. Make a post at
https://aesopstoryengine.com/forum/ase-support/
2. Or you can write to me directly at
hyunsupul at gmail dot com
]]>Hi,
I was wondering how can I do to change the transition speed since every time I try to set it it goes back to default.
Thanks
]]>I set the content module at 2 columns then added some content. I then added more content via the main editor and proceeded to preview the post. On the preview page I had just one column, is there a minimum number of characters you need to type in in order for the columns functionality to take effect?
]]>I had a beautifully, evenly spaced photoset gallery on my home page prior to the most recent upgrade. Reinstalling previous version.
While I have the gallery set to 100% AESOP is not picking up the gallery formatting or choices anymore.
]]>Theme: 2016
Problem: Whatever is supposed to show up on the post editor doesn’t.
After installing and activating Aesop Story Engine no ‘+add component’ shows up in posts. I use the Avada classic theme. I followed ASE instructions to edit the functions.php file by adding the following code: add_theme_support(“aesop-component-styles”, array(“parallax”, “image”, “quote”, “gallery”, “content”, “video”, “audio”, “collection”, “chapter”, “document”, “character”, “map”, “timeline” ) );
Still no ‘+add component’ button appears.
What I am doing wrong?
Any help would be greatfull.
Hello,
I’m using the latest free version of AESOP plugin. I’m also using Yoast SEO (latest version). I notice when I add a parallax component to the page, I get errors in the readability statistics of Yoast. Everything else so far seems to be fine and if I remove the parallax component, the stats in Yoast work again.
I intend to submit a report on GitHub to both you and Yoast SEO in next couple of days.
While I like working with the readability stats on Yoast, I was wondering if you would recommend using a different SEO plugin with your Aesop?
Cheers
-Tina
Theme: Musik, Plugin ver: 1.7.11
They are completely inaccessible to me all the parameters to customize the look of the map.
Other segments of the plugin function correctly.
Hi,
Since installing 1.7.11 and the new WP version, audio is no longer working on Safari. Java script is enabled and the audio is working on other browsers. Do you have any suggestions? I am using Myth theme.
Thanks
]]>I’d like to primarily use and iPad to post to my blog. I can add a component when writing a post but once the component is added I cannot open that component to edit it if needed.
]]>Tried to download and install to give this a try, but I get an error message saying the stylesheet is missing.
]]>How does ASE handle text columns? Is it through CSS, HTML, HTML 5, or XML?
]]>