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

    Hi
    if i use this code i dont get any excerpts in archive anymore

    It does show a one column view and all content is shown (not only featured image and excerpt)

    regards Martin

    #622839

    Hey pixopolis2222!

    Thank you for using Enfold.

    Please post the link to the archive page. We will need to check it. Did you use the advance layout builder to create the content of the posts? If yes, you have to add the excerpt in the Excerpt module.

    Best regards,
    Ismael

    #622947

    Hi
    i said: IF i use this code ….

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    (like mentioned in your ducumentation) than It does show a one column view and all content is shown (not only featured image and excerpt)
    See screencast here;
    https://drive.google.com/open?id=0BzF3a9LXV99JbEdmQ1NXdjF3M2s

    and here is the question:
    how can we change the actual view of the categories – http://www.trauerkarten-druck.com/magazin/ratgeber/kondolenz/ – for example from 3 columns to two columns?

    Regards martin

    #623863

    Hey!

    Please copy enfold/archive.php file to your child theme and find following line in the file

    'columns' => 3,

    and change it to

    'columns' => 2,

    Regards,
    Yigit

    #627846

    Hi Yigit
    tnanx. Works

    General question:
    Can all PHP files which are located in ../enfold/ be used like this?
    Just copy in my child theme and edit them??

    But it can not be done with files which are located deeper that /enfold/ (eg /enfold/includes/) . Is that correct too?

    regards Martin

    #627847

    Hey!

    Yes, archive.php file can be used in child theme and would not work for the ones in includes folder. But if you elaborate on the changes you would like to make on these files, we may provide you a workaround.

    Regards,
    Yigit

    #627888

    Sorry Yigit, i didnt understand your answer

    I guess there was a language / misunderstanding problem

    my question was:
    Can all PHP files which are located in ../enfold/ be used like this?

    regards martin

    #627889

    Hi!

    Sorry i have not written clearly as well :)
    Yes, PHP files inside Enfold folder can be used in child theme simply by copying them into child theme.

    Cheers!
    Yigit

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