• Resolved Paul Thomson

    (@pthomson87)


    Hello Tobias,

    Great work on the plugin, donation coming shortly.

    I think I’ve found a small bug with the responsive plugin and it’s CSS code…

    Currently the CSS file isn’t being loaded correctly… I’m using Version: 1.1 and latest version of your plugin.

    Within the Responsive Tables Plugin you have included the following CSS files:

    1. tablepress-responsive.css (5.91 KB)
    2. tablepress-responsive.min.css (4.9 KB)

    Yet the plugin calls for the file: /wp-content/plugins/tablepress-responsive-tables/tablepress-responsive.min.1.1.css which is not included within the plugin files (note no version number attached to end of CSS file).

    Problem on line 38: wp_enqueue_style( 'tablepress-responsive', $css_url, array( 'tablepress-default' ), '1.1' );

    Either the CSS file needs to be renamed or the version number needs not to be appended to end of file.

    Can you confirm this is an issue and whether you can provide a fix in the next update?

    Thanks,
    Paul

    https://wordpress.org/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This must be coming from something else, as by default WordPress loads that CSS file from the URL

    /wp-content/plugins/tablepress-responsive-tables/tablepress-responsive.min.css?ver=1.1

    I therefore assume that you are using a plugin that is rewriting that URL string. Caching plugins are a likely candidate for this.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive CSS’ is closed to new replies.