Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #390780

    Hi, somehow I can’t manage with “Use the advance layout editor…” It just doesn’t work at all.

    First I created a page for blog, then I switched to Avia Layout Builder and put Blog Posts element and set everything to suit my needs. Then I set in Theme Options my page as Blog and in Blog Layout I picked “Use advance layout…”
    And it doesn’t work at all.
    I disabled all plugins and widgets etc, and still nothing.

    What I want to achive for default post view for tags and archive, is “Single Author, Big preview pic” post with excerpt and read more link and set default picture size to “Medium”.

    And my question is: is there any way to set defaults setting for “Single Author, Big preview pic” to “excerpt with read more link” instead of “full content”. And set default picture to “Medium” instead of “set the preview image size automatically..”.

    Maaybe it is poosible by adding some code to functions.php ?

    If it was possible then I could make workaround and set default blog style to Single Author – Big Preview pic” and it should work as I want :)

    I hope you undersand what I mean :D

    Cheers
    Sebastian

    • This topic was modified 10 years, 2 months ago by mcseb.
    #391395

    Hey Sebastian!

    Thank you for using Enfold.

    You can change the default archive page blog style settings using this codes on functions.php: http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/

    Best regards,
    Ismael

    #391581

    Thanks :)

    But how can I add some parameters to it ? I want to set custom parameters for single-big blog-style:
    contents = ‘excerpt’;
    content_length = ‘excerpt_read_more’;
    preview_mode = ‘custom’;
    image_size = ‘medium’;
    items = ‘6’;
    paginate = ‘yes’;

    Where should I put it in this filter ?

    #392189

    Hi!

    Open up the archive.php file and change lines 32 – 71 to this.

    <?php echo do_shortcode("[av_blog blog_type='posts' categories='".get_query_var('cat')."' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='excerpt_read_more' preview_mode='custom' image_size='medium' items='6' offset='0' paginate='yes' custom_class='']"); ?>
    

    Cheers!
    Elliott

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