Home › Forums › WoodMart support forum › How to fix Image ALT text & display of category description
How to fix Image ALT text & display of category description
- This topic has 7 replies, 2 voices, and was last updated 16 hours, 56 minutes ago by
Hung Pham.
-
AuthorPosts
-
July 20, 2025 at 7:30 pm #675160
dajaybenParticipantHi Xtemos,
You have created a nice theme here. I am not sure of this is a feature request, SEO or the way I think it should be.
The default meta description for archive pages like product categories is shown at the top just after the breadcrumb. Please is there anyway I can move it a bit down to appear just after the category h1 title? I don’t mind overriding theme templates via child theme to achieve that – although I don’t know how to do it but I know it’s possible.
Again, I don’t know where the contents of the second description box is displayed on my site. Please help out, I would like to show it’s contents at the bottom just after the loop (product listings on category pages). I also don’t mind overriding theme templates to achieve this too.
I noticed the wishlist is also malfunctioning when I changed builder from Wpbakery to Gutenberg, it’s count differs from the number of items show.
Lastly, I noticed that my images on same /product-category/ pages don’t have ALT text. Please can you include it in the next update?
July 21, 2025 at 11:21 am #675248
Hung PhamKeymasterHi dajayben,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me screenshots that illustrate the problem to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Hung PDJuly 23, 2025 at 3:18 pm #675812
dajaybenParticipantHi Hung Pham,
Thanks for replying to my post and sorry for the late reply.
I have attached a screenshot of the content area. It’s called EXTRA DESCRIPTION for product categories.I have tried my best to show the contents of that description box but it isn’t displaying anywhere on my site yet. Please let me know what I might be doing wrong.
Thanks & best regards too.
Attachments:
You must be logged in to view attached files.July 24, 2025 at 11:29 am #675962
Hung PhamKeymasterHi dajayben,
You are using a Custom Single Product layout, which is built with WoodMart WooCommerce builder. Navigate to Layouts > Layout to edit Archive product layouts and you can use the
Category extra description
widget to show the description. https://ibb.co/PxFZ2sKFurther, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Kind Regards,
Hung PDJuly 26, 2025 at 3:42 pm #676377
dajaybenParticipantHi Pham,
Thank you so much. I am beginning to see the beauty of Gutenberg and at the same time, liking my woodmart theme the more for applying such intuitive method on the usage of page builders on WordPress.
Thanks to you and your team.
I have another problem, I would like to resolve. It is here: https://hitranks.pro/mit/wp-content/uploads/2025/07/Screenshot_20250726-095323.jpg , the link: https://hitranks.pro/mit/it/hp-victus-16-e0174nw
How can I set a reasonable height (space) between the two buttons just in case the second one (Buy Now) button overflows to the next line. I am asking for a css code to do that pleeeeaaaaasssseee
Best Regards,
Nnamdi Benedict.July 27, 2025 at 12:12 pm #676434
Hung PhamKeymasterHi dajayben,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.single_add_to_cart_button.button{ margin-bottom: 20px; }
Regards,
Hung PDJuly 29, 2025 at 1:11 am #676710
dajaybenParticipantHi Pham, thanks for the provided css. I really appreciate your efforts. Although I have managed to do it otherwise with the help of Google AI.
Please provide me the meta key to the product-category image so I can output it. Like get_term_meta( get_queried_object_id(), ‘thumbnail_id’, 1 ), ‘thumbnail’ );
I am talking about the replacement of thumbnail_id in woodmart theme.
Again, I would like to show a custom list of all brands, please provide me with the registered taxonomy value/name so I can show it via custom code.
Like this $product_tags = get_terms( array(
‘taxonomy’ => ‘WHAT I AM ASKING FOR’,
‘hide_empty’ => true,));I am a newbie in this field (coding), I just hope you get what I am trying to communicate to you.
Thanks again
Best Regards.July 29, 2025 at 9:00 am #676747
Hung PhamKeymasterHi dajayben,
Your question is a bit unclear to me. Please describe in more details or or your desired goal, this will allow me to thoroughly investigate and address your concerns in a more efficient.
Best Regards,
Hung PD -
AuthorPosts
Tagged: Image ALT Text, Meta description, SEO
- You must be logged in to create new topics. Login / Register