Home › Forums › Weaver Xtreme Theme › Shadow for showhide button/ emoticons
- This topic has 9 replies, 2 voices, and was last updated 11 years, 5 months ago by
scrambler.
-
AuthorPosts
-
March 28, 2015 at 04:43 UTC - Views: 5 #17535
Remus
ParticipantI enabled shadow for images. @weaver and @scrambler provided some rules to hide shadow for single images. That’s great.
But is there anything that could be done for emoticons and showhide .png ?Now I finally have the latest version for both theme and plugin B-) thanks
March 28, 2015 at 16:38 UTC - Views: 4 #20896scrambler
ModeratorPlease be specific about which images in you page are concerned
We need to inspect the page to see what selectors can be used with the css rule to remove it on them
March 28, 2015 at 16:49 UTC - Views: 4 #20897Remus
ParticipantIt’s a showhide button bellow the quote area.
Autori: .pngHere it is a sad smiley to the end of the article. thx !
March 28, 2015 at 16:58 UTC - Views: 5 #20898scrambler
ModeratorFirt, your icon does not show up for me on IE, I just have a square box with the cross that means the image is not available. probably because the image is hosted on a site protected by cloudfare DDOS… You should use icon hosted locally.
As far as eliminating the border, the image has a class wp-smiley, so you can add the rule below in Main options > Fonts &Custom > Custom CSS Rule box
.wp-smiley {border: none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;padding:0 !important;}
March 28, 2015 at 17:17 UTC - Views: 4 #20899Remus
ParticipantIt’s good you announced me… on Firefox it’s loading fine anyway, and my IP was also whitelisted on CF.
** EDIT: I limited DDOS protection rule to wp-a* not just wp-* so wp-includes it’s not protected anymore 🙂 **
Shadows is gone for the smiley… I should have realized that I must inspect for a class.
It’s only the .png buttons that remains with shadow.For now, thanks for helping !!
March 28, 2015 at 17:57 UTC - Views: 3 #20900scrambler
ModeratorI don’t understand what you mean by .png buttons, please elaborate
March 28, 2015 at 18:05 UTC - Views: 4 #20901Remus
ParticipantThe first link I posted from my site, it has a showhide button below the quote area.
Autori: .png
Isn’t this the title of present discussion 🙂March 28, 2015 at 18:12 UTC - Views: 3 #20902scrambler
ModeratorOK, Modify the previous rule I gave you to the one below to add the showhide icon as a target
.wp-smiley, img[alt=show], img[alt=hide] {border: none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;padding:0 !important;}
March 28, 2015 at 18:23 UTC - Views: 4 #20903Remus
ParticipantIt worked. You’re a surprise box… got the answer for everything ! Wait for me to get even with a review on WP forums 😉
March 28, 2015 at 18:35 UTC - Views: 3 #20904scrambler
ModeratorI have added these to the tutorials #6
http://forum.weavertheme.com/discussion/10344/index-for-the-weaver-xtreme-tips-and-tutorials-threads
-
AuthorPosts
- You must be logged in to reply to this topic.

