Hello Kriesi
First of all – thanks for an amazing template.
Why isen’t it possible to pick specific portfolio item for a portfolio grid? Can I do anything to let that happen?
That will be extremly usefull for “Related products”.
Hey!
You could set a Tag to those Portfolio Items you want to show and then select those in the grid – http://i.imgur.com/Qzn8uuz.png
Cheers!
Josue
Hello Josue!
Thats not possible in “Portfolio grid” only in “Mansory-gallery”? (Have some special modifications on the portfolio-grid I want to use on Related Products too)
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_template_builder_custom_post_type_grid');
add_theme_support('add_avia_builder_post_type_option');
Cheers!
Josue
Hey!
Unfortunately this end up with a fail on the webpage..
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Check:
http://dev.nerijusgood.com/this-grid-will-show-portfolio-items-tagged-tag/
Regards,
Josue
Thank you!
Exactly what I needed!
1. Set a Tag to the Portfolio Items you want to affect.
2. Create a Portfolio Grid and select to show that Tag.
Regards,
Josue
Yes I know that :-)
I mean we have another domain (another language) where we have the exactly same site.
Same procedure, add this code to functions.php first:
add_theme_support('avia_template_builder_custom_post_type_grid');
add_theme_support('add_avia_builder_post_type_option');
If you get a blank screen you’re probably copying it wrong.
Regards,
Josue
Thank you. It works if I put the code at the top.