Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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

    #774301

    Hey stedia,

    First off, thanks for using the Enfold.

    Please, may you share your WP credentials?

    Best regards,
    John Torvik

    #774402

    Hey!

    Please take a look here
    https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/#post-459206

    let us know if that works out for you.

    Best regards,
    Basilis

    #775335

    When 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.

    #777953

    Hi,

    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

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