-
AuthorPosts
-
April 10, 2016 at 10:14 am #875244
ThaiModeratorHi @acbrent25,
Please follow these steps:
1] Add the following CSS under Customizer > Custom > Edit Global CSS:
.hover-effect { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'>&l…3 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); } .hover-effect:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'>&l…1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); -webkit-filter: grayscale(0%); }2] Add the
hover-effectCSS class to the class field of your images:http://i.imgur.com/njAH5qS.png
Hope it helps 🙂
April 11, 2016 at 6:58 pm #877346
acbrent25ParticipantHoly hell! I just figured it out. You are a lifesaver!!!!
Thank you
April 11, 2016 at 7:04 pm #877348
acbrent25ParticipantHey Thai,
Sorry to be a pain in the butt, but the reason I was having trouble is that I couldn’t add an image class due to the fact that I was using a feature box.
So instead I created a text box at the bottom left and applied the technique above. Works great in chrome but the image won’t appear at all in Firefox.
What is the issue? http://macleanagency.virtuentmedia.com/our-team/
April 12, 2016 at 5:07 am #877991
ChristopherModeratorHi there,
Yo can’t add class to feature box image directly.
If you want to use feature box addhover-effectto feature box class field and update your code to :.hover-effect img { filter: grayscale(100%); -webkit-filter: grayscale(100%); /* For Webkit browsers */ filter: gray; /* For IE 6 - 9 */ filter: url("data:image/svg+xml;utf8,<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>#grayscale"); /* Firefox 10+, Firefox on Android */ } .hover-effect img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); }Hope it helps.
April 12, 2016 at 7:03 am #878119
acbrent25ParticipantThank you so much!!! It works now. You are a lifesaver. This client really wanted this feature and I have never done it before.
April 12, 2016 at 7:53 am #878196
John EzraMemberYou’re most welcome! 🙂
May 26, 2016 at 1:10 pm #1011508
citrusstudiosParticipantHi, we want to change the Mouse over effects in the Envira Gallery images. Is this possible to do this?
thanks
May 26, 2016 at 4:44 pm #1011826
FriechModeratorHi There,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation.
Thanks.
June 7, 2016 at 3:54 pm #1030654
cleokerkhofParticipantOk, I got a weird problem on my webpage http://www.fadeblank.com/events-2
When I implement this in CSS:
.my-image-class:hover {
content: url(your-site.com/your-hover-image.jpg);
z-index: 999;
width: 100%;
}`</blockquote>it works for ONE picture of the eight.
I checked if I do something different, but I don’t. I’m sure about this because when I change the URL to the onethat works when you hover it, it works on the other pics too. It did work before, it feels like some kind of error.
Can you check what’s up for me?It looks like only the upper one is working. So I started adding the original CSS code. When I add underneath, but nothing is happening either.
<blockquote>.my-image-class: {
content: url(your-site.com/your-original-image.jpg);
z-index: 999;
width: 100%;
}`Thanks in advance!
Cleo
June 7, 2016 at 3:55 pm #1030655
cleokerkhofParticipantThis reply has been marked as private.June 8, 2016 at 4:15 am #1031520
ChristopherModeratorHi there,
First image class is
Hanand you added CSS for this particular class which works properly, see the attachment.Since each image has specific class name, it should have its CSS as well, e.g :
.Hand:hover { content: url(http://fadeblank.com/wp-content/uploads/2016/05/FB_BD_ASS_LOGOTEKST_.jpg); z-index: 999; width: 100%; }Or you should change all image classes to
Hanin case you want to use same image for all images hover state.Hope it helps.
June 8, 2016 at 5:57 am #1031633
cleokerkhofParticipantHi Christopher, thanks for the reply.
Well, I know,
the thing is, I did exactly the same for the other images.
I pointed them to their own class, added their own URL in the custom css.
And indeed, if I wanted them to change in Han class, it works, with every image.
But its own image, doesn’t work. I really do not understand.The weird thing is,
when I add your code with the wrong (Han) image like this:
It DOES show the right image, whut!.Hand:hover {
content: url(http://fadeblank.com/wp-content/uploads/2016/05/FB_BD_ASS_LOGOTEKST_.jpg);
z-index: 999;
width: 100%;
}.Hand:hover {
content: url(http://fadeblank.com/wp-content/uploads/2016/06/DEF_HEADER_FBWEEKENDER_NEWLOGO_HAND2.jpg);
z-index: 999;
width: 100%;
}`While it doesn’t work without adding your “wrong” code. I think this is an error right?
I hope your following me haha. Because I barely follow myself right now.
Right now (adding the wrong code above the right one) works for almost all images except the last one and the 5th one -.-. Can you please check if I hit an error or if this is me?
Thanks for helping me out.
Cleo
June 8, 2016 at 7:52 am #1031744
cleokerkhofParticipantThe once that do hover, don’t really hover nice too, since they at first do not know where to hover to(which is not weird because of the 2 different links). You see it struggling.
So I just need a clear css for all my classes, is there another way to Rome for me?
I hope you can help me out, thanks.Cleo
June 8, 2016 at 12:07 pm #1032266
ChristianModeratorHey Cleo,
We’re sorry but further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer.
Thanks for understanding.
July 28, 2016 at 4:56 pm #1107760
fewwillParticipantwebsite URL: http://www.innerpeacecounselingservices.com/
I added the following code to my global CSS using appearance>customize>custom>:
.latest-image-class:hover {
content: url(http://yourfilename.jpg);
z-index: 999;
max-width: 100%;
display: inline-block;
}I then added the class name (latest-image-class) to the class section where the image is located.
I am trying this out on the first image as I am trying to test the hover effect. It is not working at all. What am I doing wrong?
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-129136 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
