For some reason, cycle is trying to load images from other CSS on my site. These styles are NOT present in my views_slideshow_cycle.css. They are only present in other css on the page. I've checked to see if I have any weird settings in the views and I don't. These styles are NOT used directly in the slideshow view. They are used in completely different sections of the site. I am getting a ton of these errors. I can't imagine why the module would be calling these styles.

Here's the error. I've replaced our site name and Hostname with junk.

TYPE	page not found

DATE	Monday, October 15, 2012 - 9:25am

USER	Anonymous

LOCATION	http://www.oursite.gov/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/images/tab_magenta.png?v=1.43

REFERRER		
REFERRER	
http://www.oursite.gov/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.css?mbsbvy

MESSAGE	sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/images/tab_magenta.png

SEVERITY	warning

HOSTNAME IP.ADDRESS.GOES.HERE

OPERATIONS	

Here's a verbatim copy and paste of the stylesheet.

.views_slideshow_cycle_no_display,
.views_slideshow_cycle_hidden,
.views_slideshow_cycle_controls,
.views_slideshow_cycle_image_count {
  display: none;
}

/* Pager Settings */

.views_slideshow_cycle_pager div a img {
  width: 75px;
  height: 75px;
}

.views_slideshow_pager_numbered div, .views_slideshow_pager_thumbnails div {
  display: inline;
  padding-left: 10px;
}

.views_slideshow_cycle_pager.thumbnails a.activeSlide img {
  border: 3px solid #000;
}

.views_slideshow_cycle_pager.numbered a.activeSlide {
  text-decoration: underline;
}

As you can see, there is no reference to this image in this stylesheet.

We have cleared caches multiple times.

Comments

loopy1492’s picture

Issue summary: View changes

fixed a formatting issue

loopy1492’s picture

Issue summary: View changes

fixed formatting issue

loopy1492’s picture

Issue summary: View changes

more formatting issues

loopy1492’s picture

Issue summary: View changes

The code tag is getting confused

NickDickinsonWilde’s picture

Status: Active » Closed (cannot reproduce)

That is very odd - I'm assuming you got it fixed, if not, reopen.