TheDoc
-
960 grid, or No 960 grid to make this sort of site?
To flip this on its head a bit: I've never used the 960 grid framework. Sure, some of the websites I've created have been based around 960px but that doesn't mean I used some sort of pre-built framework. Why is this a question of 960…
-
window scroll javascript error
That's where the error was occurring in your previous code, I believe, so I just fixed that area up.
-
window scroll javascript error
Here's a really stripped down version of the scrolling: http://codepen.io/ggilmore/pen/931d869cb3d20d4d02744e5a9a4a049c Though, you'd probably just be better off using position: fixed on the nav. The animation of the nav only distracts.
-
window scroll javascript error
I'm on my phone at the moment so I can't dig too deep into it, but if you provided a live example we could see on what line the error is being produced. Maybe a reduced test case on Codepen. Other than that, there are some basic optimizat…
-
Visualising the css impact on a page - where to go from here?
Hmmmmm. Very cool concept, though I'm not particularly sure I'd find any use in it. I think finding unused styles can help, for sure, but I think the visualization doesn't really add anything to it. Sweet experiment, though, maybe it&…
-
CSS transform (translate) not working
Both of your selectors have :hover on them, so whatever is in the 2nd block will overwrite what is in the first. Also, make sure to put the non-prefixed version last (you have transform: listed first). Codepen: http://codepen.io/ggilmore/pen/d61a5…
-
Anyone used Gallery Addon for Advanced Custom Fields with Captions?
I'd check to see what's available to you when you do a var_dump on each of the images while you're looping through them. I bet you'll find a caption in there.
-
Facebook Like Using Icon Font
I don't think you can use the Facebook like button without their own widget. Sharing, however, is as simple as provided the user with a formatted URL that looks like this: https://www.facebook.com/sharer.php?u=URL
-
Alternatives to Dreamweaver, Photoshop
how is Sketch? @cwork It's not without its quirks, but it's super lightweight. The export options are great (especially when dealing with sprites). I've been enjoying it so far, but I'm mostly just working off our designers&…
-
Alternatives to Dreamweaver, Photoshop
I am now using Sublime Text 2 ($70) and Sketch ($49).
-
WordPress Producing Duplicate Images in Easy FancyBox
I think you have unclosed tags so for whatever reason Chrome is listing the link twice in the Inspector (which would certainly cause the plugin to load the image twice). Also, you still have a problem that when the thing scrolls, you have to hover…
-
Need help with menu.
Like this? http://codepen.io/ggilmore/pen/vrzwk Or...
-
WordPress Producing Duplicate Images in Easy FancyBox
Yup. Or you could wrap the anchor around your h4 and p in the .image-details div as well.
-
HTML batch edit
I'm sure there's some sort of regex. Just not my specialty.
-
Making my post title fluid?
Meh, doesn't look like a complete rip. @CyberStorm, if somebody asks you if you're trying to copy a website (ie, steal), you probably shouldn't answer with a 'yup'. Maybe they meant they were just trying to copy this partic…
-
How do you write CSS for it?
If it's all on one line, I'll use the margin-left method as @CrocoDillon mentioned. If things are spread onto multiple lines, I actually just created a codepen for another thread that answer that with a little trick: http://codepen.io/ggil…
-
WordPress Producing Duplicate Images in Easy FancyBox
As for your first question, simply alter your markup and have the anchor wrap around everything. I have a little trick for you for your second problem. Basically, you wrap all of the image divs in a wrapper, call it whatever you like. Give that div…
-
Tumblr LightBox
From step 3 on the View.js site: If you want image shows/groups, simply add a "rel" attribute to your links … … … … … If you want your images to show as a show or a group, use the same rel attribute to group them.
-
Tumblr LightBox
Basically you just need to use the same HTML structure that you're using in your Photo posts. So when you're creating the page, just make sure you edit the HTML and add the class of `view' around any anchors you might have that you wa…
-
How do I fix this? Declaration dropped.
Could just be a bug. Could be in a script that you're using? No idea.
-
Wordpress hide categories from logged out users
Although, you can get theme updates as well. I think what people normally do here is create a child theme that has all of their changes in it, but I've never done that before.
-
Wordpress hide categories from logged out users
I'm not sure I understand, what theme are you using that you think is going to overwritten?
-
Wordpress hide categories from logged out users
You shouldn't really need a plugin for this. You just need to use this: Resource: http://codex.wordpress.org/Function_Reference/is_user_logged_in Inside your is_user_logged_in conditional, you can run the loop for your dealer blogs. Jus…
-
CSS-Tricks Bug
IE8 is a very, very different issue. The OP is talking about IE10 which is an incredibly modern browser.
-
CSS-Tricks Bug
I've sent him a message, he'll see this thread soon enough. As for what Jarolin said, I'm sure Chris has tested in all modern browsers. I'm not sure where he's getting this 'only Chrome' and 'no IE10' mi…
-
CSS-Tricks Bug
Looks like it's just a bug in FF at the moment. I'm getting the error, too.
-
codepen || jsfiddle || jsbin
I used to use JS Fiddle all of the time, but I use Codepen exclusively now. I like having a proper profile and a bunch of the options that ome with it.
-
Logo Critique for Web Design startup
I think the concept is pretty good, just needs a lot more more. Simplify.
-
What Else can I do to improve webpage size/speed?
2.8mb isn't too bad, but it doesn't look like anything is being cached at all. Every time I load the page I'm getting 2.8mb. Though, that loads pretty quick for me.