Home / Forums / WoodMart support forum / image not display ?
Home › Forums › WoodMart support forum › image not display ?
image not display ?
- This topic has 8 replies, 2 voices, and was last updated 3 months, 1 week ago by
Artem Temos.
-
AuthorPosts
-
March 24, 2026 at 12:45 pm #713899
amar.karismatik2727Participanthi, 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.March 24, 2026 at 2:04 pm #713918Hi,
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
March 24, 2026 at 2:38 pm #713927
amar.karismatik2727Participanti have did what you told me !
i have only woocomemrce, elementor and woodmart core activate ! but the problem still there !March 25, 2026 at 11:04 am #714030Thanks 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.
March 25, 2026 at 3:00 pm #714082
amar.karismatik2727ParticipantIm 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 ! !!March 25, 2026 at 3:24 pm #714090
amar.karismatik2727ParticipantIm 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 pleaseMarch 25, 2026 at 3:35 pm #714095Hi,
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.
March 25, 2026 at 4:18 pm #714111
amar.karismatik2727Participantwhy The AJAX Products Tabs initialize their scripts from the first tab ? that not make any sens !
March 25, 2026 at 6:55 pm #714137I 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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register