Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #576267

    Hi guys — I’m trying to duplicate the “Half Sized Blog Element (Single Author Style)” seen on this page: http://kriesi.at/themes/enfold/shortcodes/blog-element/

    Unfortunately, I cannot re-create this on my own website…. see example at the top of this page: http://test2.lovelearnings.com/breakups

    (The setting on my page are correct, I’ve checked numerous times — it’s set to “single author, small preview”, but the result is not the same as the demo.)

    Many thanks in advance!

    #576280

    Hi mborland!

    Can you please share with us backend access, so we can give it a look and test it?

    Best regards,
    Basilis

    #576317

    Thanks for the quick reply Basilis. Please see private section for login details.

    #576879

    Hi,

    If you activate debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then you should be able to get that look using the following shortcode:

    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='default' shadow='shadow']
    [av_one_half first]
    
    [av_textblock ]
    <h3 style="text-align: left;">Half Sized Blog Element (Single Author Style)</h3>
    [/av_textblock]
    
    [/av_one_half][av_one_half]
    
    [av_textblock ]
    <h3 style="text-align: left;">Half Sized Blog Element (Multi Author Style)</h3>
    [/av_textblock]
    
    [/av_one_half][av_hr class='invisible' height='35' position='center']
    
    [av_one_half first]
    
    [av_blog blog_style='single-small' content_length='excerpt' items='2' paginate='yes']
    
    [/av_one_half][av_one_half]
    
    [av_blog blog_style='multi-big' content_length='excerpt' items='2' paginate='yes']
    
    [/av_one_half]
    [/av_section]
    
    [av_textblock]
    <h3>Full Sized Blog Element (Big Preview Pic)</h3>
    [/av_textblock]
    
    [av_blog blog_style='single-big' content_length='content' items='2' paginate='yes']

    Regards,
    Rikard

    #577588

    Thanks for the reply Rikard… unfortunately the code you provided didn’t resolve the problem.

    I created a new page and copied/pasted the code you provided without any modifications: http://test2.lovelearnings.com/dating
    ^^ As you can see on that page, the column on the left (Half Sized Blog Element Single Author Style) still looks very different than the Enfold theme demo.

    Screenshot from the Enfold demo site (this is what I want to replicate on my site): http://test2.lovelearnings.com/good.png
    Screenshot of what appears on my website when using the code you provided: http://test2.lovelearnings.com/bad.png

    Any further help is much appreciated.

    -Mark

    #578231

    Hey!

    The blog layout that you want will only work for pages with sidebars. If you set the page to have no sidebar, it will center align the blog elements. You can add this in the Quick CSS field:

    #top .fullsize .template-blog.single-small .blog-meta {
        float: left;
        margin-right: 50px;
    }
    
    #top .fullsize .template-blog.single-small .post_author_timeline {
        display: block;
    }
    
    #top .fullsize .template-blog.single-small .post .entry-content-wrapper {
        overflow: hidden;
        padding-right: 50px;
    }

    Cheers!
    Ismael

    #578282

    You rock, Ismael. Thanks for your help — works great.

    The finished product looks very nice too, if I do say so myself: http://test2.lovelearnings.com/breakups

    Thanks again for the assistance. Case closed.
    -Mark

    PS. You guys should maybe build functionality for the half-width blog elements on pages without sidebars into the next version of Enfold? Surely lots of people will want to duplicate the demo site. Just my 2 cents.

    #578504

    Hey!’

    The website looks clean and nice. Good job! You can request for the blog style feature here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.