Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 3, 20222 yr Prior to upgrading to 4.7.3 I had a sidebar that was sitewide. Since the upgrade it is only there on my homepage and forums. Ideally I want it in pages too. I can't remember whether this was the default setting in the previous version I was using or if I needed to make some customisations for the sidebar to show in pages. Does this require a plug in or a template changes to work in 4.7.3?
November 3, 20222 yr Author That seems to be a different issue to what I have. He does not have the pages app and has no sidebar on his forum lists and topics, whereas I do have the sidebar on my forums list page and topics list. The sidebar is there on all forum related pages as well as my home page. It just isn't there in the pages app.
November 3, 20222 yr It just isn't there in the pages app. It’s not a global setting. Each page in Pages may or may not have a sidebar. For a Page Builder page, just open the front end block manager and put at least one widget into the sidebar. Then the sidebar will be used. You probably don’t use that but for the sake of completeness: Manual pages in Pages have setting in the ACP which controls the appearance of the sidebar.
November 3, 20222 yr Author For a Page Builder page, just open the front end block manager and put at least one widget into the sidebar. Then the sidebar will be used. Yes that's how I've always done it, but when I try now the sidebar isnt there on pages. It's there on the forum and I drop the blocks in via the front end, but for whatever reason the pages template doesn't have the sidebar. I do have these spaces at the bottom, one of which looks like it might be the sidebar but just in the wrong space? Edited November 3, 20222 yr by tlw1999
November 3, 20222 yr Solution This looks like some broken HTML code resulting in the sidebar being moved to the footer.
November 3, 20222 yr Yeah, that’s a broken layout. The sidebar is pushed down I think. You would need to find the HTML errors causing this and then the sidebar will appear as it should.
November 3, 20222 yr Author Ok that makes sense. Where would I need to look for any html errors? As far as I'm aware I have not changed any of the templates. It isn't a theme issue either, as it's the same in a basic theme as it is in my customised one.
November 3, 20222 yr Author Found it! It was the articles page template and I had an extra </div> in there at the end of the code. All good now, thanks guys.