Also seeing this here on our old theme derived from Aaply. We had issues with earlier 2.7 version showing all articles in the sidebar instead of just the series, and now this version which fixes that (I think) has caused the layout issues. It’s a no-win.
Hi @scmsteve @m9729640633
Try going to Series > Overview Page and making sure that is set to “Default”.
Yes, it is set to Default here. It was set that way before, the problem is unchanged.
OK, thanks.
In that case, please add more specific details about what you’re seeing. Ideally there will be enough detail that our team can follow along and replicate the problem.
We can’t help with specific theme integration issues. That level of support is available with the Pro version of Series.
But this may be able to help identify a bug that’s impacting the plugin more generally.
The formatting with 2.7.1 does not have the right column of the theme layout, or even the left border, it is as though the content is a 100% width block under the header without accounting for any other theme layout. An image is attached showing a snippet of the page with with images/text pushed far left and text going to the far right.
I then attach an image of how it should look, and how it looks on v2.6.3. I have to downgrade to 2.6.3 and flush caches but then the correct layout appears.
Well, I can’t attach images here. 🙁
Incorrect:
https://drive.google.com/file/d/1fUTKeg-1jpLsb11B94HXMEpqoLxoPS2r/view?usp=sharing
Correct:
https://drive.google.com/file/d/1m2ri6NcbIfqu8Rstou2fQJPWWw3dIRX1/view?usp=sharing
The HTML generated output just underneath the header is substantially different, up to the <article>, and after. I just included the part up to the article element.
2.6.3:
<div id="content" class="col-full">
<section id="main" class="col-left">
<article class="post-950 post type-post status-publish format-standard has-post-thumbnail hentry category-charlotte-mason category-featured category-planning tag-charlotte-mason-method tag-living-books tag-narration tag-short-lessons series-making-the-transition-to-cm">
2.7.1:
<section id="primary" class="site-content">
<div id="content" role="main">
<header class="page-header">
<h1 class="page-title">Series: <span>Making the Transition to CM</span></h1> <div class="archive-description"><p>Practical ideas and tips to help you make the transition to the Charlotte Mason Method in your home school.</p>
</div>
</header><!-- .page-header -->
<div id="pps-taxonomy-series-overview">
<div class="pps-layout-default pps-columns-1">
<article class="pps-taxonomy-series__post">
I would be happy to share the full HTML privately if you would find it helpful.
Thanks for the feedback, @scmsteve
I’m going to move this over to Github were we can discuss code. Anyone is welcome to chip in there: https://github.com/publishpress/publishpress-series/issues/360