Tagged: categories
-
AuthorPosts
-
April 7, 2017 at 4:13 pm #774056
I’m using Enfold ice Toolset. Via Toolset, I’m able to assign age Categories to the Enfold Portfolio Items.
I’m able to assign a categorie to both Post and Portfolio Items.However, when I clicking on the category, to get a full list of all associated categories, I do get the whole page instead of just the excerpt of that Portfolio item. For Posts, the listing is just showing the excerpt.
What do I need to do to show just the excerpts of Portfolio categories combined with the Posts?
Stefan
April 8, 2017 at 6:53 am #774301Hey stedia,
First off, thanks for using the Enfold.
Please, may you share your WP credentials?
Best regards,
John TorvikApril 8, 2017 at 9:22 am #774402Hey!
Please take a look here
https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206let us know if that works out for you.
Best regards,
BasilisApril 10, 2017 at 9:33 am #775335When I use the following code in my Child Theme, I do get a Grid-Blog which is indeed presenting all items from Posts and Portfolio AND all items are presented with only the Excerpts instead of the full article.
add_filter('avf_blog_style','avia_change_tag_blog_layout', 10, 2); function avia_change_tag_blog_layout($layout, $context){ if($context == 'tag') $layout = 'single-small'; return $layout; }
With this function active in my function.php, I have still two problems:
1) No control about the look and feel of the page – as I want to create a grid with a single column, to get all entries under each other instead of the grid-blog with 3 columns.
2) No sidebar on the right – In the Theme Option I have mentioned “Blog Post” as the Blog page. In that Page I have defined via the Layout option, to not use a sidebar.
However the right sidebar is still in place.April 14, 2017 at 6:40 pm #777953Hi,
I can’t open the link you’ve provided and when trying to login then I get this error message:
Forbidden
You do not have permission to access this document.
Web Server at @domain_name@Can you check that please?
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.