Descripción
Custom Extension for TablePress to automatically wrap the table in a DIV element. Add indiv=true to your tables to enclose your TablePress tables in a DIV with the class “indiv_tablepress”
Instalación
- Sube los archivos del plugin al directorio
/wp-content/plugins/indiv-for-tablepress
o instala el plugin directamente a través de la pantalla de plugins de WordPress. - Activa el plugin a través de la pantalla “Plugins” en WordPress.
- Asegúrate de que tienes el plugin TablePress instalado y activo.
- Agrega el shortcode `in_div=true` en el shortcode de TablePress.
FAQ
-
¿Qué hace este plugin?
-
Envuelve el elemento TablePress
para facilitar dar estilos de forma más sencilla a tu tema o sitio
-
Cómo aplico inDiv a TablePress
-
Simply add the shortcut in_div=true to a TablePress shortcode. You will end up with a basic TablePress shortcode like [table id=… indiv=true]
-
Can I apply this to all TablePress tables
-
Yes! In the TablePress > inDiv Options page, you can enable the option to automatically apply to all TablePress tables instead of per shortcode attribute.
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“inDiv for TablePress” es software de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“inDiv for TablePress” ha sido traducido en 5 idiomas. Gracias a los traductores por sus contribuciones.
Traduce “inDiv for TablePress” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
1.0.3
- Fixed error when saving options
1.0.2
- Users can now enable the plugin to apply to all tables instead of per shortcode attribute
- Rewritten backend to be modular
- Now requires WordPress 5.3+ and PHP 5.6.20+
1.0.1
- Versión inicial.