• Resolved mirage232

    (@mirage232)


    The Image intended to be a “header” for the category just doesn’t appear.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mingocommerce

    (@mingocommerce)

    Hi,
    Thank you for reaching us.

    You can get category ID there, in category page and pass it to image function.
    Example PHP code –

    /**************************************/
    $category = get_queried_object();
    $category_image = MGC_Custom_Category_Image::get_category_image($category->term_id, ‘YOUR_THUMBNAIL_SIZE’);
    /**************************************/

    Hope this helps

    Hi, nice plug, but have an issue, when edit the category, the image disappears and has to be uploaded again…

    Plugin Author mingocommerce

    (@mingocommerce)

    Hi Jerry,

    Thank you for sharing the issue. We have fixed the issue in current version(1.2.0). Please update your site with current version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category Image’ is closed to new replies.