Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #668445

    Hi there,

    I have created a custom post type using the Toolset Types plugin, however the dropdown selector within the Blog Posts element isn’t listing my new type.

    I have added: add_theme_support(‘add_avia_builder_post_type_option’); to the very end of my functions.php in my child theme and the new posts I’ve created for my CPT have all been assigned categories, as I know this fixed other peoples issues.

    Is there something I’m missing?

    #668806

    Hi sspmarketing,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply. You might want to contact the plugin authors as well.

    Thanks,
    Rikard

    #669351

    Thanks, details messaged privately…

    #671117

    Hi,

    What is the name of the post type? Did you create a custom taxonomy? If not, create one for the post type, create a page with the blog post element then set it to “Display entries from a custom taxonomy”.

    Best regards,
    Ismael

    #702397

    Hi, I have a similar problem.
    I want to post content from a CPT with a specific CT. I entered the code and can see now all Post-Types (Page, Posts, Nav,…) in the blog post element, but not the one I created.
    Can you help me.
    Best,
    Philipp

    #702744

    Hi,

    I got a 500 internal server error on the login page, could you check please?

    Best regards,
    Rikard

    #702842

    Do you still have this error?
    http://pfarre-krim.at/wp2016/wp-login.php
    best,
    Philipp

    #702948

    Hi,

    Yes, same error unfortunately :/

    Best regards,
    Rikard

    #703165

    What about this login?
    Sorry, Philipp

    #703567

    Hi,

    It’s working now, thanks. What is the post type you are trying to display and on what page are you trying it out?

    Best regards,
    Rikard

    #703680

    Hi Rikard,
    The Post Type is “Gruppierungen” and I want to display it on “Pfarrleben”.
    Thank you so much,
    Philipp

    #704742

    Hi,

    Thank you for the info. The posts from the custom taxonomies “zielgruppe” and “gemeinde” are displaying in the page. Is this fixed? What did you do?

    Best regards,
    Ismael

    #704815

    Hi,

    What I want is displaying the posts from the CPT “Gruppierung” on this page (Pfarrleben).
    • The first segment should display the CT “Erwachsene”
    • The second segment should display the CT “Kinder&Jugendliche”
    • The third segment should display the CT “andere”
    all posts from the CPT “Gruppierung”

    Thank you for your help.
    Best,
    Philipp

    #705189

    Hi Ismael,
    I can select the Taxonomy, but in the “Select Post Type” part my Custom Post Type (Gruppierungen) doesn’t appear.
    Best,
    Philipp

    Ismael wrote:

    Hi,

    Thank you for the info. The posts from the custom taxonomies “zielgruppe” and “gemeinde” are displaying in the page. Is this fixed? How?

    Best regards,
    Ismael

    #706160

    Hi Rikard,
    did you find the mistake?
    Best,
    Philipp

    #706529

    Hi,

    The custom taxonomies of “Gruppierung” are called “zielgruppe” and “gemeinde”. How did you register the custom post type and its taxonomies? We usually recommend the following plugins which automatically register the post type to the posts element of the advance layout builder.

    // https://wordpress.org/plugins/custom-post-type-ui/

    Best regards,
    Ismael

    #706671

    Hi, I used the Types plugin.
    Thank you,
    Philipp

    #708514

    Hi,

    It looks like you’re using the CPT UI plugin now. Did it fix the issue?

    Best regards,
    Ismael

    #758465

    Just wondering if there is any way of getting the CPT from Toolset Types to show inside the editor option list. I have used the following:

    // add the custom posttypes to the builder elements
    add_theme_support('add_avia_builder_post_type_option');
    add_theme_support('avia_template_builder_custom_post_type_grid');

    But the cpt from Types does not show up in the list. All others from woocommerce and others are there just not from Types plugin.
    Is there any sollution to this other then switching to CPT UI plugin.

    #761232

    Hi!

    I haven’t tested the plugin myself so if you can provide the login details, I’ll check the settings. Did you apply a custom taxonomy to the new post type?

    Cheers!
    Ismael

    #761249

    Hello Ismael,

    Thank you for the quick response.

    Yes, I have custom taxonomy attached and they do show up. But, to have only post of the CPT showing, I need to be able to select the CPT I created in Types, but this does not show up.

    Also I dropped a message at Toolset about this and they replied that they register the CPT according to WP guidelines. So it would be great if you could take a look t see if this can be resolved.
    Answer from toolset

    At the moment this website is only set up in local test environment (link in private area). Please let me know if you need the duplicator file of the test environment or a log in to a remote environment.

    I hope you can help me solve the issue.

    #761257

    Hi,

    I need to be able to select the CPT I created in Types, but this does not show up.

    I’m sorry but this this is not possible without major modification in the blog.php file. The Blog Posts element can detect the custom post type, but the options are set to only include custom taxonomies, not the actual post type. If you look at the settings again, you won’t see any custom post type selection, only custom taxonomy. Set the “Do you want to display blog posts?” to “Display entries from a custom taxonomy” and you’ll find your custom taxonomy there.

    Best regards,
    Ismael

    #761262

    Hello Ismael,

    Thank you for the quick response. I am using portfolio grid (I need to use the filters) and there your solution does not work. I would like the cpt to show up in portfolio grid post type listing so I can exclude all other types that now show up.

    #761363

    Hi!

    The Portfolio Grid element can only filter the “portfolio” post type, it doesn’t accept other custom post types or custom taxonomies. You can’t use it even if you’re using the CPT UI plugin. Please hire a freelance a developer or contact our partner, Codeable, if you want to create a new option in the elements.

    // http://kriesi.at/contact/customization

    NOTE: This thread is specifically created for the Blog Posts element.

    Regards,
    Ismael

    #761379

    Hello Ismael,

    In regard to you answer:

    The Portfolio Grid element can only filter the “portfolio” post type, it doesn’t accept other custom post types or custom taxonomies. You can’t use it even if you’re using the CPT UI plugin.

    This is NOT true as I am using CPT UI now and this does work as it should. The CPT shows up and I can select it and shows on front end.

    In answer to:

    Please hire a freelance a developer or contact our partner, Codeable, if you want to create a new option in the elements.

    I am a developer so if you provide me with the info I need I can get it working myself.

    I will open a new support thread for the portfolio grid issue.

    • This reply was modified 7 years, 8 months ago by herbie4. Reason: layout: block quote was wrong
    #761400

    Hi!

    This is NOT true as I am using CPT UI now and this does work as it should. The CPT shows up and I can select it and shows on front end.

    How did you manage to display the custom post type in the Portfolio Grid element? The only option available is the “portfolio_entries” taxonomy selection.

    I am a developer so if you provide me with the info I need I can get it working myself.

    Ok. You can find the shortcode elements in the config-templatebuilder > aviashortcodes directory. Look for the portfolio.php file if you want to modify the portfolio grid element and the blog.php file for the blog posts element.

    Next thread: https://kriesi.at/support/topic/custom-post-type-not-appearing-in-posts-dropdown-in-portfolio-grid-element/#post-761405

    Regards,
    Ismael

Viewing 26 posts - 1 through 26 (of 26 total)
  • You must be logged in to reply to this topic.