kevinvance
-
PHP cache
To be clear, you're wanting to use PHP to generate a cache.manifest, or can you create it manually? If creating it manually is ok for your case, that's probably the way to go, but maybe I'm not understanding the use case.
-
changing slider photos
Hi @deatra, You're going to need to give more details --nobody is going to be able to help with only that info. This is also probably not a CSS question --most likely a little of a few different things --some javascript, some HTML and Wordpr…
-
Do I really, really need to move to SASS?
Of course you don't have to. But seriously, the barrier to entry is actually way lower than it seems. Especially if you're working alone a project. You can just start with one feature for a project, and get used to it that way. That…
-
Alternative @keyframes syntax needed
Maybe I don't follow, but what is adding styles dynamically like that? It's adding it directly to your stylesheets?
-
Coming Soon Page Email Collection
If you roll this yourself, at the simplest level you at least have to have somewhere to store the emails (unless you want to deal with receiving them via email all the time), which means you have to use some sort of database. And you have to have …
-
what's the best books for the following ?
@amis There are so, so many good ones. But I particularly like the way that the books from The Pragmatic Bookshelf (by The Pragmatic Programmers) approach teaching. I've found them to be useful because they teach relevant, usable bite-size c…
-
Link .html file in IE conditional comments?
@NSR What is it that you're trying to achieve?
-
Is 1024x768 still an issue?
Every project is a little different of course, but generally if it's responsive, it's probably best to let the content and the design dictate where the breakpoints are, and not so much any particular device's screen resolution. I mea…
-
How to be Fluent in English ?
Hi @amis. As somebody who has learned a second language as an adult, and speaks it fluently (I speak English and Spanish), what @HugoGiraudel said is spot on. Now, the hard part is putting yourself in a situation where you can do it --I know that …
-
pagination issue
Hi @cybershot. First of all, do you have a link to somewhere we can see it? Or can you recreate it in a reduced test case on a site like codepen.io? Secondly, this doesn't seem like a CSS issue. What is powering your pagination? Wordpress a…
-
Need help with a quick styling issue.
Social sharing buttons are usually a huge pain in my experience, and especially if you're using the default styles that come in with the snippet (it looks like you're using AddThis, maybe?) Sometimes spacing is funky, and you end up fight…
-
Centered Drop Down Menu Help
(also don't forget Codepen gives you the option to link up your own external stylesheet if you need to)
-
Centered Drop Down Menu Help
@grindleydesigns I see in Codepen that you're not using any kind of reset for the example. Are you using one in your project? Could the discrepancy be due to something in your reset cascading down?
-
IE layout issues.
In the case of Sass, it's a tool that was built that compiles to standards compliant CSS. So pretty different. I do see where you're coming from, with moving the web forward if there is a legit need for something. I just don't agree …
-
Changing Header in Custom CSS Wordpress
@amkane01 I'm actually not seeing the part that's controlling that image anywhere in this stylesheet. I inspected the page real quick, and the part I think you're wanting to change (the logo and the text that says "We Make It Ri…
-
Overlapping Photos on Tumblr! HELP!
@belindalovelee if you can't paste it here, make a pen at http://codepen.io and give us the link so we can see what's going on. Also, which browsers is it looking strange in?
-
Use PHP to place a css file link in the header??
You don't need the else { } in this case, though. If it doesn't meet the condition of the if, it will already do nothing.
-
IE layout issues.
Hi guys, was reading through the thread, just wanted to jump in. RE: Creating your own tags: @Senff, it's a Web Standards issue more than anything. Doing that kind of stuff willy nilly might not be a big deal to you in your own markup, but it…