- This topic has 46 replies, 7 voices, and was last updated 7 years, 3 months ago by Tom.
-
AuthorPosts
-
May 4, 2015 at 10:24 am #105349Wood Long LLC
I was really excited to try the new sections add-on, but I’m having some trouble. Also, I readily admit ignorance when it comes to code, so any suggestions that require something beyond basics will fly right over my head…. I’ve just been experimenting on this page: woodlongfamilylaw.com/about/test-page
1. We are using sidebar widgets on our global template. When I activate sections on a page, the sidebar widgets disappear. There is this big empty space for them on the left, but no widgets. I’ve tried in the “Quick Edit” bit to select the “Default Template,” but no luck.
2. The containers for the sections stretches way out past my nav bar, which looks really odd. Maybe it’s due to the global layout settings I have? But I do not want to mess up what’s going on with the other pages by changing that. I’ve experimented with fluid vs. contained and contained helps rein it in, but not completely.
3. This one is probably very ignorant, but what is parallax effect? I can’t tell any difference between sections when one is enabled and another is disabled.
4. Maybe in a future update, you can make an option to put space between the section containers. I figured out a band-aid approach to this by inserting empty sections between substantive sections with very little padding, so no big deal.
Let me know if there is a way to fix the first two especially. Thanks!
May 4, 2015 at 12:40 pm #105372TomLead DeveloperLead DeveloperHi there,
1. When Sections are enabled, sidebar widgets are removed. This is because generally sections are meant for full width sections of content, which doesn’t allow for any sidebars. I may change this in the future, but I’m not sure how I would incorporate sidebars as of right now.
2. Not sure what you mean here? As long as the container is set to contained, it shouldn’t stretch out further than your contained navbar. Can I get a link to see this?
3. Parallax only works when a background image is set – it creates a cool effect when scrolling.
4. I wouldn’t add sections just to create a space, instead, give your section a custom class, like “section-margin”. Then, add this CSS:
.section-margin { margin-bottom: 20px; }
Hope this helps 🙂
May 5, 2015 at 9:30 am #105649Wood Long LLCYeah, the link I posted above should show you what I’m talking about with the containers. It’s on this page. Ok, thanks for the responses 🙂
May 5, 2015 at 10:00 am #105653TomLead DeveloperLead DeveloperThat is super weird – it looks like you may have some HTML elements inside your sections that haven’t been closed.
Can you look in the “Text” tab of your sections, and make sure every opening
<div>
has a closing</div>
– as well as every other HTML tag. I am seeing a lot of HTML inside the sections, so that’s probably what’s going on.Let me know 🙂
May 5, 2015 at 10:06 am #105655Wood Long LLCWhen I open the “Text” tab it’s pretty bare and all the html tags are closed.
<p style="text-align: center;"><strong>Sections…</strong></p> <p style="text-align: justify;">I'm still trying to figure out how sections really works.</p> <p style="text-align: justify;"> For instance, why is the section box way outside the nav bar?</p> <p style="text-align: justify;">Also, why can't I separate my section boxes? (As in, put space between each container.) (**I figured this one out. Just add an empty section between sections.)</p>
I’m wondering if this has to do with the global layout settings including sidebar widgets? IDK!
May 5, 2015 at 10:12 am #105656TomLead DeveloperLead DeveloperI’m seeing tons of itemprop stuff in each section – definitely shouldn’t be happening.
Can you try deactivating this plugin?: Add-Meta-Tags WordPress
May 5, 2015 at 10:27 am #105661Wood Long LLCok. done.
May 5, 2015 at 11:06 am #105673TomLead DeveloperLead DeveloperAha, figured it out – you found a bug 🙂
It’s been fixed in the next version.
For now, go to the top right of your edit page and click “Screen Options”.
Check the “Sidebar Layout” checkbox.
Now, set that page to have no sidebars.
Thanks!
May 5, 2015 at 11:20 am #105675Wood Long LLCAh, that did it. Unintentional find 🙂
May 17, 2015 at 4:05 am #108462HeinzHi Tom
concerning your post:
“1. When Sections are enabled, sidebar widgets are removed. This is because generally sections are meant for full width sections of content, which doesn’t allow for any sidebars.”
Would be very useful, if I would be able to use both: sections AND sidebar at once on a site. This was the reason to use the sections plugin. Is it possible for you to change it.
May 17, 2015 at 7:59 am #108489TomLead DeveloperLead DeveloperWhat would it look like? I can’t picture have full page sections and including a sidebar. Any examples of this anywhere?
July 17, 2015 at 9:42 am #121834KrzysztofTom, could You add support for sidebar in sections? My page have separates boxes and on one page I want sections but with right sidebar (http://beherit.pl/en/about-me here I want to write my resume but all information eg. educations, skills in other separate sections).
July 18, 2015 at 12:05 am #121959TomLead DeveloperLead DeveloperI haven’t quite figured out how I would include sidebars into Sections.
For example, what would it look like if the sections were fluid? Where would the sidebars go?
Would they only show up if all of the sections were contained?
July 19, 2015 at 1:32 am #122094KrzysztofTom, I want to have look like category page – each post in separate box and sidebar on the right.
July 23, 2015 at 12:00 am #122971TomLead DeveloperLead DeveloperWorking on this 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.