tables-for-elementor

Descripción

Este plugin se ha cerrado a partir de 1 de Agosto de 2020 y no está disponible para su descarga. Este cierre es permanente. Motivo: Solicitud del Autor.

Opiniones

12 de Septiembre de 2018
The plugin works fine and creates well designed feature tables. It is not intended to be used for data tables or other sorts of tables. I suggest renaming it Feature Tables for Elementor. Had to delete it as I was looking for a generic table widget plugin.
27 de Junio de 2018
It takes some extra time to make and edit tables with this widget, but it is better than writing the code from scratch. Plus, I edited the plugin code to add classes on each line, and it's much better now with that feature. here's what i did for your reference.(I strongly recommend doing something like this if you're using this plugin) Edit Plugin -> Talbes for Elementor -> modules -> tables -> widgets -> table-standard.php Original 894 <?php foreach ( $features as $feature ) : ?> 895 <div class="table-cell cell-feature"> 896 <?php echo $feature['text']; ?> 897 </div> 898 <div class="table-cell first-icon"> 899 <i class="<?php echo esc_attr( $feature['option1_icon'] ); ?>"></i> 900 <p class="first-text"><?php echo esc_attr( $feature['option1_text'] ); ?></p> 901 </div> 902 <div class="table-cell second-icon"> 903 <i class="<?php echo esc_attr( $feature['option2_icon'] ); ?>"></i> 904 <p class="second-text"><?php echo esc_attr( $feature['option2_text'] ); ?></p> 905 </div> 906 <?php endforeach; ?> Edited <?php $i=0; foreach ( $features as $feature ) : $i++; ?> <div class="column-<?php echo $i; ?> table-cell cell-feature"> <?php echo $feature['text']; ?> </div> <div class="column-<?php echo $i; ?> table-cell first-icon"> <i class="<?php echo esc_attr( $feature['option1_icon'] ); ?>"></i> <p class="first-text"><?php echo esc_attr( $feature['option1_text'] ); ?></p> </div> <div class="column-<?php echo $i; ?> table-cell second-icon"> <i class="<?php echo esc_attr( $feature['option2_icon'] ); ?>"></i> <p class="second-text"><?php echo esc_attr( $feature['option2_text'] ); ?></p> </div> <?php endforeach; ?>
4 de Octubre de 2017
The plugin has some flaws and might need some more improvements but it is nice to use as a feature compare list. Flaws: - it get's slow when you have lots of features (like 2 seconds wait till you can edit the next thing - other elementor elements are lightning fast). - the buttons are a bit strange on mobile / narrow devices - some settings are not placed intuitively - it would be awesome to have some css classes for every line to maybe highlight exact cells without JavaScript Good to have such an element for Elementor. Thanks!
26 de Julio de 2017
Good that it exists, but sad that it is quite limited, for my needs I'll keep using Tablepress (https://wordpress.org/plugins/tablepress/) but will keep an eye out on this..
16 de Junio de 2017 1 respuesta
First off, I know Zulfikar to be an excellent developer. So it's easy for me to 5-star just about anything he gives us. And yes, it is a gift since it's free. So cheers for that m8! SUGGESTION: Consider improving/adding these uses.. - When disabling all buttons, the space they occupied is still used. - There is no way (for a content manager) to add buttons/links in fields. [ link redacted, please do not post links in reviews ] - Nice to have: A query to auto-fill 'Features' with post types like products! - Custom column width options! Really. It needs this. Hope this helps you helping us all 😉
Leer los 8 comentarios

Colaboradores & Desarrolladores

“Tables For Elementor” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Tables For Elementor” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .