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

    Hi

    I have some problems with the blog layout.

    There is a function in the Blog Layout section of Enfold called “Blog Style”.
    In the grid layout the pictures are too small and there is not enough text and information.

    If i choose “Single author, big preview pic” there is the whole content of all blogs in the preview.

    If I use a page for the layouting this section it works better with the “blog post” widget.
    But that´s not a good soultion because if the users use the breadcrum section in the title they always hop on the generic blog archive overview. And there is the grid layout – because the single preview with big image works only i the blogs post widget.

    #304192

    Hi!

    Fixed.

    Changed the Blog Layout setting and added this code here:

    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');
    

    Regards,
    Josue

    #305307

    Hey – yes, perfect. Thanks Josue

    #305338

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems with Blog Layout’ is closed to new replies.