Changeset 3420194
- Timestamp:
- 12/15/2025 01:40:51 PM (4 months ago)
- Location:
- filter-sort-products-tags
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
filter-sort-products-tags/tags/1.0.0/readme.txt
r3387738 r3420194 1 === Filter & Sort Products by Tags === 2 Contributors: desparza 3 Tags: woocommerce, products, filter, tags, isotope 4 Requires at least: 5.0 5 Tested up to: 6.8 6 Requires PHP: 7.2 7 Stable tag: 1.0.0 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 1 === Filter & Sort Products by Tags === 2 Contributors: desparza 3 Tags: woocommerce, products, filter, tags, isotope 4 Requires at least: 5.0 5 Tested up to: 6.8 6 Requires PHP: 7.2 7 Stable tag: 1.0.0 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Filt er and sort WooCommerce products by tags using the `[filter-sort-products-tags]` shortcode.11 Filtra y ordena productos de WooCommerce por etiquetas usando el shortcode '[filter-sort-products-tags]'. 12 12 13 13 == Description == 14 14 15 **Filter & Sort Products by Tags** is a WooCommerce plugin that allows stores to display a set of tag buttons and a dynamic, filterable product grid. The filtering is instant, providing faster navigation for large catalogs. 15 **Filter & Sort Products by Tags** es un plugin para WooCommerce que permite mostrar un conjunto de botones con las etiquetas de los productos y una cuadrícula dinámica de productos filtrables. 16 El filtrado es instantáneo, lo que facilita una navegación más rápida en catálogos grandes. 16 17 17 Key Features:18 * Dynamic product filtering by tags.19 * Responsive grid layout with product images, titles, and prices.20 * S imple shortcode: `[filter-sort-products-tags]`.21 * Op tional enable/disable setting in the admin area.22 * Built with Isotope.js for smooth filtering and animations.18 Características principales: 19 * Filtrado dinámico de productos por etiquetas. 20 * Diseño en cuadrícula responsive con imágenes, títulos y precios. 21 * Shortcode sencillo: '[filter-sort-products-tags]'. 22 * Opción para activar o desactivar el plugin desde el área de administración. 23 * Construido con Isotope.js para un filtrado y animaciones fluidas. 23 24 24 25 == Installation == 25 26 26 1. Upload the `filter-sort-products-tags` folder to `/wp-content/plugins/` or install it directly from the WordPress plugin repository (if available).27 2. Activa te the plugin through the **Plugins** menu in the WordPress admin dashboard.28 3. (Op tional) In the **Filter & Sort Products** admin menu, you can enable or disable the plugin’s functionality.29 4. A dd the `[filter-sort-products-tags]` shortcode to any page or post to display the filter and product grid.27 1. Sube la carpeta 'filter-sort-products-tags' a '/wp-content/plugins/' o instala el plugin directamente desde el repositorio de WordPress (si está disponible). 28 2. Activa el plugin desde el menú **Plugins** en el escritorio de WordPress. 29 3. (Opcional) En el menú **Filter & Sort Products** del área de administración puedes activar o desactivar la funcionalidad del plugin. 30 4. Añade el shortcode '[filter-sort-products-tags]' a cualquier página o entrada para mostrar el filtro y la cuadrícula de productos. 30 31 31 == Video == 32 == Video == 32 33 [youtube https://www.youtube.com/watch?v=CHQ4QBLnSwE] 33 34 34 35 == Frequently Asked Questions == 35 36 36 = How do I use the shortcode? =37 A dd `[filter-sort-products-tags]` to any page or post where you want to display the filter and product grid.37 = ¿Cómo uso el shortcode? = 38 Añade '[filter-sort-products-tags]' a cualquier página o entrada donde quieras mostrar el filtro y la cuadrícula de productos. 38 39 39 = Do I need WooCommerce installed? =40 Yes. This plugin requires WooCommerce and existing products in your store to function properly.40 = ¿Necesito tener WooCommerce instalado? = 41 Sí. Este plugin requiere WooCommerce y productos existentes en tu tienda para funcionar correctamente. 41 42 42 = Can I customize the visual styles? =43 Yes. You can override the plugin’s CSS classes in your theme or add your own custom styles:44 `.filter-sort-products-tags-container`, `.filter-item`, `.filter-sort-products-tags-container-tags button`, `.active`, etc.43 = ¿Puedo personalizar los estilos visuales? = 44 Sí. Puedes sobrescribir las clases CSS del plugin desde tu tema o añadir tus propios estilos personalizados, por ejemplo: 45 '.filter-sort-products-tags-container', '.filter-item', '.filter-sort-products-tags-container-tags button', '.active', etc. 45 46 46 = What does the “Enable Plugin” option in the admin do? =47 It allows you to toggle the plugin functionality without uninstalling it. When disabled, the shortcode will not render the dynamic grid.47 = ¿Qué hace la opción “Enable Plugin” en el admin? = 48 Permite activar o desactivar la funcionalidad del plugin sin necesidad de desinstalarlo. Cuando está desactivado, el shortcode no mostrará la cuadrícula dinámica. 48 49 49 50 == Screenshots == 50 51 51 1. Tag buttons displayed above the product grid.52 2. Product grid filtered by a specific tag.53 3. P lugin settings page in the admin area.52 1. Botones de etiquetas mostrados sobre la cuadrícula de productos. 53 2. Cuadrícula de productos filtrada por una etiqueta. 54 3. Página de ajustes del plugin en el área de administración. 54 55 55 56 == Changelog == 56 57 57 = 1.0.0 = 58 * Initial release: `[filter-sort-products-tags]` shortcode, Isotope.js integration, admin settings, base styles, and filtering script.58 = 1.0.0 = 59 * Versión inicial: shortcode '[filter-sort-products-tags]', integración con Isotope.js, ajustes en el admin, estilos base y script de filtrado. 59 60 60 61 == External Services == 61 62 62 This plugin uses the **Isotope** library by Metafizzy for grid layout and filtering functionality:63 Este plugin utiliza la librería **Isotope** de Metafizzy para la disposición y el filtrado de la cuadrícula: 63 64 https://isotope.metafizzy.co/ 64 65 65 66 == License == 66 67 67 Filter & Sort Products by Tags is licensed under GPLv2 or later.68 Filter & Sort Products by Tags está licenciado bajo GPLv2 o posterior. 68 69 © 2025 Daniel Esparza — D3veloper 69 70 https://d3veloper.es 70 ``` -
filter-sort-products-tags/trunk/readme.txt
r3387738 r3420194 1 === Filter & Sort Products by Tags === 2 Contributors: desparza 3 Tags: woocommerce, products, filter, tags, isotope 4 Requires at least: 5.0 5 Tested up to: 6.8 6 Requires PHP: 7.2 7 Stable tag: 1.0.0 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 1 === Filter & Sort Products by Tags === 2 Contributors: desparza 3 Tags: woocommerce, products, filter, tags, isotope 4 Requires at least: 5.0 5 Tested up to: 6.8 6 Requires PHP: 7.2 7 Stable tag: 1.0.0 8 License: GPLv2 or later 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Filt er and sort WooCommerce products by tags using the `[filter-sort-products-tags]` shortcode.11 Filtra y ordena productos de WooCommerce por etiquetas usando el shortcode '[filter-sort-products-tags]'. 12 12 13 13 == Description == 14 14 15 **Filter & Sort Products by Tags** is a WooCommerce plugin that allows stores to display a set of tag buttons and a dynamic, filterable product grid. The filtering is instant, providing faster navigation for large catalogs. 15 **Filter & Sort Products by Tags** es un plugin para WooCommerce que permite mostrar un conjunto de botones con las etiquetas de los productos y una cuadrícula dinámica de productos filtrables. 16 El filtrado es instantáneo, lo que facilita una navegación más rápida en catálogos grandes. 16 17 17 Key Features:18 * Dynamic product filtering by tags.19 * Responsive grid layout with product images, titles, and prices.20 * S imple shortcode: `[filter-sort-products-tags]`.21 * Op tional enable/disable setting in the admin area.22 * Built with Isotope.js for smooth filtering and animations.18 Características principales: 19 * Filtrado dinámico de productos por etiquetas. 20 * Diseño en cuadrícula responsive con imágenes, títulos y precios. 21 * Shortcode sencillo: '[filter-sort-products-tags]'. 22 * Opción para activar o desactivar el plugin desde el área de administración. 23 * Construido con Isotope.js para un filtrado y animaciones fluidas. 23 24 24 25 == Installation == 25 26 26 1. Upload the `filter-sort-products-tags` folder to `/wp-content/plugins/` or install it directly from the WordPress plugin repository (if available).27 2. Activa te the plugin through the **Plugins** menu in the WordPress admin dashboard.28 3. (Op tional) In the **Filter & Sort Products** admin menu, you can enable or disable the plugin’s functionality.29 4. A dd the `[filter-sort-products-tags]` shortcode to any page or post to display the filter and product grid.27 1. Sube la carpeta 'filter-sort-products-tags' a '/wp-content/plugins/' o instala el plugin directamente desde el repositorio de WordPress (si está disponible). 28 2. Activa el plugin desde el menú **Plugins** en el escritorio de WordPress. 29 3. (Opcional) En el menú **Filter & Sort Products** del área de administración puedes activar o desactivar la funcionalidad del plugin. 30 4. Añade el shortcode '[filter-sort-products-tags]' a cualquier página o entrada para mostrar el filtro y la cuadrícula de productos. 30 31 31 == Video == 32 == Video == 32 33 [youtube https://www.youtube.com/watch?v=CHQ4QBLnSwE] 33 34 34 35 == Frequently Asked Questions == 35 36 36 = How do I use the shortcode? =37 A dd `[filter-sort-products-tags]` to any page or post where you want to display the filter and product grid.37 = ¿Cómo uso el shortcode? = 38 Añade '[filter-sort-products-tags]' a cualquier página o entrada donde quieras mostrar el filtro y la cuadrícula de productos. 38 39 39 = Do I need WooCommerce installed? =40 Yes. This plugin requires WooCommerce and existing products in your store to function properly.40 = ¿Necesito tener WooCommerce instalado? = 41 Sí. Este plugin requiere WooCommerce y productos existentes en tu tienda para funcionar correctamente. 41 42 42 = Can I customize the visual styles? =43 Yes. You can override the plugin’s CSS classes in your theme or add your own custom styles:44 `.filter-sort-products-tags-container`, `.filter-item`, `.filter-sort-products-tags-container-tags button`, `.active`, etc.43 = ¿Puedo personalizar los estilos visuales? = 44 Sí. Puedes sobrescribir las clases CSS del plugin desde tu tema o añadir tus propios estilos personalizados, por ejemplo: 45 '.filter-sort-products-tags-container', '.filter-item', '.filter-sort-products-tags-container-tags button', '.active', etc. 45 46 46 = What does the “Enable Plugin” option in the admin do? =47 It allows you to toggle the plugin functionality without uninstalling it. When disabled, the shortcode will not render the dynamic grid.47 = ¿Qué hace la opción “Enable Plugin” en el admin? = 48 Permite activar o desactivar la funcionalidad del plugin sin necesidad de desinstalarlo. Cuando está desactivado, el shortcode no mostrará la cuadrícula dinámica. 48 49 49 50 == Screenshots == 50 51 51 1. Tag buttons displayed above the product grid.52 2. Product grid filtered by a specific tag.53 3. P lugin settings page in the admin area.52 1. Botones de etiquetas mostrados sobre la cuadrícula de productos. 53 2. Cuadrícula de productos filtrada por una etiqueta. 54 3. Página de ajustes del plugin en el área de administración. 54 55 55 56 == Changelog == 56 57 57 = 1.0.0 = 58 * Initial release: `[filter-sort-products-tags]` shortcode, Isotope.js integration, admin settings, base styles, and filtering script.58 = 1.0.0 = 59 * Versión inicial: shortcode '[filter-sort-products-tags]', integración con Isotope.js, ajustes en el admin, estilos base y script de filtrado. 59 60 60 61 == External Services == 61 62 62 This plugin uses the **Isotope** library by Metafizzy for grid layout and filtering functionality:63 Este plugin utiliza la librería **Isotope** de Metafizzy para la disposición y el filtrado de la cuadrícula: 63 64 https://isotope.metafizzy.co/ 64 65 65 66 == License == 66 67 67 Filter & Sort Products by Tags is licensed under GPLv2 or later.68 Filter & Sort Products by Tags está licenciado bajo GPLv2 o posterior. 68 69 © 2025 Daniel Esparza — D3veloper 69 70 https://d3veloper.es 70 ```
Note: See TracChangeset
for help on using the changeset viewer.