Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1088747

    Hi team,
    I need replace the default post grid in taxonomy-portfolio_entries.php by a masonry grid post

    I think I need to replace the following code :

     $grid = new avia_post_grid(array(	'linking' 	=> '',
                                                            'columns' 	=> '3',
                                                            'contents' 	=> 'title',
                                                            'sort' 		=> 'no',
                                                            'paginate' 	=> 'no',
                                                            'set_breadcrumb' => false,
                                                    ));
                        $grid->use_global_query();
                        echo $grid->html();

    I tried naively this but it’snt work :

     $grid = new av_masonry_grid(array(	'linking' 	=> '',
                                                            'columns' 	=> '3',
                                                            'contents' 	=> 'title',
                                                            'sort' 		=> 'no',
                                                            'paginate' 	=> 'no',
                                                            'set_breadcrumb' => false,
                                                    ));
                        $grid->use_global_query();
                        echo $grid->html();

    It’s possible? Can you help me?

    Thanks for your time!
    Marc

    #1090118

    Hey Octopus4444,

    Please have a look at the solution posted here

    Best regards,
    Victoria

    #1090923

    Hi Victoria,
    I try this solution, but isn’t work for Portfolio taxonomy… Maybe because this taxonomy don’t use the same archive page? For the portfolio category, Enfold use taxonomy-portfolio_entries.php, not archive.php.

    Can you help for adapt this solution for the Portfolio category? If you look this page structure, the code is different than archive page for the post grid.

    PS: your iframe is’nt show correctly (I see a blank square and I inspect the code for follow your link and see the topic https://kriesi.at/support/topic/how-to-change-category-tag-archive-etc-pages-to-look-like-avia-masonry-grid/, i’m on Chrome on Mac)

    Thanks again for your help
    Marc – Winsiders

    #1091625

    Hi Octopus4444,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1091919

    Hi Victoria,
    I understand, no problem.
    I’ve customised the css of the default grid post on portfolio archive page and it’s fine.
    Maybe an integration in a next update (choose different template for this archive pages :D )?

    Thanks again for your time!

    Marc – Winsiders

    #1092269

    Hi Marc,

    Great, I’m glad that you found a solution. We’ll consider that for a future release of the theme.

    Best regards,
    Rikard

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