| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | 2 days ago | |
| stats | profile views | 19 |
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 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. |
|
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. |
|
Mar 13 |
comment |
Thumbnails Not Generating I downloaded and installed wordpress.org/extend/plugins/custom-post-type-maker which is a plugin that creates the custom post types for you and I still have the same issue, even after removing my code for the custom post types...which makes me wonder where the conflict resides, because it's obviously with the post types themselves and not the code. If the plugin is activated the thumbnails fail to generate...if I deactivate the plugin everything works fine. |
|
Mar 13 |
comment |
Thumbnails Not Generating Vinod...as I mentioned in my original post, I have added theme support and it's still not working properly...the code I am using for the thumbnails looks like: pastebin.com/t1s9cbLN. Also, this issue doesn't just affect my custom post type, but all thumbnails in-general :( |
|
Feb 13 |
comment |
Paginate WordPress Category Pages It works!! Thanks so much! |
|
Feb 13 |
comment |
Paginate WordPress Category Pages Milo, I am using query_posts simply to restrict the number of posts per page...how do I apply your fix to just my category.php template? |
|
Feb 1 |
comment |
Subpage Conditional Alex, I don't have a post named "billy", I have a child page named "billy" :-( |
|
Jan 30 |
comment |
Subpage Conditional Alex, I have a main page called "People" then I have subpages or child pages called "Oscar", "Billy", and "Tim"...right now my code displays on all three subpages "Oscar", "Billy", and "Tim". I would like it to display on "Billy" only, if that's possible :) sorry for the confusion. |
|
Jan 30 |
comment |
Subpage Conditional Alex, I have more than one child page...which is why the current code doesn't work...is there any way to make your code work for multiple subpages? |
|
Jan 20 |
comment |
Audio tags around Mp3 URL in content This is awesome!! You are the man, this is what I was trying to do, just wasn't sure how to go about it - or even where to start! |
|
Jan 11 |
comment |
Child Category Image Ok, we're getting close...not sure why the else didn't work, but essentially I created my own else by adding a check for the child category. My code looks like: pastebin.com/ZW7Sb3H9. The only thing that doesn't work is If the category doesn't exist I should get a: Sorry, no posts matched your criteria error. Everything else is working great! |
|
Jan 11 |
comment |
Child Category Image Ok, if I remove the category I get the Category doesn't exist error, but if the category does exist - just has no posts - I still get the category doesn't exist error. I copied your code word for word just echoed your comments so that I could see what was happening. Almost there!! |
|
Jan 10 |
comment |
Child Category Image This is awesome!! I re-wrote it a little bit, but it's the same code...my code looks like: Pastebin - the only thing is that my else doesn't quite work...if I add a category that doesn't exist It shows all posts, I expected that I'd get a Sorry, no posts matched your criteria error. Any ideas why that doesn't work? |
|
Dec 10 |
comment |
Query Posts Exclude Entire Category I tried your code and it seemed like nothing happened, not sure why it didn't work...any ideas? |