Tagged: x
-
AuthorPosts
-
September 9, 2016 at 10:11 am #1168073
SandieParticipantHi,
I am using Ethos for my site, and I have now come across a blog design which I love. So I wonder if its possible to get a very similar one with X-theme. I want it to look as this one when I make a new post.
Do I make it in Cornerstone?
How do I get my header at the top and then the image directly underneath as in the attached link above?
Do I need any special BLOG settings to accomplish this?I don’t have any blog post yet, as its a new site I am creating.
Thanks!
Best Regards
/SandraSeptember 9, 2016 at 6:04 pm #1168600
FriechModeratorHi Sandra,
Thanks for writing in! The header at the top and then the image directly underneath is how generally blog posts are layout. Would you mind providing us specifics of what you’re trying to do? Provide us your site URL as well so we can compare it.
We’ll be happy to provide you with a response once we have a better understanding of the situation.
Cheers!
September 10, 2016 at 1:54 am #1168994
SandieParticipantThis reply has been marked as private.September 10, 2016 at 3:50 am #1169076
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.single-post header.entry-header { display: none; }You can add title underneath image using custom headline element.
If you want the exact same header, please add featured image to your posts and insert following code under Custom > JavaScript :
jQuery(".single-post header.entry-header").appendTo(".entry-featured");Hope that helps.
September 11, 2016 at 3:05 am #1169891
SandieParticipantThis reply has been marked as private.September 11, 2016 at 4:50 am #1169975
ChristopherModeratorHi there,
Please disable breadcrumbs under Customize -> Header.
Please add this code :
.single-post .entry-featured { text-align: center; }Hope it helps.
September 11, 2016 at 11:11 am #1170223
SandieParticipantThis reply has been marked as private.September 11, 2016 at 6:47 pm #1170476
RadModeratorHi there,
1. You can try using Essential Grid plugin 🙂
Please check it here https://community.theme.co/kb/integrated-plugins-essential-grid/
With that, you can easily control post types, counts, order, skin, and much more. And once done, you can insert it as cornerstone’s element.
2. Looks like it’s a custom comment form. Are you just referring to field alignment? If you wish to create similar comment design then you’ll have to create your custom form instead of using the built-in comment form. Like from here https://premium.wpmudev.org/blog/customizing-wordpress-comment-form/?npp=b&utm_expid=3606929-81.6_x2aktJQ2qbOSnTRGna0w.1&utm_referrer=https%3A%2F%2Fwww.google.com.ph%2F
Once done, then maye we can help with CSS tweaking.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1168073 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
