Setting up Schema I ran into this issue:

http://example.org/sites/all/modules/contrib/schemaorg/css/images/ui-bg_...
REFERRER http://example.org/admin/structure/types/manage/blog

I don't know what the issue is, but it seems to have been missed in the tarball.

Comments

scor’s picture

Mike: thanks for your report. This image is called from schemaorg.jquery.ui.theme.css. The image is present in core in misc, but it's looking for it at the wrong place. Maybe we should try to use the core jQuery UI CSS instead, and hope that it finds the image at the right place.

scor’s picture

I spent an hour trying to tweak the form #attached CSS but given that seven implements hook_css_alter() to force misc/ui/jquery.ui.theme.css to replaced by its own custom .css every time, I think it's best to just duplicate these images in the schemaorg module until #896728: Tweaks to jQuery UI Seven theme is fixed.

mgifford’s picture

Thanks!

scor’s picture

Status: Active » Fixed

Thanks for the bug report Mike! fixed with http://drupalcode.org/project/schemaorg.git/commit/a3564c0

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.