Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #896662

    Is it possible to have an automatic layout for the category ?

    When I click on category, the full articles displays one above the other.
    I would like a sort of gallery or a picture with the title and excerpt of the article, is it possible ?

    #897151

    Hey Sandra,

    I don’t think automatic layout for the category would still be in the scope of our support, however we would still try to help as long as it would take a lot of time to tweak. Just to clarify, you want the category page to show these in the following order: picture, title, excerpt?

    Best regards,
    Nikko

    #907465

    Hello

    I would like it looks like the link in private content.
    A sort of gallery mansory and below a picture with title and excerpt.

    Wich is the best way to have this presentation. Create a page and put it in menu ?

    Thanks for your help

    #907637

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
        vertical-align: bottom;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #909810

    Hi

    sorry but I don’t see a similar presentation withe the code…

    I have found what I would like :
    here there is a presentation of category photography,, it seems to be automatic.
    If I click on “modify category” it’s not the same background than for page or articles. I don’t know where are the settings to modify this category named photography

    Can I have a similar automatization for my own categories ?

    Thank for your help

    #910197

    Hi,

    That is the default layout of the portfolio category page. Please try this filter in the functions.php file.

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

    This filter will enable the blog page’s grid layout, almost the same as the portfolio category page.

    Best regards,
    Ismael

    #912801

    Hi

    sorry, it’s too difficult for me, very scaring to change this file.
    And i’m not sure i’ve been very clear for my question.

    For this category (private content) all my articles are following.
    I would like to create a gallery or masonry or anything else, a presentation I like and I could change when I want.

    Is there any model of category to change as I want.
    better seems to create a page, no ?

    #913481

    Hi SandraMarino,

    There is no actual page with the Advanced Layout Builder to edit for categories.

    Category pages use the file template archive.php, you can adjust the view like Ismael suggested above or customize the template by changing the code. If all this seems to difficult for you, you might want to hire a freelancer to do it for you.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #924473

    Ok

    I’ve made a page instead of category in the menu. Is it ok for you or a bad way ?

    #924583

    Hi SandraMarino,

    If it works for you and solves your issue, why not? :)

    Do you need any more help form our side?
    Best regards,
    Victoria

    #924682

    I thought a category would be more google friendly than a page. What is your opinion ?

    #926243

    Hi,

    That is not actually accurate. A page can rank better as the links inside it are less!

    Best regards,
    Basilis

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