Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 you

    add_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;
    }
    #713870

    Hey Antonia,

    Did you try following this? http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/

    Best regards,
    Rikard

    #714130

    Thanks. 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 again

    #714939

    Hi,

    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,
    Yigit

    #716072

    Thank you!

    #717362

    Hi,

    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,
    Ismael

    #1145786

    Hey 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)

    #1146361

    Hi,

    @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,
    Ismael

    #1254418

    hi 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 3 years, 9 months ago by netztaucher.
    #1254818

    Hi,


    @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.

    // https://kriesi.at/support/topic/how-to-change-category-tag-archive-etc-pages-to-look-like-avia-masonry-grid/

    If you need further help, please feel free to open a new thread. We will close this one for now.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Custom taxonomy’ is closed to new replies.