style sheet and img issue
-
Using Firefox Firebug we checked the performance of one of our sites and noticed the following 2 404 (not found) errors:
https://oursite.com/wp-content/plugins/tubepress/sys/ui/themes/default/style.css?ver=3.5 https://oursite.com/wp-content/plugins/tubepress/sys/ui/themes/default/img/bullet.png
First error: We integrated the CSS for tubepress into our standard style.css and as per the documentation were under the impression that the use of CSS by tubepress was deprecated.
Second error: We checked and we do not have an IMG directory under the DEFAULT directory in the tubepress plugin directory. So we don’t know why it is searching for the .png file there.
The code in the header for this site is
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
we are using the latest version of tubepress.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘style sheet and img issue’ is closed to new replies.