I am a creative professional with over 10 years of experience in graphic design and website development. My positive attributes include, but are not limited to: meeting deadlines, communicating ideas, handling multiple projects, dreaming in Pantone color...and playing well with others :)

May
3
answered Add ID to target navigation link
May
2
comment Add ID to target navigation link
Yes, but those links will change if the theme is applied to another website, I was looking for something that could be applied to the theme, that wouldn't need a manual ID change when the theme is added to another site.
May
2
asked Add ID to target navigation link
Apr
29
accepted IE8 Background Cutoff
Apr
26
answered IE8 Background Cutoff
Apr
26
comment IE8 Background Cutoff
I have another container with a width of 1600px that seems to be causing the issue for ie8...because it's wider than my browser (1440x900), it looks like ie stops that navigation after 1440px (because that is the size of my browser), but keeps going for the element that's 1600px. How do I get the top element to span across the entire screen and not stop at 1440px...anyone ever seen this?
Apr
26
asked IE8 Background Cutoff
Mar
26
awarded Popular Question
Mar
18
answered Duplicate Form Fields
Mar
17
comment Duplicate Form Fields
I found stackoverflow.com/questions/3360723/… but this one stacks the two fields: name, name, school, school...not name, school, name, school
Mar
17
answered Duplicating/Cloning Multiple Form Fields
Mar
17
asked Duplicate Form Fields
Mar
17
asked Duplicating/Cloning Multiple Form Fields
Mar
13
comment Thumbnails Not Generating
Yes...to test, I am using two images that are both wallpapers, that way I can tell if it works or doesn't work...like I said I am pretty sure it related to the amount of thumbnails being generated, not the size.
Mar
13
comment Thumbnails Not Generating
Ok, so this was not a sizing issue as I initially thought...it seems if there are more than 3 images (including the default) it doesn't generate thumbnails, but if I have 3 or less it does...any ideas what might cause that?
Mar
13
comment Thumbnails Not Generating
Getting closer...you can see my code at: pastebin.com/t1s9cbLN (the array was removed on line 2). Also, the thumbnails get generated if I remove the add_image_size admin-thumbnail and post-thumb but I have no idea why.
Mar
13
comment Thumbnails Not Generating
It goes away if I remove all of my custom image sizes (add_image_size) or if I deactivate my custom post type plugin.
Mar
13
comment Thumbnails Not Generating
Making progress...just to test I removed all of my custom image sizes (add_image_size) and my thumbnails are generating properly again...any clue why this could create a conflict? I copied that code from another working website that doesn't have any issues.
Mar
13
comment Thumbnails Not Generating
I am adding it directly to functions.php...I have done several other themes, none of which have this problem but none of the other ones are using custom post types.
Mar
13
comment Thumbnails Not Generating
Ok, so I applied the Twenty Twelve theme, just to see what would happen and the thumbnails generate...so now we know something is wrong with my functions file. I took a look at how post thumbnails are added and mine looks like: add_theme_support( 'post-thumbnails', array( 'post','slides' ) ); where Twenty Twelve looks like: add_theme_support( 'post-thumbnails' );...so I simply deleted the array at the end...but that still didn't work! I'm not sure where to go or what to check from here.
1 2 3 4 5