Viewing 1 replies (of 1 total)
  • Thread Starter bjrnet21

    (@bjrnet21)

    Ahhh… in linktous.php:

    function add_ltu_stylesheet() {
    wp_register_style(‘scStyleSheets’, plugins_url(‘gt-styles.css’,__FILE__));
    wp_enqueue_style( ‘scStyleSheets’);
    }

    I CHANGED TO:

    function add_ltu_stylesheet() {
    wp_register_style(‘scStyleSheets’, plugins_url(‘ltu-styles.css’,__FILE__));
    wp_enqueue_style( ‘scStyleSheets’);
    }

    ltu-styles.css is in this directory. Doesn’t appear to have changed anything, but at least the link is good now.

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