Remove Extended Product Loop and Image Carousel Transform widget docs
Both widgets were removed from the free plugin. Delete their user/ marketing docs and scrub references from getting-started and the marketing overview. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,6 @@ Open any page in the Elementor editor and look for the **Dotjuice** category in
|
||||
If a widget you expect to see is missing:
|
||||
|
||||
- **All WooCommerce-related widgets** (anything with "Woo" in the name, plus **Woo Taxonomy List**) only appear once **WooCommerce** is installed and active — even Woo Taxonomy List, which can be used for non-shop content like blog categories, only shows up with WooCommerce present. If you want a general-purpose taxonomy list widget on a site without WooCommerce, install WooCommerce or get in touch with support.
|
||||
- The **Image Carousel Transform** widget only has a visible effect on pages that also use Elementor Pro's native Image Carousel widget elsewhere.
|
||||
|
||||
## Where the plugin's settings live
|
||||
|
||||
@@ -33,10 +32,8 @@ In your WordPress admin menu, under **Dotjuice**:
|
||||
- [Dark Mode Toggle](widgets/dark-mode-toggle.md)
|
||||
- [Keyword Linker](widgets/keyword-linker.md)
|
||||
- [Markdown Widget](widgets/markdown-widget.md)
|
||||
- [Image Carousel Transform](widgets/image-carousel-transform.md)
|
||||
- [Woo Add to Cart Transform](widgets/woo-add-to-cart-transform.md)
|
||||
- [Woo Categories Transform](widgets/woo-categories-transform.md)
|
||||
- [Extended Product Loop](widgets/extended-product-loop.md)
|
||||
- [Woo My Account Transform](widgets/woo-my-account-transform.md)
|
||||
- [Woo Page Numbers](widgets/woo-page-numbers.md)
|
||||
- [Woo Taxonomy List](widgets/woo-taxonomy-list.md)
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Extended Product Loop
|
||||
|
||||
Found in the Elementor panel under **Dotjuice → Extended Product Loop**. Requires WooCommerce.
|
||||
|
||||
## How it works
|
||||
|
||||
This widget renders its own product grid — separate from Elementor's or WooCommerce's native product loop widgets. It shows all your regular published products, plus an extra tile for every individual product variation that has a value set for the attribute you choose. Each tile shows that variation's own image, name, and price, linking through to the parent product page.
|
||||
|
||||
## Content settings
|
||||
|
||||
| Setting | Default | What it does |
|
||||
|---|---|---|
|
||||
| **Attribute Name** | `pa_color` | The attribute taxonomy to pull variations from, using its technical slug (WooCommerce attributes are typically prefixed `pa_`, e.g. `pa_color`, `pa_size`). |
|
||||
|
||||
There's no Style tab on this widget — the grid uses WooCommerce's standard product-grid CSS classes, so it inherits your theme's existing product grid styling.
|
||||
|
||||
## What to expect in the grid
|
||||
|
||||
If a product has three variations matching your chosen attribute (say, three colours), it can appear as **up to four tiles**: the parent product once, plus one tile per matching variation. This is intentional — it's what makes a "shop by colour" browsing experience possible — but it's worth knowing in advance so it doesn't look like a duplication bug when you first set it up.
|
||||
|
||||
**This widget's tiles show image, name, and price only** — no Add to Cart button, sale badges, or star ratings, since the grid is built independently of WooCommerce's standard loop template. Link the tile through to the product page for the full buying experience.
|
||||
|
||||
## Setting it up
|
||||
|
||||
1. Decide which attribute you want to browse by (commonly colour or size) and find its technical slug — check **Products → Attributes** in your WordPress admin, or look at the attribute's edit URL.
|
||||
2. Enter that slug into **Attribute Name**.
|
||||
3. Place the widget on a page and confirm the variation tiles appear as expected.
|
||||
|
||||
## Good to know
|
||||
|
||||
- If the attribute slug you enter doesn't exist on your store, the widget quietly falls back to showing only your regular product list — no error is shown, so double-check your spelling if variation tiles aren't appearing.
|
||||
Reference in New Issue
Block a user