Home Forums WoodMart support forum image not display ?

image not display ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #713899

    amar.karismatik2727
    Participant

    hi, i have probleme after last update ! the images in AJAX PRODUCT TABS not showing ! in home page

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

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    Thanks for the report. Please temporarily disable all third‑party plugins except WooCommerce and WoodMart Core so we can check for a conflict. Let us know once this is done and whether the images in the AJAX Product Tabs appear on the homepage.

    Kind Regards

    #713927

    amar.karismatik2727
    Participant

    i have did what you told me !
    i have only woocomemrce, elementor and woodmart core activate ! but the problem still there !

    #714030

    Artem Temos
    Keymaster
    Xtemos team

    Thanks for checking the plugins.

    Please review the settings of the first tab in your AJAX Products Tabs widget. The first tab loads on page load, so it must always return products. Edit the homepage, open the AJAX Products Tabs widget, go to the Tabs section, open the first tab, and set its data source to something that always has products (for example, a specific category that contains items or a “latest/new” products query). Save the changes and check again.

    If you update the first tab to always include products, the images should appear on the homepage.

    #714082

    amar.karismatik2727
    Participant

    Im not talking about the first tab !
    The frist tab Displays products with the label “new that why” but displays nothing
    I’m talking about the other tabs that display the products but without their images!
    Please check again ! !!

    #714090

    amar.karismatik2727
    Participant

    Im not talking about the first tab !
    The frist tab Displays products with the label “new that why” but displays nothing
    I’m talking about the other tabs that display the products but without their images!
    Please check again ! !!
    connecte with admin bellow please

    #714095

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    We see the issue is caused by the first tab being empty. The AJAX Products Tabs initialize their scripts from the first tab on page load. If the first tab returns no products, the script doesn’t load and images in the other tabs won’t display.

    Please add some products to the first tab so it’s not empty and check again. Once the first tab has products, the images in the other tabs will appear correctly.

    #714111

    amar.karismatik2727
    Participant

    why The AJAX Products Tabs initialize their scripts from the first tab ? that not make any sens !

    #714137

    Artem Temos
    Keymaster
    Xtemos team

    I understand it may seem odd at first, but this is by design for performance.

    The AJAX Products Tabs scripts are initialized by the products element that is present on initial page load. Only the first tab’s products are rendered in the DOM when the page loads; the other tabs load their content via AJAX later. If the first tab returns no products, there is no products element to trigger the initialization, so image-related scripts aren’t started and images in other tabs won’t appear.

    This approach prevents loading and running those scripts globally on every page, which would negatively affect performance. To avoid the issue, make sure the first tab always has products (or place a populated tab first) so the scripts can initialize when the page loads.

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