Fade in breaks a theme I made. How do I fix it or get your plugin to work?
-
I made a free theme but there is some CSS code that breaks when your plugin is turned to fade.
If you could offer some advice to either fix the template or fix the plugin so it works it would be great.
.grow img{height:300px;width:300px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease;} .grow img:hover{width:400px;height:400px;} .icon{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;} .icon:hover{transform: scale(1.05);} .icon2{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-ms-transition:all 0.5s ease;transition:all 0.5s ease;} .icon2:hover{transform: rotate(3deg) scale(1.03);}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fade in breaks a theme I made. How do I fix it or get your plugin to work?’ is closed to new replies.