Tagged: avia framework, custom taxonomy
-
AuthorPosts
-
November 17, 2016 at 8:19 pm #713733
Hi, I want to create a custom taxonomy and I have been following these instructions. It is working but I can’t make the avia framework to show my new taxonomy.
this is the code in the functions.php file in my child theme. The new taxonomy is ‘member’.
Thank youadd_theme_support('add_avia_builder_post_type_option'); add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio', 'member','event'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio', 'member', 'event'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio','member', 'event'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }
November 18, 2016 at 7:13 am #713870Hey Antonia,
Did you try following this? http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Best regards,
RikardNovember 18, 2016 at 6:11 pm #714130Thanks. Sorry if I didn’t explain the situation clearly.
What I need is to see my new taxonomy as an option for, for example, the portfolio grid.
Could you help me with this?
Thank you againNovember 21, 2016 at 7:13 pm #714939Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitNovember 23, 2016 at 5:32 pm #716072Thank you!
November 27, 2016 at 6:02 am #717362Hi,
The “Portfolio Grid” element is created to display “portfolio” items and nothing else. You have to use the “Blog Posts” element if you want to display items from a different taxonomy or post type.
Best regards,
IsmaelOctober 7, 2019 at 2:31 pm #1145786Hey there,
I’m experiencing the same problem. If I want to show a masonry grid filtered by taxonomy, when I select post taxonomy it gives me back the taxonomies list I’ve used to categoraize my blog posts. This allow me to filter posts a level deeper. (img 1)
But if I try to use my custom taxonomy as filter, it doesn’t popolate a list with used taxonomies. (img 2)October 9, 2019 at 5:09 am #1146361Hi,
@maiscom: How did you create the custom taxonomy, and to which post type did you apply it? Please create a new thread/ticket and provide the necessary details in the private field such as the login account and the site URL. We’ll check the issue there.
Best regards,
IsmaelOctober 20, 2020 at 5:41 pm #1254418hi there,
my cpt have the alb visible, i can use him.
but when i try to show an “archive” in a masonry grid i have no output?
cpt is pferde, in the child theme is an archive-pferde.php.can you help?
bd.
- This reply was modified 4 years ago by netztaucher.
October 22, 2020 at 4:39 am #1254818Hi,
@netztaucher: Are you trying to change the default layout of the archives pages to masonry? If so, please check the following thread and follow the suggested template modifications.If you need further help, please feel free to open a new thread. We will close this one for now.
Best regards,
Ismael -
AuthorPosts
- The topic ‘Custom taxonomy’ is closed to new replies.