Tagged: enfold blog
-
AuthorPosts
-
December 7, 2019 at 10:42 pm #1163696
I’ve been using the Enfold theme for years, and I’m not understanding what I’m seeing. We are having a bunch of problems with the blog post pages.
1. “Invitation!” post isn’t showing the read more text on the front page of the blog.
2. Click into the “Invitation!” post and the whole page is grey. This isn’t the case on other posts that were original to the demo import.
3. Why are the social media posts and the comments showing up on the page and when you go into the Advanced Layout editor they aren’t there. Look at “A Nice Entry” post. What’s controlling all the features on the bottom of that page? They aren’t in the Advanced Layout editor.
4. “Pet Sitters International” post the sidebar is below the content of the page instead of being on the right side of the page.None of this is happening in the pages, just the blog posts.
Can you please look at this and tell me what is going on?
December 8, 2019 at 6:01 am #1163737Hey Kim,
When using the Layout Builder for posts then you have to add everything manually to the post, that includes the excerpt, social links and comments. I see that you have added the last two using the Layout Builder. You can add the excerpt in the sidebar as well.
I couldn’t see a post called Pet Sitters International, is it the post in private?
Best regards,
RikardDecember 8, 2019 at 9:43 pm #1163901Hey Rikard,
Thanks for answer. Obviously there are different elements set into the layout of the blog posts if you’re not using the Advanced Layout editor. I like to use the Advanced Layout builder, so that’s fine. Question…are all the demo import pages and blog post pages coded the same, or are they different?I still don’t understand why the Read More isn’t working in the Invitation post.
I figured out the “Pet Sitters International” post (the first one on the blog page. It appears the Color Section can’t be used in blog posts. It makes the sidebar go to the bottom of the page.
When using the Advanced Layout builder with the blog posts, how do I change the sidebar to a light grey (#efefef). Should I be able to change this without code in the Quick CSS? This code is in place in the Quick CSS, but changing the first background color changes the entire page, not just the sidebar:
#top.post-template-default #wrap_all #main,#top.post-template-default #wrap_all #main.all_colors .container_wrap.container_wrap_first.main_color.sidebar_right {
background-color: #ffffff!important;
}
.container.template-single-blog main.content {
background-color: #efefef!important;
padding-left: 30px!important;
}
.template-single-blog footer#socket {
margin: 0 auto!important;
padding: 0px 50px!important;
}
.responsive .container.template-blog.template-single-blog {
max-width: 100%!important;
}
#top.post-template-default.single.single-post.single-format-standard.stretched .container.template-single-blog {
padding-left: 0px !important;
}December 9, 2019 at 5:34 am #1163971Hi,
The demo pages are all built using the Layout Builder, there are no special tricks or codes in the demos. Where exactly is the read more not working? I’m not sure which your blog overview page is, please link to it directly.
If you use a full width element as your last element on a page or post with a sidebar, then it won’t show. You will have to end your layout with a non full width element in order for it to show, like a 1/1 element for instance.
You can change the background of the sidebar on single posts using this CSS:
.single-post .sidebar { background: #efefef; }
Best regards,
RikardDecember 9, 2019 at 5:55 am #1163978This is where the READ MORE is not functioning properly: http://animalcaretrustusa.flywheelsites.com/animal-care-trust-blog/
On other themes I’ve used, text in the article will show up between the featured photo and the READ MORE button, but none is appearing.
December 9, 2019 at 7:19 pm #1164131Hi TheURLdr,
Well, you need to choose excerpts to show or even add the excerpts to the posts if they are built with the Advanced Layout Builder.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.