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:
|
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.
|
- **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
|
## 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)
|
- [Dark Mode Toggle](widgets/dark-mode-toggle.md)
|
||||||
- [Keyword Linker](widgets/keyword-linker.md)
|
- [Keyword Linker](widgets/keyword-linker.md)
|
||||||
- [Markdown Widget](widgets/markdown-widget.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 Add to Cart Transform](widgets/woo-add-to-cart-transform.md)
|
||||||
- [Woo Categories Transform](widgets/woo-categories-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 My Account Transform](widgets/woo-my-account-transform.md)
|
||||||
- [Woo Page Numbers](widgets/woo-page-numbers.md)
|
- [Woo Page Numbers](widgets/woo-page-numbers.md)
|
||||||
- [Woo Taxonomy List](widgets/woo-taxonomy-list.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.
|
|
||||||
@@ -16,9 +16,7 @@ Elementor's own widget library, and even Elementor Pro's, leaves gaps — especi
|
|||||||
|
|
||||||
**Markdown Widget** — embed a live Markdown file (a README, changelog, or documentation page) directly into a page.
|
**Markdown Widget** — embed a live Markdown file (a README, changelog, or documentation page) directly into a page.
|
||||||
|
|
||||||
**Image Carousel Transform** — add hover effects, filters, and a cleaner lightbox trigger to Elementor Pro's native Image Carousel.
|
**WooCommerce widgets** — a set of four widgets addressing the most common WooCommerce styling and layout gaps: clickable variation buttons instead of dropdowns, styled category tiles, consistent My Account styling, and styleable pagination.
|
||||||
|
|
||||||
**WooCommerce widgets** — a set of five widgets addressing the most common WooCommerce styling and layout gaps: clickable variation buttons instead of dropdowns, styled category tiles, an attribute-driven extended product grid, consistent My Account styling, and styleable pagination.
|
|
||||||
|
|
||||||
**WooCommerce Hacks** — an admin toolkit for the everyday WooCommerce account-page tweaks every store eventually needs (hiding tabs, redirect rules, category exclusions) plus a proper attribute colour-swatch manager.
|
**WooCommerce Hacks** — an admin toolkit for the everyday WooCommerce account-page tweaks every store eventually needs (hiding tabs, redirect rules, category exclusions) plus a proper attribute colour-swatch manager.
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
# Extended Product Loop
|
|
||||||
|
|
||||||
Show every colour, size, or style variant of a product as its own tile — a "shop by option" grid, not just a shop by product.
|
|
||||||
|
|
||||||
## The problem it solves
|
|
||||||
|
|
||||||
A standard product grid shows one tile per product, no matter how many colours or variants it comes in — a shopper browsing "red items" has to click into a t-shirt product just to discover it comes in red at all.
|
|
||||||
|
|
||||||
## How it helps
|
|
||||||
|
|
||||||
Extended Product Loop builds a grid that includes each individual product variant matching a chosen attribute as its own tile, alongside your regular products — so a t-shirt with three colour options can show as three separate, individually-imaged tiles in a "shop by colour" style layout.
|
|
||||||
|
|
||||||
## The result
|
|
||||||
|
|
||||||
A browsing experience built around the attribute your customers actually shop by, not just the parent product list.
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
# Image Carousel Transform
|
|
||||||
|
|
||||||
Give Elementor Pro's native Image Carousel the hover effects and polish it doesn't have out of the box.
|
|
||||||
|
|
||||||
## The problem it solves
|
|
||||||
|
|
||||||
Elementor Pro's Image Carousel widget is functional but visually plain — no built-in hover transforms, no filter effects, and a lightbox trigger that takes over the whole slide rather than offering a dedicated zoom button.
|
|
||||||
|
|
||||||
## How it helps
|
|
||||||
|
|
||||||
Image Carousel Transform adds a layer of styling on top of the native carousel: hover and normal-state transforms (scale, offset), box-shadow and CSS filter effects, a forced consistent slide height, and the option to move the lightbox trigger into its own small zoom button rather than making the entire slide clickable.
|
|
||||||
|
|
||||||
## The result
|
|
||||||
|
|
||||||
A carousel that looks like it came from a premium page-builder theme, styled entirely through Elementor controls — no custom CSS required.
|
|
||||||
|
|
||||||
*Note: this widget styles Elementor Pro's Image Carousel widget elsewhere on the page — it doesn't render a carousel of its own.*
|
|
||||||
Reference in New Issue
Block a user