Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1168073
    Sandie
    Participant

    Hi,

    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.

    http://kriscarr.com/blog/how-to-identify-and-release-toxic-relationships/?utm_source=newsletter&utm_medium=email&utm_campaign=blog-090616

    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
    /Sandra

    #1168600
    Friech
    Moderator

    Hi 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!

    #1168994
    Sandie
    Participant
    This reply has been marked as private.
    #1169076
    Christopher
    Moderator

    Hi 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.

    #1169891
    Sandie
    Participant
    This reply has been marked as private.
    #1169975
    Christopher
    Moderator

    Hi there,

    Please disable breadcrumbs under Customize -> Header.

    Please add this code :

    .single-post .entry-featured {
        text-align: center;
    }

    Hope it helps.

    #1170223
    Sandie
    Participant
    This reply has been marked as private.
    #1170476
    Rad
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1168073 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>