kevin11189
-
Boxes of equal height
@jashuanhibbert Very nice. I'm saving that one for later use.
-
Boxes of equal height
The code block broke on the second one. It starts at "if (document......."
-
Boxes of equal height
Honestly, I don't do a whole lot of js without just manipulating plugins and stuff... I can see what I can do. I have a feeling someone else is going to come in here and make me look stupid. I'm learning with you. have you tried if (scre…
-
Jquery popup gallery (Click image to open gallery with other images)
Here is a list of all the api's. http://fancybox.net/api Add them to the js like the other ones in there and you can manipulate a lot of it.
-
Jquery popup gallery (Click image to open gallery with other images)
Hey, not a problem. Happy to help. Here is the new on with the close button. http://jsfiddle.net/kevin11189/uZCC6/1270/
-
Boxes of equal height
Check this out.... I haven't needed to use it yet, but I'm sure you can manage to make it work. I know a couple people that have. https://github.com/paulirish/matchMedia.js/ The readme is pretty helpful too. I think this is what you'…
-
Jquery popup gallery (Click image to open gallery with other images)
Alright, it took me a while to get it to work in jsfiddle, but here it is. http://jsfiddle.net/kevin11189/uZCC6/1269/ Alright, you set the "data-fancybox-group" to group the different galleries together. You can see how it works. I have t…
-
FOOTER ICONS NOT SETTING LEVEL -- ARRRRRR HELP PLEASE! - SOLVED!
With Chris's setup it looks like it's for Hayley. With the current setup, it's a tossup in my opinion. I could see it being either's. If it's for Hayley, I'd switch it over to Chris's setup. If it's for Simeon…
-
FOOTER ICONS NOT SETTING LEVEL -- ARRRRRR HELP PLEASE! - SOLVED!
Actually, you already have it set as an ID. I should have written: #footer img { position: relative; top: 3px; } Add that to your CSS and you should be fine.
-
FOOTER ICONS NOT SETTING LEVEL -- ARRRRRR HELP PLEASE! - SOLVED!
You could add a .footer img { vertical-align:middle; } That would align the top of the images with the top of the text. I would however do this. It looks a little nicer. The middle of the images is about center with the middle of the text. .foot…
-
Custom Horizontal Nav Bar for WordPress?
@chrisburton Yeah, you're right. I just like giving options. The video Chris made is sprite based. That should be able to show him exactly what he needs to do for it.
-
Custom WP template + HTML/CSS??
Hmmm.... This might be an unnecessary question, but what do you have listed in your settings>general for Site URL and Wordpress URL? I've seen issues when these aren't written correctly in certain conditions. If you could let me know wh…
-
Custom Horizontal Nav Bar for WordPress?
@tigerpaw What that site has is a background image that covers the entire right side of the screen. You can simply make a background image in photoshop and set it as the background. When it comes to the hover effects, that is simple css. .nav ul l…
-
Why I'm getting frustrated with my job in comic form.
@andy_unleash That's awesome! I was thinking about getting it. @jurotek Yeah, you're absolutely right.
-
Why I'm getting frustrated with my job in comic form.
@jurotek Yeah, I completely understand what you mean. Using CSS, there isn't a whole lot that I can't manage to do(within reason for CSS), but there are a few things that get a little frustrating. Life would be a lot easier if all browsers…
-
Jquery popup gallery (Click image to open gallery with other images)
Oh, you're fine. I was just trying to make sure I understood what you were saying. I've been using fancybox a bit for stuff like that. There is a built in way to have a thumbnail gallery of that photo and all the other photos you set up to…
-
Image Slider suggestions
I know you said you haven't learned Javascript yet, but I've gotten pretty fond of the AnythingSlider. It is very customizable. I can get it to work for just about anything by tweaking it. I really don't know a ton of Javascript, and …
-
Help needed with Wordpress theme
Yeah, I use the same thing as @chrisburton . It works pretty well. I like it a lot.
-
FancyBox error when using PHP. Any ideas?
Have you checked your console? Anything going on in there?
-
Jquery popup gallery (Click image to open gallery with other images)
So, I'm just trying to understand this fully. Basically, are you looking for a way have a bunch of thumbnails, and clicking on each of them would bring up some type of modal box or something with an entire gallery in it, with a kind of slider g…
-
Download Link Doesn't Work
If you're using php, you could change the content-disposition, but to my knowledge, you have to make another php for the download file. Or, you could add AddType application/octet-stream .mp3 to you .htaccess file. I've never done it f…
-
Drop Down Menu
Here is did a little bit to fix that. For the margin top, use the height of the menu items. In this case, 50px. Also, use a ">" to force it to be the next ul to display when hovering instead of all upcoming ul. Thanks @Watson90 . I just…
-
Equal headings height
I think @Vasek17 has a good css solution. That's how I would do it. If you want it to look consistant across the board and be flexible, I would just set the height at 100px and let the width be auto.