이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Magic Liquidizer Responsive Table

설명

A simple and lightweight WordPress plugin that transforms your normal HTML table into mobile responsive table. It’s a must have Responsive Web Design (RWD) tool for developing your website. Page tables may overlap in small screens or when dragging your browser to minimizing it for mobile screens simulation especially when the table contains large contents such as texts and images. So this is your solution!

Magic Liquidizer Responsive Table plugin – is just one of many features of Magic Liquidizer for a complete Responsive Web Design solution such as images, texts, forms, tables, navigation menu, and other HTML elements.

The demonstration link below is where Magic Liquidizer plugin used, minus anything else, just observe the Responsive Table function. See it in action by following this DEMO.

If you like this plugin, good ratings is much appreciated.

For more information kindly check InnoveDesigns.com Responsive Table article. and leave a message via our contact form for further concerns. Also you can join the project on GitHub Magic-Liquidizer-Responsive-Table Project.

스크린샷

  • How does your Table look like BEFORE. screenshot-1.png
  • Magic Liquidizer Responsive Table - Wordpress Admin Section. screenshot-2.png
  • This screenshot was taken from our DEMO page AFTER installation. Client-side screenshot. screenshot-3.png

설치

Installation is very easy, download and upload via WordPress Plugin Section.

  1. After activation, go to Dashboard > Magic Liquidizer Lite > Table.

You’re done!

FAQ

Where to find Magic Liquidizer Responsive Table settings?

You can find via WordPress Dashboard > Magic Liquidizer Lite > Table.

How to get table Class or ID?

You can use Chrome Inspector or Firefox Firebug Extension to inspect element. But basically table value signifies that all <table> .. </table> will make responsive. Please watch this video tutorial on YouTube

How to make tables in two columns

It’s very simple, just add these CSS lines into your stylesheet

.ml-responsive-table dt.ml-title {
     clear: none;
     float: left;
     width: 45% !important;
}
.ml-responsive-table dd.ml-value {
     clear: none;
     float: left;
     width: 45% !important;
}

후기

2020년 11월 10일
So genial einfach können die sonst sehr beschränkten Tabellen aus dem Standard Block Editor von Wordpress für mobile Gerät auf responsive getuned werden. Einfach das Addon aktivieren und fertig.
2020년 3월 14일
Magic Liquidizer Responsive Table is now among the very few plugins I use on EVERY client site. I cannot possibly say how grateful I am for its existence. If you use WooCommerce, this is a must-have for responsive tables on mobile. Also, the plugin, like magic, works with no effort required! Install it, and automagically all tables in Woo work beautifully! Again, it's a MUST HAVE tool for any designer. I'm comfortable with saying that every WordPress site, and without question every WooCommerce website, should have the Magic Liquidizer Responsive Table plugin.
2019년 10월 31일
Simple, efficient a very good plugin. I recommends that !! Thanks very much.
2019년 7월 27일
I've been building websites for years, and this plugin is amazing. Elvin is responsive just like his plugin 🙂 Thank you for making this, Elvin, and keep up the awesome work!
모든 54 평가 읽기

기여자 & 개발자

“Magic Liquidizer Responsive Table”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Magic Liquidizer Responsive Table”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.4 – 11/19/2019

  • [Fixed] “Notice: Undefined index” PHP warning

2.0.3 – 08/13/2018

  • [Fixed] Fatal Error on Older PHP versions

2.0.2 – 08/10/2018

  • [Fixed] No display on mobile view due to empty fields on Selectors

2.0.1 – 08/04/2018

  • [Added] Fields added for table header and table row selectors
  • [Fixed] Duplicate issue on bind JS actions or events in the ID attribute only.
    @see this thread https://wordpress.org/support/topic/duplicate-content-36/ and https://wordpress.org/support/topic/duplicate-content-fix/ for more details
    Special thanks to @franciscus and @spiderwisp for helping me to fix this issue.

2.0.0 – 02/02/2017

  • [Improved] JS to support most of HTML Table Format
  • [Improved] Styling or CSS fixes
  • [Fixed] Uninstall fixes

1.0.8 – 05/30/2016

  • [Modified] Utilizing add_action() called wp_footer instead of wp_print_footer_scripts
  • [Fixed] Preventing the script to kick in Wp Login Page /wp-admin

1.0.7 – 04/11/2016

    • [Added] Internationalizing (text domain)
    • [Modified] Simplifying Codes
    • [Updated] Actions and Filters Hooks

1.0.6 – 08/29/2014

    • [Added] Magic Liquidizer Responsive Navigationbar Compatibility

1.0.5 – 08/27/2014

    • [Changed] id-* to ml-*
    • [Improved] JS
    • [Changed] CSS Class from clearfix to ml-clearfix
    • [Changed] CSS paddings and background color
    • [Added] jQuery noConflict()
    • [Added] Two column Table in mobile view see FAQ

1.0.4 – 05/03/2014

    • [improve] JS
    • [Compatibility] Latest Wp Version

1.0.3 – 02/03/2014

    • [fixed] Uninstallation Hook
    • [added] .clearfix class

1.0.2 – 02/03/2014

    • [fixed] Breakpoint Implementation
    • [fixed] Specifying classes or id’s
    • [ready] API for Magic Liquidizer Responsive Form
    • [Changes] Plugin Screenshots screenshot-2.png

1.0.1 – 01/30/2014

    • CSS Fixes
    • Move Plugin Section to Dashboard > Magic Liquidizer Lite > Table
    • Database Changes
    • API do_action Implemented

1.0.0 – 01/09/2014

  • Initial Released Date