Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter melonos

    (@melonos)

    Yes, sure:
    http://2nd-try.de/testseite/

    this css is included:

    .tablepress-id-2 .column-2 {
    width: 50px;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! For some reason, the URLs for the TablePress CSS files are not working properly on your site.
    TablePress is trying to load the file http://2nd-try.de/wp-content/uploads/tablepress-combined.min.css , but that does not exist.

    Is this a WP Multisite installation or did you somehow modify the location of the upload folders (using a constant in the wp-config.php file for example)?

    Regards,
    Tobias

    Thread Starter melonos

    (@melonos)

    Its a multisite installation

    Thread Starter melonos

    (@melonos)

    sorry.
    I looked via ftp on the site and the tablepress-combined.min.css is existing in the right directory (wp-content/uploads)

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for checking! That’s good news. Could there maybe be some rule in your firewall or in the Apache/nginx configuration that is preventing *.css files from being delivered from that folder?

    Regards,
    Tobias

    Thread Starter melonos

    (@melonos)

    the site is hosted by All-inkl.com, so I cannot do anything with the configuration of the server

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    hhm, ok. Can you then maybe check the error log files for any hints on why the URL is returning a “404 Not found” error?
    Also, can you maybe check the file permissions of both the folder and the file?
    (I think you can reset them in the all-inkl KAS, where you can also choose a recent version of PHP (like PHP 5.6). I use that configuration with one of my sites without problems.)

    Regards,
    Tobias

    Thread Starter melonos

    (@melonos)

    folder uploads is 755, file is 644
    php is 5.6

    Sorry, no logs

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    hmm, unfortunately, I’m out of ideas here then. If the file really exists in that location, there must be something in the server config that is blocking the request.

    As a workaround, I suggest to then not use the “Custom CSS” textarea on the “Plugin Options” screen (make it empty again), and instead add all your “Custom CSS” for TablePress into the style.css file of your theme (remember to keep a backup before every theme update).

    Regards,
    Tobias

    Thread Starter melonos

    (@melonos)

    Ha – add the custom CSS to the theme is indeed working.
    Sometimes it could be that easy..

    Theme is Weaver Extreme and there is an extra setting in theme options for adding css, so its really simple.

    Vielen Dank für die schnelle Hilfe !

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, the problem is not that the CSS is not working, it’s just that the file is not loading.

    Moving it to the theme’s “Custom CSS” will also work, of course. Nice find!

    Best wishes,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Custom-CSS has not the desired function’ is closed to new replies.