This is obviously a grid and our images would be better presented in masonry format. I was wondering how we can accomplish this?
I’ve looked at taxonomy-portfolio_entries.php file and it has
$grid = new avia_post_grid(array( 'linking' => '',
Also, we want a specific Sidebar. Ideally, we want it to look like this
How do we go about doing this?
Hey Jonathan!
So your trying to get the archives to display the masonry instead of one of the default blog styles correct? This is going to take a lot of time and code and would have to be considered custom work. You could try editing the archive.php file and use the do_shortcode WordPress function but it’s going to take a lot of work.
As for the sidebar find line 79 in the sidebar.php file.
$avia_config['currently_viewing'] = 'blog';
And change it to this.
$avia_config['currently_viewing'] = 'page';
And then add this beneath it.
$avia_config['overload_sidebar'] = 'test';
Where “test” is the name of your custom widget area.
Regards,
Elliott
I’m trying to figure out *specifically* the portfolio entries. The blog archives are fine.
Hey!
Unfortunately, this particular request or modification is more than what we can offer as a support team. This task is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
Ismael