extendyourweb
Forum Replies Created
-
Forum: Plugins
In reply to: [ULTIMATE TABLES] Table not ShowingFrom the table management (settings -> ultimate tables) you can edit each cell and insert the HTML (links) as you want. You can have two windows open, one with the table administration and another with page editor to copy and paste the links you want.Cheers
Forum: Plugins
In reply to: [ULTIMATE TABLES] Table not ShowingThank you very much for using the plugin. I see the table working properly from the web. In the post/pages editor just put the code, the table is managed from the administration and is seen in the front-end(normal web). Cheers
Forum: Plugins
In reply to: [ULTIMATE TABLES] Custom CSS stopped working after update.Yes, !important give complete priority over all “tr” objects.
You can use this css:
.dataTable tr.odd {
.dataTable background-color: #FF7E00 !important;
}
.dataTable tr.even {
.dataTable background-color: #FF6400 !important;
}
.dataTable tr {
background-color: #000 !important;
}Forum: Plugins
In reply to: [ULTIMATE TABLES] Fixed ColumnThere are two options for the width of columns: Width same for all columns or depending on each column. But you can not specify the width of each column. We will in future versions, thank you very much for your messages.
Forum: Plugins
In reply to: [ULTIMATE TABLES] Custom CSS stopped working after update.You must select table class equal to “zebra”, now you put “display”. To work styles put them well:
tr.odd {
background-color: #FF7E00 !important;
}
tr.even {
background-color: #FF6400 !important;
}
tr {
background-color: #000 !important;
}
.zebra tbody tr:nth-child(2n) {
background: none repeat scroll 0% 0% #FF6400;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
}Forum: Plugins
In reply to: [ULTIMATE TABLES] DataTables Warning:Thank you for your message. You can test the new version of the plugin? we tried to find a solution. Cheers
Forum: Plugins
In reply to: [ULTIMATE TABLES] HTML no longer processesHello NuFileX, you can try the new version? Thank you
Forum: Plugins
In reply to: [ULTIMATE TABLES] Doesn't work with WP 4.3.1Hello, you can try the new version? Thank you
Forum: Plugins
In reply to: [ULTIMATE TABLES] Doesn't work with WP 4.3.1Hi, thanks for your message. You can tell me a link where to see the error and fix it? In versions of wordpress 4.3.1 which I’ve tried works well. Thank you
Forum: Plugins
In reply to: [ULTIMATE TABLES] Doesn't work with WP 4.3.1We have just updated the plugin to fix this bug. Thank you very much for your message.
Forum: Plugins
In reply to: [ULTIMATE TABLES] A lot of DataThank you very much for your message. Our plugin is not designed for tables with many records.It may not work properly.
Forum: Plugins
In reply to: [ULTIMATE TABLES] Error messagethanks and regards
Forum: Plugins
In reply to: [ULTIMATE TABLES] over-written cssThank you. regards
Forum: Plugins
In reply to: [ULTIMATE TABLES] over-written cssStyle files are loaded from the plugin file init.php lines 283 to 286. 2 files are loaded: ultimate-tables.css and jquery.dataTables.css. You can try to remove any of these files.
Forum: Plugins
In reply to: [ULTIMATE TABLES] Error messageThank you very much for your message. You can try to activate the table option “Conflicts with Other jquery functions?”.
If you want to settle back to a previous version can download any version of the plugin from this link: https://ww.wp.xz.cn/plugins/ultimate-tables/download/