Home › Forums › WoodMart support forum › Header image cat
Header image cat
- This topic has 27 replies, 2 voices, and was last updated 2 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
May 18, 2022 at 2:32 pm #376797
LisawiParticipantHi,
when chlicing on the categorie menue I get a page. Where can I adjust the header image of this page?Greetings,
LisaMay 19, 2022 at 12:40 am #376981
Elise NoromitMemberHello,
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
May 19, 2022 at 8:45 am #377030
LisawiParticipantGood 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,
LisaMay 19, 2022 at 8:51 am #377031
LisawiParticipantI 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,
LisaMay 19, 2022 at 3:48 pm #377240
Elise NoromitMemberHello,
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
May 19, 2022 at 4:56 pm #377280
LisawiParticipantHi,
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.May 21, 2022 at 1:56 am #377602
Elise NoromitMemberHello,
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 SVGIf 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
May 24, 2022 at 6:28 pm #378491
LisawiParticipantIt 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,
LisaMay 25, 2022 at 12:39 pm #378666
Elise NoromitMemberHello,
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
May 25, 2022 at 12:53 pm #378675
LisawiParticipantYeah, 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,
LIsaMay 27, 2022 at 1:34 am #379179
Elise NoromitMemberHello,
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
May 27, 2022 at 9:29 am #379231
LisawiParticipantHI I added but does not change…
Is it added corectly?Greetings,
LisaJune 1, 2022 at 8:58 am #380374
LisawiParticipantHi,
is there something new?June 2, 2022 at 12:38 am #380638
Elise NoromitMemberHello,
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
June 2, 2022 at 8:28 am #380683
LisawiParticipantattached:
June 3, 2022 at 4:09 am #380944
Elise NoromitMemberHello,
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
June 3, 2022 at 8:33 am #380956
LisawiParticipantHi, if I do it like that all headers are gone!!!!
Attachments:
You must be logged in to view attached files.June 6, 2022 at 1:55 am #381313
Elise NoromitMemberHello,
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
June 6, 2022 at 6:50 pm #381500
Elise NoromitMemberHello,
Could you kindly provide the FTP access our developers would check deeper?
Best Regards
June 8, 2022 at 9:53 am #381830
LisawiParticipantSee attached:
June 9, 2022 at 3:35 am #382038
Elise NoromitMemberHello,
You have provided access to the admin panel at the same time we need FTP access. Please provide the same.
Best Regards
June 29, 2022 at 1:04 pm #387131
LisawiParticipantPlease see
July 1, 2022 at 4:07 pm #387870
Elise NoromitMemberHello,
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
July 4, 2022 at 4:42 pm #388504
LisawiParticipantHi
for accessoires it dos not work:Attachments:
You must be logged in to view attached files.July 5, 2022 at 1:13 pm #388755
Elise NoromitMemberHello,
We have fixed that please check now.
If you have any questions please feel free to contact us.
Best Regards
July 5, 2022 at 1:25 pm #388763
LisawiParticipantOk, what was the problem?
July 5, 2022 at 1:28 pm #388765
LisawiParticipantThere is still a problem. See link below there is no header…
July 6, 2022 at 1:53 pm #389094
Elise NoromitMemberHello,
Please check now.
Let us know if the problem remains.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register