Tagged: Blog, thumbnails
-
AuthorPosts
-
February 2, 2016 at 7:16 am #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!
February 2, 2016 at 8:01 am #576280Hi mborland!
Can you please share with us backend access, so we can give it a look and test it?
Best regards,
BasilisFebruary 2, 2016 at 9:09 am #576317Thanks for the quick reply Basilis. Please see private section for login details.
February 3, 2016 at 5:46 am #576879Hi,
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,
RikardFebruary 4, 2016 at 6:15 am #577588Thanks 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.pngAny further help is much appreciated.
-Mark
February 5, 2016 at 5:11 am #578231Hey!
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!
IsmaelFebruary 5, 2016 at 6:29 am #578282You 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.
-MarkPS. 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.
February 5, 2016 at 2:21 pm #578504Hey!’
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 -
AuthorPosts
- You must be logged in to reply to this topic.