revolutiong
-
Chrome search broken on CSS tricks and Codepen.
I hear yeah, I didnt change anything. Didnt disable a thing. No firewall. Still have Js. Was hoping someone ran across this strange issue and fixed it. Think I might just need to delete and re install.
-
Chrome search broken on CSS tricks and Codepen.
Right, Should of been more specific. On my chrome. Some setting or something that is messing things up.
-
Masonry loading images display:none issue.
Solved. $(document).ready(function(){ var $container = $('.masonry-c'); var min_width = 266; $('.masonry-c').hide(); $container.imagesLoaded( function(){ $('.masonry-c').show();
-
Setting image width 100% not working.
Great idea. Within the Masonry js there is ImagesLoaded Function. Added my css as so... function triggerCallback() { callback.call( $this, $images ), $("div.masonry-box img").css({'visibility': 'visible'…
-
Setting image width 100% not working.
That worked, didn't solve my issue with my images blowing up however. Thanks for your help.
-
Why does firefox hate this code?
Yup, it was the unicode. However that happened and how you found that is beyond me. Thank you.
-
Custom Checkboxes, Wordpress, SCSS and contact form 7
Not sure what browser your using but on chrome and dolphin on mobile the check mark is small miss-aligned and does deselect.
-
fill li with a
haha, that did it, Thanks Doc! Much appreciated.
-
fill li with a
http://cosmedicaltravel.com/temp/ is the site, I find is strange that works for you guys. Using chrome and firefox on windows. // I noticed the block is working on mac, what can we do about windows?
-
SCSS nesting issues.
Thanks, I went a looked up with & does. Serves me right for jumping in and not learning some of basic first :)
-
SCSS nesting issues.
Here my codepen to my attempt to use sprites for social networking icons http://codepen.io/rgfx/pen/zkjDd