Built on tables?
Author | Posts |
---|---|
April 17, 2013 at 9:55 am 2334 | |
Webfreelance | Hi, I would like to know if the data populated on the pages required by the plugin EG: profile, register...are structured in tables? Does the pro version use div's as it becomes a nightmare working with tables; It's outdated code and makes using the plugin on a responsive layout almost impossible. do you have a responsive solution to this plugin? Id be happy to pay for a plugin that works. Thanks |
April 17, 2013 at 11:41 am 2345 | |
Tareq Hasan | If you are asking if the data stored in a separate database table, then the answer is NO. The posts and profile fields are stored in standard WordPress tables as post type or user/post meta. If you are asking if the generated form uses HTML tables to show, the answer is NO. It uses unordered list to generate the form, so it could be responsive if the theme supports. Only the user dashboard list is generated with HTML table. |
April 17, 2013 at 11:49 am 2347 | |
Webfreelance | Thank you for the reply. However why would the user dashboard be coded in tables and not div’s? tables are non responsive. which means that the plugin essentially can be responsive but without the use of the user dashboard which is pointless. What would need to be changed in order for this to work? do the Ul’s have defined widths or is it dynamically sized according to the content? |
April 17, 2013 at 11:51 am 2349 | |
Webfreelance | Oops, tables are responsive if max-width is used. |
April 17, 2013 at 11:59 am 2350 | |
Tareq Hasan | I guess you answered it by yourself. |
April 17, 2013 at 12:16 pm 2352 | |
Webfreelance | “I guess you answered it by yourself.” That tables are responsive if max width is used? |
April 17, 2013 at 12:22 pm 2353 | |
Tareq Hasan | You can use this technique. |
April 17, 2013 at 12:30 pm 2356 | |
Webfreelance | Yes i have seen a few of those examples; however it isn’t integrated into your plugin. Would this be a possibility in a future release? The amount of work i would to do to rewrite the plugin to support responsive tables would be a lot; especially since i am not familiar with the plugins code structure and hooks. |
April 17, 2013 at 12:33 pm 2357 | |
Tareq Hasan | It might be in future. I don’t think its a massive amount of work. All you need to include the JS and CSS in your theme from the link I gave. Then you just need to add a CSS class to the dashboard table, done! |
April 17, 2013 at 12:56 pm 2360 | |
Webfreelance | Ok, il give it a go and see what happens. thanks |