Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Images not showing in trunk #1822

Closed
mattab opened this issue Nov 16, 2010 · 4 comments
Closed

CSS Images not showing in trunk #1822

mattab opened this issue Nov 16, 2010 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Nov 16, 2010

In trunk, some images are not showing in my box (after deleting tmp/assets/ )

For example,

  • the icon next to 'About Piwik'
  • the arrow in the Website selector
  • the left and right vertical grey lines going from the menu to the bottom of the page
  • the language selector arrow

It seems that when the CSS says background:#FFF url('images/sortdesc.png')

it is being rewritten in the merged background:url("themesultimagessortdesc.png") no-repeat scroll right center #FFFFFF

see screenshot. I saw few modifications to assets manager so these are probably the cause (or am I doing something wrong?)

@mattab
Copy link
Member Author

mattab commented Nov 16, 2010

Attachment:
missing images css.PNG

@robocoder
Copy link
Contributor

Worksforme. Smells like a PHP bug. Not sure what the workaround is...

@mattab
Copy link
Member Author

mattab commented Nov 24, 2010

(In [3325]) Fixes #1822
The issue was that the CSS was showing paths as themes\images...png rather than using slashes.

@robocoder
Copy link
Contributor

(In [3347]) refs #1822, r3325 - only str_replace() on the url

@mattab mattab added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants