does someone of you maybe know how to integrate chapter marks within the podlove web player plugin? Thanks a lot in advance.
best wishes
Niklas
]]>Also, if you go to a previous chapter (aka episode) and reach the end, it will not automatically go to the next chapter of the comic.
Has anyone else encountered this problem and know of a fix or some sort of solution.
]]>My question is Can I add books chapter?
I mean I don’t sell the book just I share chapters for readers.
Thanks…
]]>I’m integrating webcomic plugin to my website, but I need that every chapter page contains only one comic page (with navigation), is this possible or there any similar settings?
Thanks.
]]>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
]]>I created a video in iMovie that has chapter marks and when I upload it to WordPress it doesn’t show them…
Is there a way for me to have the WP player show chapters without using a plugin?
Or is there a free or affordable plugin that does this? I was looking into JW Player plugin but it’s out of our price range.
Because of privacy issues I can’t use a third party like YouTube to embed the video.
Thanks for any input.
]]>In addition, have each book listed on the page of all chapters, with the chapters of each book under the book in question.
]]>Site A represents an organization. There are different chapters within it (for example an LA chapter, a NY chapter, and a Chicago chapter). Ignore Site B.
Can I customize what posts are shown and where header links link to, all based on the subdomain of the url? For instance, SiteA.com shows all posts and a general “About Us” page in the header. But go to chicago.SiteA.com and all posts are only those for the Chicago Chapter, and header links link to the Chicago version of the “About Us” page. Maybe it would also have a different header image as well. Then the la.SiteA.com would only show posts related to the LA chapter, along with its own header nav menu.
Is this a possibility, is there a plugin already made for this? The hardest part I can see is getting the subdomains to work, especially with the MultiSite configuration. But if I can just map la.SiteA.com to, say, SiteA.com/la (either via the domain plugin for MultiSite or via Apache), then how would WordPress customize the content and the headers/sidebars based on the specificity of the URL?
I tried Googling, but finding a topic about this in a few words is difficult.
]]>