-
AuthorPosts
-
February 14, 2014 at 2:00 am #223729
How can i show the articles of my home page, like the image in the link below, without having the sidebar?
Thanks
- This topic was modified 10 years, 9 months ago by pjump.
February 16, 2014 at 5:30 am #224475Hey!
When editing your blog Page set your Layout settings to “no sidebar”.
Cheers!
JosueFebruary 17, 2014 at 5:33 am #224767Yes, but if i disable the sidebar, the layout of the blog posts turns like this:
February 17, 2014 at 6:45 pm #225030Hey!
Try adding this code to the Quick CSS:
.sidebar { display: none !important; }
Can you post a link to your Blog?
Cheers!
JosueFebruary 18, 2014 at 2:51 am #225294Hi,
It didn’t work. I add the CSS code in Quick CSS but the blog posts displayed like the second image, not the first, as i want.
Here’s the link to my blog (http://www.santanalopes.com/). I want to display the three post below the slider like the first image that i post here in the forum.Thanks
February 19, 2014 at 2:08 am #225885Hey!
Please choose to display Single Author, Small Preview Pic in Enfold theme options > General Settings and add following code to Quick CSS in Enfold theme options under Styling tab
.blog .sidebar { display: none!important; } .blog .container .nine.units { width: 100%; } .blog .content { border-right-style: none; }
Best regards,
YigitFebruary 19, 2014 at 12:44 pm #226122Hi Yigit, didn’t work =/
It work’s only if i disable the sidebar.February 19, 2014 at 12:59 pm #226127Hi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look? Code works fine on my installation
Best regards,
YigitFebruary 19, 2014 at 1:06 pm #226134Of course, how can i send the accesses to you privately?
February 19, 2014 at 3:16 pm #226211Hey!
Simply post them here as a private reply (Set as private reply (Only you and moderators will see the content of this post))
Regards,
JosueFebruary 19, 2014 at 3:21 pm #226217This reply has been marked as private.February 20, 2014 at 6:15 am #226615Hey!
Please add this on Quick CSS or custom.css to change the layout of “Single author, small preview pic” without sidebar.
#top .fullsize .template-blog .post_author_timeline { display: block; } #top .fullsize .template-blog .blog-meta { margin: 0; position: absolute; } #top .fullsize .template-blog .post-meta-infos { text-align: left; }
Regards,
IsmaelFebruary 28, 2014 at 7:17 pm #230737Hi Ismael,
The CSS worked =)
However the blog posts are unformatted:
March 2, 2014 at 4:53 am #231188Hi!
Can you please give us an access to the website? It is on maintenance mode. Set the login details as a private reply.
Cheers!
IsmaelMarch 2, 2014 at 9:45 pm #231300This reply has been marked as private.March 3, 2014 at 6:32 pm #231723Hi!
I checked the website and the blog looks ok. I even removed the sidebar for “RATING DA REPÚBLICA” page and the blog is fine. Please remove browser cache then reload the page a few times. I don’t see the issue on the screenshot above.
Cheers!
IsmaelMarch 3, 2014 at 6:45 pm #231740How can I disable the commenting functionality for posts? I don’t want the “Leave a Reply” functionality active for our blog section.
March 3, 2014 at 6:59 pm #231747Yes, but in the home page the the blog post’s look like the image I showed before.
I have removed this section because we have to show the page to the client but I added again.
Please take a look, Is the second section below the main slider.March 7, 2014 at 10:01 am #233667Hey!
I set the blog to fullwidth and added this code to style it properly:
#top.home .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; } #top.home .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 830px; }
Cheers!
Peter -
AuthorPosts
- You must be logged in to reply to this topic.