• Resolved Numerik

    (@numerik)


    Hi,

    First of all, thank you very much for this incredible tool. Pods is an awesome plugin.

    I’ve one little problem : I created a taxonomy to which I attached a field image in order to display it in archive pages.

    For some reason I don’t know, it doesn’t work. I’ve tried to check API options but without success. My templates are created with elementor. The pods image field is correctly set in the image elementor block but nothing appears. The default image (when image field is empty) is correctly displayed. I think I might have missed something…

    Thank you in advance for your help ! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    This is probably because Elementor doesn’t support our image field.
    Elementor doesn’t officially support Pops as far as I know, please contact their support.

    You could also try to change our way of handling field metadata but I’m not sure whether that would work:

    add_action( 'init', 'remove_pods_meta_handler_get' );
    function remove_pods_meta_handler_get() {
        if ( ! is_admin() ) {
            add_filter( 'pods_meta_handler_get', '__return_false', 99 );
        }
    }

    Cheers, Jory

    Thread Starter Numerik

    (@numerik)

    Thank you Jory. I’m gonna try your trick. I’ll also contact elementor team ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displaying img field from a taxonomy’ is closed to new replies.