Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #647924

    I have seen a blog layout I like on a theme from the enfold showcase.

    Here: http://hotspotcreative.ca/edmonton-graphic-design-blog/page/2/

    The first thing I am trying to do is decrease the width of the right sidebar in the default theme.
    I found this post by Devin https://kriesi.at/support/topic/changing-sidebar-width-2/#post-134647 which looked promising. But when I went to make the suggested changes in functions.php , it seems the code has since been replaced.

    Devin’s code from 2013:

    $avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'nine', 		 'sidebar' => 'three alpha' ,'meta' => 'two alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'nine alpha',   'sidebar' => 'three alpha', 'meta' => 'two alpha', 'entry' => 'nine alpha');

    Current code in the functions.php

    $avia_config['layout']['fullsize'] 		= array('content' => 'av-content-full alpha', 'sidebar' => 'hidden', 	  	  'meta' => '','entry' => '');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'av-content-small', 	  'sidebar' => 'alpha' ,'meta' => 'alpha', 'entry' => '');
    $avia_config['layout']['sidebar_right'] = array('content' => 'av-content-small alpha','sidebar' => 'alpha', 'meta' => 'alpha', 'entry' => 'alpha');

    So i can’t simply change the units , ensuring they add up to 12 now.

    Can you advise how I can change the width of the right side bar, so that it retains its responsiveness. I want to make it a bit smaller.

    Also can you give me any advice or pointers about how I might go about getting the same blog layout to the example I posted at the top of this request for support.

    Many thanks

    Spleeky.

    #647948

    Hey spleeky,

    Did you have a look at enfold them options settings > General layout > Dimension ?

    Feel free to change the values here to suit your design needs.

    To achieve the look of the example link please use a blogpost element with grid layout options.

    Best regards,
    Vinay

    #647962

    Awesome, thankyou.

    Now i can adjust the sidebar, I created the blog page as you suggested and when i view the blog page it looks good, like in the example i posted.

    However if i click on a category the layout is ignored. I want to keep the same style of layout for my blog posts when someone clicks on a category also.

    For example – going back to the example i posted from the enfold showcase i liked. If i click on a category, you get this layout

    http://hotspotcreative.ca/category/identity/

    and this is what i’d like the same layout when someone clicks on one of my categories.

    Can you advise how i can achieve?

    Best Regards,

    Spleeky.

    • This reply was modified 8 years, 5 months ago by spleeky.
    #648310

    anyone?

    #649199

    Hi,

    Please refer to this post – http://kriesi.at/documentation/enfold/change-archive-categorytag-blog-style/

    Best regards,
    Yigit

    #649478

    Brilliant thanks, will try this out in the next day or so and let you know how it goes!

    Thanks,

    Spleeky

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