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

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #675160

    dajayben
    Participant

    Hi 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?

    #675248

    Hung Pham
    Keymaster

    Hi 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 PD

    #675812

    dajayben
    Participant

    Hi 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.
    #675962

    Hung Pham
    Keymaster

    Hi 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/PxFZ2sK

    Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Kind Regards,
    Hung PD

    #676377

    dajayben
    Participant

    Hi 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.

    • This reply was modified 2 days, 22 hours ago by dajayben.
    • This reply was modified 2 days, 22 hours ago by dajayben.
    #676434

    Hung Pham
    Keymaster

    Hi 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 PD

    #676710

    dajayben
    Participant

    Hi 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.

    #676747

    Hung Pham
    Keymaster

    Hi 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

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