Home Forums WoodMart support forum Attribute image not working on single product page

Attribute image not working on single product page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #519792

    waynep16
    Participant

    Using the single product page template, I am using the “Product additional information table Settings” and making sure “hide image” is no ticked but on the single product page the attribute image is not showing.

    See full video explantion here https://www.loom.com/share/9f8d764020d44675b475a37fd9fc2086

    #519943

    Hello,

    Can you please share the page url where the issue is situated. Also share the wp logins details i will check and give you a possible solution.

    Best Regards.

    #520604

    waynep16
    Participant

    No problem. Details in private.

    Go to this single product page https://ultimatejuice.dev/product/five-o-50ml-shortfill-e-liquids/ you will see the attributes loop for “taste”. the taste attributes have image but there are no images showing.

    You can edit the single product layout here https://ultimatejuice.dev/wp-admin/post.php?post=357&action=edit

    You will see the “Product additional information table” settings there.

    #520913

    Hello,

    I think you mis understand the feature of the Product additional information table widget. It only show the attribute image which you have added for the Attribute: https://ultimatejuice.dev/wp-admin/edit.php?post_type=product&page=product_attributes&edit=5

    https://ibb.co/sbdz7Jh

    This widget will not show the swatch images, this is not possible.

    Best Regards.

    #520962

    waynep16
    Participant

    Why do we have swatch images if we can not show them on the page in our single view template ?

    Do you have any bakery element to show it as meta data or any code we can use to do this please?

    #521236

    Hello,

    Sorry, this is not possible. The swathes only show in the attributes under the variation selection of the products: https://ibb.co/nLqZXVz

    You can not show the swatches on any other section on the single product page.

    Best Regards.

    #521397

    waynep16
    Participant

    Your “Brands” wpBakery module is doing what we need but it is looping only “brand” attribute with images!

    If you can just tell me where that module is we can modify the code to work with ALL attributes not just brand attribute that would solve this issue,

    Can you developer help with this?

    #521626

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #521770

    waynep16
    Participant

    Can you ask developers to create an attributes WPbakery element? same as the brands one but with customisable attribute names?

    #522082

    Hello,

    For the betterment of the Theme you can post your suggestions/requests related to Theme on the following Feature Request thread:
    https://xtemos.com/forums/topic/features-requests-2/

    So, if the Development Department finds it fits with the Theme environment then surely they will look through it.

    Thanks for your understanding.

    Have a great day.

    Topic Closed.
    Best Regards.

    #522358

    waynep16
    Participant

    In relation to this post and also https://xtemos.com/forums/topic/add-atttribute-image-on-product-grid/

    Can your developer please show me or explain where code is to get the attribute image (not the main image but the swatch image) for example what meta key / value is storing this image so we can loop it

    Even better is if you can ask developer how we can loop attribute list with tooltip ?

    #522846

    Hello,

    The swatch image is located In the database under the “image” key. To display data about the image, you need to use the following function

    get_term_meta( $term_id, 'image', true );

    Best Regards.

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