Hi,
thanks for your question, and sorry for the trouble.
For some reason, the TablePress CSS files could not be saved to the server, as it seems.
TablePress is expecting them in the file http://ininee.umich.mx/dcdr/wp-content/uploads/sites/4/tablepress-combined.min.css but that apparently does not exist.
Can you maybe check if this upload folder on the server exists and if its writable?
Regards,
Tobias
Hello again. I checked and the files are where they are supposed to be and it is writable. Could there be something else wrong?
Hi,
thanks for checking. Then, as the URL above is only returning a “404 Not found” error, I assume that something on the server is blocking the request, e.g. due to security precautions (not allowing CSS files in the uploads folder), or because a rewrite rule in the webserver configuration is blocking the file.
Unfortunately, this is not something that I can directly help with, but that you should ask the server admin or webhost company support about. They will need to find out why the URL from above is not working although the file exists in that place.
Regards,
Tobias
I see. I have these ReWrite Rules
`<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/dcdr/
RewriteRule ^index\.php$ – [L]
RewriteRule (.*) /wordpress/dcdr/index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule> `
Unfortunatelly I can not delete them because I have a user management plugin that I added for other purposes. Do you know of another way that I can make your great plug in work? Can I change the default directory of the Common CSS file?
Hi,
ah, that explains it.
We could indeed change the location of the CSS files using a plugin filter hook, but the quicker solution might then be to not use the “Custom CSS” textarea of TablePress. So, please remove the CSS from that again (so that the default CSS file is loaded again), and instead just put the “Custom CSS” into the style.css file of your theme.
Regards,
Tobias
Ok, I’ll do that instead. Thank you very much for your help.
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
Hello,
I’m very new to wordpress… I’ve attempted to create a table and used the following code
.tablepress-id-2 .column-3 {
width: 500px;
}
in plugin options, however it has not worked. Please help!
Thank you!
Here’s what it looks like right now: http://www.scholarsjourney.com/options-for-medical-schools/
Hi,
thanks for your post, and sorry for the trouble.
I’m afraid that this won’t work here, as there’s simply too much content in the table for it to fit.
If you want to make that column wider, the other columns would have to get more narrow, but the long words in those columns prevent that.
To gain space, you could reduce the font size in the table (using some CSS code), or maybe switch the page template to a “Full width” template without a sidebar.
Regards,
Tobias