Title: missing CSS file ???
Last modified: June 22, 2017

---

# missing CSS file ???

 *  [bjrnet21](https://wordpress.org/support/users/bjrnet21/)
 * (@bjrnet21)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/missing-css-file-2/)
 * I use your plugin at [https://www.blackjackreview.com/wp/](https://www.blackjackreview.com/wp/).
 * I also use an SEO plugin that has a 404 monitor. I keep getting 404 errors on
   pages that have code like: “<link rel=’stylesheet’ id=’scStyleSheets-css’ href
   =’[https://www.blackjackreview.com/wp/wp-content/plugins/link-to-us/gt-styles.css?ver=27f867aa518325d784300025d6265be5&#8242](https://www.blackjackreview.com/wp/wp-content/plugins/link-to-us/gt-styles.css?ver=27f867aa518325d784300025d6265be5&#8242);
   type=’text/css’ media=’all’ />”.
 * This is obviously a bad link. There is NO gt-styles.css in that directory.
 * What is going on?

Viewing 1 replies (of 1 total)

 *  Thread Starter [bjrnet21](https://wordpress.org/support/users/bjrnet21/)
 * (@bjrnet21)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/missing-css-file-2/#post-9251774)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/link-to-us_989bb0.svg)
 * [Link to us - SEO Widget](https://wordpress.org/plugins/link-to-us/)
 * [Support Threads](https://wordpress.org/support/plugin/link-to-us/)
 * [Active Topics](https://wordpress.org/support/plugin/link-to-us/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-to-us/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-to-us/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [bjrnet21](https://wordpress.org/support/users/bjrnet21/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/missing-css-file-2/#post-9251774)
 * Status: not resolved