Forum Replies Created
-
AuthorPosts
-
November 19, 2020 at 2:05 pm in reply to: Add Sidebar to Single Post only – No Sidebar Theme #501994
Nigel1985
ParticipantYes, I did. I can select a diff layout if I create a new page but I can't seem to. select it when building a page using Beaver Builder.
November 19, 2020 at 1:36 pm in reply to: Add Sidebar to Single Post only – No Sidebar Theme #501990Nigel1985
ParticipantI am using Beaver Builder and creating a Themer Layout for single posts. I don't see to have those options.
November 19, 2020 at 12:32 pm in reply to: Add Sidebar to Single Post only – No Sidebar Theme #501988Nigel1985
ParticipantI am using a Page Builder — shouldn't I just be able to select a different page layout?
Nigel1985
ParticipantHello, I did generate the default pages (and later used Beaver Builder's Themer to customize). The issue occurred regardless of the page.
I also have the Genesis Connect for WooCommerce installed. Is there a setting I am missing? I was only able to locate: WooCommerece >Genesis Connect Addons > Products Per Page
Nigel1985
ParticipantSolved it, needed to edit the original .css and not the CSS Stylesheet Editor
Nigel1985
ParticipantI managed to display the front-page entries in a 3x3 grid by changing .entry class width from 58% to 31.33% in the CSS (see below).
New new issue is mobile responsiveness. On a mobile device, the posts displayed 1 across, but now they display 3 across and smooshed.
Any ideas how to fix the mobile site (or any issues with the solution I found)?
All help is greatly appreciated!
.front-page .entry { background-color: #eee; float: left; height: 400px; margin-bottom: 2%; margin-left: 1%; margin-right: 1%; position: relative; width: 31.33%; } .front-page.first-page .entry:nth-of-type(2), .front-page.first-page .entry:nth-of-type(4n+1), .front-page.first-page .entry:nth-of-type(4n+2) { width: 31.33%; } .front-page.paged .entry:nth-of-type(1), .front-page.paged .entry:nth-of-type(4n), .front-page.paged .entry:nth-of-type(4n+1) { width: 31.33%; } .front-page.first-page .entry.first-featured { height: 576px; width: 98%; }
Nigel1985
ParticipantI resolved this by running a thumbnail regen plugin
Nigel1985
ParticipantInteresting thing is that all the images are the same 1440x960. Is the featured image code on a blog page set to cut off after certain dimension?
I only found the code for width = 100% and height auto
Nigel1985
ParticipantAny one seen this before? It happens on some posts but not others. Can't seem to figure out what might be triggering it.
Nigel1985
ParticipantYes, yes I could. Thanks - that worked perfectly.
Nigel1985
ParticipantThanks, that worked perfectly. Do you know if that is a common issue, an issue with the code, an issue with MY code?
Cheers,
-
AuthorPosts