eagleye
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] ID changesEverything works well. I know what I did wrong. I tried to make a style for every table in an separate window. You put everything in one. I never stop learning.
Thanks for your help. It is very much appreciated.Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] ID changesHello Tobias,
I sent you the info you requested yesterday evening. Did you receive it?
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] ID changesI made table 1 and I typed manually the following code in Plugin options:
.wp-table-reloaded-id-1 td {
border-color: #009E12;
}Then ( a week later) I made table 2 and typed in the plugin options:
.wp-table-reloaded-id-2 td {
border-color: #009E12;
}When I go back to table 1 and take a look in the plugin options it shows this code:
.wp-table-reloaded-id-2 td {
border-color: #009E12;
}The id had changed from 1 to 2 and I didn’t touch a thing.
That is the problem.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] ID changesI have two tables : [table id=1 /] and [table id=2 /]
I made the following style for table 1:
.wp-table-reloaded-id-1 td {
border-color: #009E12;
}I made the same style for table 2 it looks like this:
.wp-table-reloaded-id-2 td {
border-color: #009E12;
}But when I enter this code in the plugin option for the second table, the coding for the first tabel changes from id-1 to id-2 in the plugin option section of my dashboard. And the green border color is not displayed on one table.
You see that one table has agreen border and the other not.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Table Reloaded] Table invisibleI changed to another theme and now all is perfect.
Joop.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Border colorThanks Tobias. I found it.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Border colorHello Tobias,
Thank you for your answer. However where do I find the custom.css. I see tablesorter.css, datatables.css, plugin.css but no custom.css. Is it possible for you to give the path?
Thanks a lot,
Joop.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Table Reloaded] Table invisibleI switched to the default theme (Kubrick) and there the table is shown. Also in the theme WordPress Classic 1.5 of Dave Shea.
I’ll see if I can find the developer of this Experience theme.Forum: Fixing WordPress
In reply to: [Plugin: WP-Table Reloaded] Table invisiblehttp://www.joopliefaard.com/wordpress
On the home page you see a message with the title Uitslagen. There you don’t see the table.
I also made a new page with the blog in blog plugin. The page is called Brasilierao. There you see a message that doesn’t show on the homepage but on this Brasileirao page and now you see the table.