tables-for-elementor

Opis

Ovaj dodatak je zatvoren od 01. kolovoza 2020. i nije dostupan za preuzimanje. Ovo je trajno zatvoreno. Razlog: Zahtjev autora.

Recenzije

12. rujna 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. lipnja 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; ?>
04. listopada 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. srpnja 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. lipnja 2017. 1 odgovor
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 😉
Pročitajte svih 8 recenzija

Suradnici i Programeri

“Tables For Elementor” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Tables For Elementor” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.