Support » Plugin: Gutentor - Gutenberg Blocks - Page Builder for Gutenberg Editor » Category term 2 and product categories

  • Resolved khahina

    (@khahina)


    hye
    this nice block ‘Category term 2’ works on backend product categories, but show
    any picture in front end.
    Verification of gutentor parameters done
    Picture on all expected categories.
    Tried change theme (from blocksy to twenty twenty two) and the problem is the same.
    and in front end code i see gt-no-thumb, even when full feature image is set :

    <section id="term-category3" class="section-gt5737ff7 gutentor-module gtf-module gutentor-term-module gutentor-term-module-t2 g-loop-4 g-template-5 wp-block-gutentor-t2" id="term-category3" >
    <div class='grid-container  gutentor-rm-ct-space'>
    <div class='grid-row'>
    <div class='grid-lg-12 grid-md-12 grid-12'><article class='gtf-item-wrap gtf-item-0 gtf-no-thumb'>
    <div class="gtf-item">
    <div class=" gtf-item-height g-overlay" ><div class="gtf-content">

    […]

    Do something miss me in parameters ?
    Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @khahina ,

    From your WordPress => Dashboard
    go to Gutentor => Settings => Category/Terms
    and make sure you have enabled image for the selected term on Image Options.

    Let me know if this fixes it.

    Best Regards!

    Thread Starter khahina

    (@khahina)

    already verified,
    and more : works in backend but not in front.

    Exemple here : https://dev.moncoachwp.com/test-woo-blocks/
    First : Term (Category) block, works well
    Second : Term (Category) Feature, works in backend , but not in front.

    • This reply was modified 2 years ago by khahina.
    • This reply was modified 2 years ago by khahina.
    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @khahina,

    Yes, you are correct. I checked with WooCommerce Product Categories and found the same.
    For the quick fix if you are ok to edit code, you can modify the code on line 525 of featured.php

    From:

    if ( $this->has_term_thumbnail( $term ) &&
    				is_array( $tax_in_image ) && in_array( $term->taxonomy, $tax_in_image )
    			)

    To:
    if ( $this->has_term_thumbnail( $term ) )

    We will update it in the next version.

    Best Regards!

    Thread Starter khahina

    (@khahina)

    thanks.
    I will wait the next update

    I have the same issue on my site with absent images on product categories.

    Hi there, same issue even if I checked the boxes on the Gutentor Settings for images.

    When does the update is about to show up ? Otherwise I’ll try to modify the code as mentionned.

    Cheers,

    Plugin Contributor codersantosh

    (@codersantosh)

    Plugin Contributor codersantosh

    (@codersantosh)

    Hello everyone,

    Please use the latest version (just updated). It should fix the issue.
    If you find any further issues feel free to add a support thread.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Category term 2 and product categories’ is closed to new replies.