-
AuthorPosts
-
April 25, 2016 at 11:56 am #621193
Hi
if i use this code i dont get any excerpts in archive anymoreIt does show a one column view and all content is shown (not only featured image and excerpt)
regards Martin
April 27, 2016 at 8:29 am #622839Hey 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,
IsmaelApril 27, 2016 at 11:52 am #622947Hi
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=0BzF3a9LXV99JbEdmQ1NXdjF3M2sand 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
April 28, 2016 at 4:22 pm #623863Hey!
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,
YigitMay 5, 2016 at 2:59 pm #627846Hi Yigit
tnanx. WorksGeneral 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
May 5, 2016 at 3:05 pm #627847Hey!
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,
YigitMay 5, 2016 at 4:02 pm #627888Sorry 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
May 5, 2016 at 4:04 pm #627889 -
AuthorPosts
- You must be logged in to reply to this topic.