Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Podlove in Enfold #1123082

    It works using a Custom Taxonomy!

    Cheers,
    Simon

    in reply to: Podlove in Enfold #1122686

    Yes, it’s the Podlove Publisher.
    I did find a workaround that does the trick:
    I use the blog post element in a simple WordPress page (not the alb) to get its shortcode. Then I change the post type manually to “podcast” (which is podlove’s post type) and place it in a code block element.
    As far as I’m concerned that’s fine.

    Although I’d generally like the blog post element to able to deal with custom post types.

    Thanks for your assistance and your fast replies!
    Kind regards,
    Simon

    in reply to: Podlove in Enfold #1122490

    Thanks, that worked! I can now see the added functions functions.php in the editor as well.

    However, it did solve only half of my problems!

    I’m now able to use the ALB in the single Podlove posts!

    However, the “blog post” element still doesn’t display the Podlove posts – except when I use the “grid layout”. I want to use the “single author layout” with both full content or exerpt but it won’t display anything (= says it didn’t find any entries on the webpage…)

    Thanks,
    Kind regards,
    Simon

    in reply to: Podlove in Enfold #1122445

    Thanks for your reply!
    I tried that in functions.php

    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'podcast';
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);

    but I get the following error:

    “Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

    What now?

    Thanks very much for your help!

Viewing 4 posts - 1 through 4 (of 4 total)