-
AuthorPosts
-
April 9, 2019 at 5:30 pm #1088747
Hi team,
I need replace the default post grid in taxonomy-portfolio_entries.php by a masonry grid postI 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!
MarcApril 12, 2019 at 6:32 pm #1090118Hey Octopus4444,
Please have a look at the solution posted here
Best regards,
VictoriaApril 15, 2019 at 11:28 am #1090923Hi 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 – WinsidersApril 16, 2019 at 6:58 pm #1091625Hi 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,
VictoriaApril 17, 2019 at 11:25 am #1091919Hi 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
April 18, 2019 at 5:57 am #1092269 -
AuthorPosts
- You must be logged in to reply to this topic.