Home Forums WoodMart support forum Header image cat

Header image cat

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #376797

    Lisawi
    Participant

    Hi,
    when chlicing on the categorie menue I get a page. Where can I adjust the header image of this page?

    Greetings,
    Lisa

    #376981

    Hello,

    Please check this manual: https://xtemos.com/docs-topic/product-category-menu/

    Image for category heading allows to set an individual image for a category page, by default, the category page would inherit the settings from the shop page.

    If you have any questions please feel free to contact us.

    Best Regards

    #377030

    Lisawi
    Participant

    Good Morning,

    I do not find the option to set on default. I just found place whewe I can set header image for each one. S. attached image.
    Greetings,
    Lisa

    #377031

    Lisawi
    Participant

    I have also differences in showing when clicking on Mouse Pads or an Caps & Mützen. Different header show but under produkte >Kathegorien I can not find a difference…

    Greetings,
    Lisa

    #377240

    Hello,

    Please check the screen: https://gyazo.com/14694daa1932283b440a8c14a4defee9

    If there is no image set, the product category inherits the image that is set on the shop page “Image for a page title”: https://xtemos.com/docs-topic/options-for-pages/

    Best Regards

    #377280

    Lisawi
    Participant

    Hi,

    what I do not understand is, that thede are subcat of the same cat. and they have the same settings see pics attached but obe has a heder and the other not…

    Attachments:
    You must be logged in to view attached files.
    #377602

    Hello,

    Please deactivate all the plugins except these ones:

    Slider Revolution
    WPBakery Page Builder or Elementor
    Woodmart Core
    Contact Form 7
    MailChimp for WordPress
    WooCommerce
    Safe SVG

    If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    In case, the problem remains, even after all the plugins are deactivated, provide your site admin access (insert the site credentials into the Private content block under the message area) and confirm the permission for plugins deactivation, switching to the parent or default theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #378491

    Lisawi
    Participant

    It does not work anway. My impression is, that some subcathegories refer to shop page and the ones where the header image works refere to the categorie page…

    As header of shop page is blank.
    Where can I set that?

    Greetings,
    Lisa

    #378666

    Hello,

    Please try this option: https://gyazo.com/662a3e8ce084b08659e6aba8d64f0499 this option is provided in the Theme Settings > Page title.

    If you have any questions please feel free to contact us.

    Best Regards

    #378675

    Lisawi
    Participant

    Yeah, if I set an image there then the subcategories which have had no header image show this one. But the oters stay. So there must be a function somewhere where I can set that the image from the categorie should be shown as header for the supcat…. But where?

    Greetings,
    LIsa

    #379179

    Hello,

    Please add this code to the functions.php of the child theme:

    function woodmart_get_category_page_title_image( $cat ) {
    		$taxonomy  = 'product_cat';
    		$meta_key  = 'title_image';
    		$cat_image = get_term_meta( $cat->term_id, $meta_key, true );
    
    		if ( is_array( $cat_image ) && isset( $cat_image['id'] ) && $cat_image['id'] ) {
    			return $cat_image;
    		} elseif ( ! empty( $cat->parent ) ) {
    			$parent = get_term_by( 'term_id', $cat->parent, $taxonomy );
    			return woodmart_get_category_page_title_image( $parent );
    		} else {
    			return '';
    		}
    	}

    We have double-checked and seen the issue. It would be fixed in the nearest future.

    If you have any questions please feel free to contact us.

    Best Regards

    #379231

    Lisawi
    Participant

    HI I added but does not change…
    Is it added corectly?

    Greetings,
    Lisa

    #380374

    Lisawi
    Participant

    Hi,
    is there something new?

    #380638

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #380683

    Lisawi
    Participant

    attached:

    #380944

    Hello,

    Please remove the comment, you used the wrong syntaxes, you can see the correct one above. https://gyazo.com/3f3bc05724d0faafb06dafade9a30676

    Then activate the child theme.

    Best Regards

    #380956

    Lisawi
    Participant

    Hi, if I do it like that all headers are gone!!!!

    Attachments:
    You must be logged in to view attached files.
    #381313

    Hello,

    Sorry for the delay. I have submitted the issue to the development department and we will get back to you as soon as possible.

    Best Regards

    #381500

    Hello,

    Could you kindly provide the FTP access our developers would check deeper?

    Best Regards

    #381830

    Lisawi
    Participant

    See attached:

    #382038

    Hello,

    You have provided access to the admin panel at the same time we need FTP access. Please provide the same.

    Best Regards

    #387131

    Lisawi
    Participant

    Please see

    #387870

    Hello,

    Could you kindly specify the issue?

    You contacted us as the image set for the title of the child category was not displayed.

    Now I am checking and I see it works correctly: https://gyazo.com/e73b1c1afd4b4fc564d93daadcbc787b

    Best Regards

    #388504

    Lisawi
    Participant

    Hi
    for accessoires it dos not work:

    Attachments:
    You must be logged in to view attached files.
    #388755

    Hello,

    We have fixed that please check now.

    If you have any questions please feel free to contact us.

    Best Regards

    #388763

    Lisawi
    Participant

    Ok, what was the problem?

    #388765

    Lisawi
    Participant

    There is still a problem. See link below there is no header…

    #389094

    Hello,

    Please check now.

    Let us know if the problem remains.

    Best Regards

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