|
#1
Nov 22, 2012, 03:47 PM
|
|
On my side is not visible on the first page of images in gray. However, after moving the color you see. The problem is only in Firefox. In Chrome is fine on IE did not check.
Where the problem lies?
Page: www.crnews.pl
Last edited by danieln; Nov 22, 2012 at 07:44 PM.
|
#2
Nov 23, 2012, 03:30 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Do a forum search
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Nov 23, 2012, 05:28 AM
|
|
I was looking for but none of the threads does not resolve my problem. I'm beginner do I'm counting of the experience and support specialist.
|
#4
Nov 23, 2012, 07:52 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you read the sticky threads at the start of the forum?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5
Nov 23, 2012, 11:24 AM
|
|
Read the sticky, tray fix and stil not wokr
|
#6
Nov 23, 2012, 03:35 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
looks good to me, I see the image now, it looks like a stadium
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Nov 23, 2012, 03:52 PM
|
|
If you move the mouse it shows. How do you remove the cursor remains only white spot.
|
#8
Nov 23, 2012, 04:59 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what browser are you using?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Nov 23, 2012, 05:37 PM
|
|
FireFox 16.0.2
|
#10
Nov 23, 2012, 07:40 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
did you apply the fix in 'PATCH 113-01: featured images behave 'strangely' may cover text, not show till hover' ?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Nov 24, 2012, 06:07 AM
|
|
Yes, I apply the fix in 'PATCH 113-01
|
#12
Nov 24, 2012, 07:29 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
and now I see it is working.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13
Nov 24, 2012, 09:17 AM
|
|
I do not know what's going on. For me, still do not see the image in grayscale, even at this time FireFox 17
|
#14
Nov 24, 2012, 09:56 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I don't see them in grey scale, but I see them.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#15
Nov 24, 2012, 03:18 PM
|
|
I see a picture of it but only when you hover the mouse on it. It should still be visible in the gray scale and this is no more, and basically just a matter of spreading it.
|
#16
Nov 24, 2012, 03:35 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You still don't have the patch applied, you must make the change indicated
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#17
Nov 24, 2012, 04:11 PM
|
|
OK, you're right. Previously, it changed the windows commander and not the administration panel. However, after the patch it does not change in the way that it should. The first thing is the lack of a frame around the image and the other is that there is no effect of gray. There's only color image.
|
#18
Nov 24, 2012, 04:26 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Correct that is the only fix I know of. I've passed this onto Flynn the theme developer
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#19
Dec 18, 2012, 04:09 PM
|
|
I ran into the same problem with grayscale filter not working in Firefox. it appears to be a problem with the gray-filter.svg file
Original gray-filter.svg
Code:
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="grayscale">
<feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"/>
</filter>
</svg>
Updated gray-filter.svg
Code:
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1"
baseProfile="full"
xmlns="http://www.w3.org/2000/svg">
<filter id="grayscale">
<feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0.3333 0.3333 0.3333 0 0
0 0 0 1 0"/>
</filter>
</svg>
Now the grayscale hover thumbnails work for me on Chrome(OSX and Win7), Firefox (OSX and Win7), and Internet Explorer (Win7)
|
#20
Jan 11, 2014, 03:38 PM
|
|
Well ... that filter file no longer works. FireFox is broken ... AGAIN!
|
|