ChrisP
-
Issue with :nth-child()
Personally, I'd style all the elements the same, then just target the first element with :first-child to change those styles. Also, this page helps me alot when trying to calculate :nth-child equations: http://css-tricks.com/examples/nth-child…
-
On hover, move the navigation's icon from current page item to the hovering
Chris did a post on the jQuery MagicLine that may help point you in the right direction..the functionality is the same, but you'll need to tweak it to do what you need: http://css-tricks.com/jquery-magicline-navigation/
-
How To Remove Template Credits From This WordPress Template?
Buy the premium theme. Aside from that, you'll be hard pressed to find someone on this forum that will help you remove another designers credit on work that you intend on using as your own.
-
migrating wordpress from dev server PROBLEMS!! please help :(
do i need to create a new database on there server? I'd say just transferring the database you made on the dev server should be sufficient enough, but you will have to edit the database to reflect any URL changes, and you'll need to r…
-
Can't find the answer to this on WuFoo forums :(
@rctonnie, AJAX would be the direction you're looking for..here's a tutsplus article for guidance.. http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
-
Start CSS Animation from second animated position
@Jarolin, you'd probably look into animation iteration count to make it loop. https://developer.mozilla.org/en-US/docs/CSS/animation-iteration-count
-
Useful Docs: Legal Documents And Contracts For Designers
@chrisburton, thanks for pointing it out the other day, great resource. lol
-
Useful Docs: Legal Documents And Contracts For Designers
@TheDoc, it's http://docracy.com I was there this morning
-
Unable to access WP-Admin after Upgrading WordPress to 3.5.1
@mulaysmara, yes, you should always back up your database for any reason whatsoever, but as @contentJones said, you won't be able to without access to either your WP dashboard or phpMyAdmin.
-
Shortlist/ favourites plugin
haven't tried it, but a quick search of the WP plugins produced this: http://wordpress.org/extend/plugins/wp-favorite-posts/ I'm assuming you're looking for a WP plugin?
-
Allow CEWP scroll with screen.
@brown2539, the short answer is position: fixed; on the sidebar, if I'm understanding you correctly.
-
Unable to access WP-Admin after Upgrading WordPress to 3.5.1
@contentJones, After upgrading i no longer can access my wp-admin. Can't switch themes without access to the dashboard. You could try http://wordpress.org/support/topic/downgrade-from-35-to-342
-
Best Way To Link To JQuery File?
In that case, you should mention that it's your preferred method, but by no means is it better than using Google's CDN first. http://encosia.com/3-reasons-why-you-should-let-google-host-jquery-for-you/
-
Best Way To Link To JQuery File?
@websitecodetutorials, wow...really? I'd like to know why you think self hosting the jquery without sourcing google's CDN first is actually better for your site? You must be joking, right?
-
Z-index and background quirk in Firefox 19.2
@copaesthetic, on FF, not seeing any black background
-
line height problems
No browser inconsistencies that I'm aware of..but I could be wrong http://coding.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/
-
line height problems
@chrisburton, true, but I guess it really depends on the look he's going for, because setting a lower line-height on the h1 tag also moves the h1 tag higher up the page. Test case: http://codepen.io/ChrisPlz/pen/gJnht
-
line height problems
@pepe_lepew, line-height defines the distance between multiple lines.. see http://codepen.io/ChrisPlz/pen/ecmiq Your sample was working properly, each line is only 1pt as you defined, but when you only have 1 line, it doesn't do much. Edit: y…
-
Web Design company responsibility when building website
@Jonathand_d, neglecting h tags because that's an "upgrade package" is pretty cheapskate IMO..and poor semantics
-
Help with CSS Menu States
@tannercampbell, if I'm understanding you correctly, you'd just need to add an active class to be assigned to whichever nav link corresponds to the page you're actually on? jQuery would be your solution for this. http://docs.jquery.c…
-
Changing imgs by "a:hover". Help!
Ahh, I see..I just remembered seeing it in the forums
-
Changing imgs by "a:hover". Help!
@CrocoDillon, you're right..they aren't that bad at some things, but I'd hate to see someone learning use it as their go-to resource for everything and then get misinformed from one of their several inaccuracies.. Here's @HugoGi…
-
Another Media Queries question
a lot more style sheets that's not good..I think that might be your culprit too. But in all seriousness, without providing a link, nobody will be able to help you very much.
-
css pseudoclass selector
.toggle-default:nth-child(2) .toggle_title
-
Header Feedback
aaaahhhhh my bad @chrisburton, I like Option 2 in that case, it seems more complete since it matches the bottom border.
-
Header Feedback
no difference between 2 & 3, but I like the smaller header better..so option 2 & 3
-
New CSS3 Menu
@mwbcomputers, well, you could copy your relevant html output into a pen.. It's much easier to help when there's something to look at..a live link would help as well.