StudioPress Community Forums
  StudioPress Community Forums > Search Forums
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
Showing results 1 to 37 of 37
Search took 0.15 seconds.
Search: Posts Made By: Travis Hill
Forum: General Discussion 03-11-2012, 03:15 PM
Replies: 1
Views: 136
Posted By Travis Hill
Shortcodes in Text Area Metabox

Is it possible to use short codes inside a text area metabox inside of a custom post type.

I created a shortcode to handle some of my paragraph indentation. I want to be able to add...
Forum: General Discussion 02-24-2012, 03:24 PM
Replies: 1
Views: 97
Posted By Travis Hill
Image Size not reactive to what I set in Media Settings

When I change my max image dimensions for the Medium Size in Media Settings, this isn't reflected on my posts.

However, this IS working for the Large size.

What could be causing this?
Forum: General Discussion 02-24-2012, 12:11 PM
Replies: 8
Views: 193
Posted By Travis Hill
Is the image the only element (not the title,...

Is the image the only element (not the title, post meta, share links) that needs to be called in the genesis_before_content hook?
Forum: General Discussion 02-24-2012, 11:59 AM
Replies: 8
Views: 193
Posted By Travis Hill
If I'm getting the image in the following manner....

If I'm getting the image in the following manner.


add_action('genesis_before_content', 'tmv_add_debate_image' );
function tmv_add_debate_image()
{
global $post;
//setup thumbnail image...
Forum: General Discussion 02-23-2012, 03:56 PM
Replies: 8
Views: 193
Posted By Travis Hill
I'm able to hook put my picture before the...

I'm able to hook put my picture before the content. The problem here is that I lose the image border and the padding of the content. Do I need to manually add that?
Forum: General Discussion 02-23-2012, 03:38 PM
Replies: 8
Views: 193
Posted By Travis Hill
how do I use the hidden feature?

how do I use the hidden feature?
Forum: General Discussion 02-23-2012, 03:15 PM
Replies: 8
Views: 193
Posted By Travis Hill
ok i will play around with that.

ok i will play around with that.
Forum: General Discussion 02-22-2012, 11:14 PM
Replies: 8
Views: 193
Posted By Travis Hill
Picture/Title - Forcing the text to *not* wrap

Rather than wrapping text/post meta/share links/everthing around my featured picture, I would like it to remain in a division to the right of the picture and not wrap.

Here is what I'm talking...
Forum: General Discussion 02-21-2012, 11:03 AM
Replies: 9
Views: 304
Posted By Travis Hill
sweet, that worked. any more ideas about the...

sweet, that worked. any more ideas about the HTML5 issues?
Forum: General Discussion 02-20-2012, 07:54 PM
Replies: 9
Views: 304
Posted By Travis Hill
For the HTML errors, I'm still stumped. I have a...

For the HTML errors, I'm still stumped. I have a hierarchy of functions files that are based on Bill Erickson's core functionality plugin.

https://github.com/billerickson/Core-Functionality
...
Forum: General Discussion 02-20-2012, 06:37 PM
Replies: 3
Views: 162
Posted By Travis Hill
sweet! it worked! thanks.

sweet! it worked! thanks.
Forum: General Discussion 02-20-2012, 05:20 PM
Replies: 3
Views: 162
Posted By Travis Hill
Shortcodes in WYSIWYG metabox - link to comments?

Is it possible to use shortcodes inside a WYSIWYG editor?

I'm trying to figure out how to link to my comment section. For example, I want to say "leave a suggestion in the comments" where...
Forum: General Discussion 02-19-2012, 10:02 PM
Replies: 9
Views: 304
Posted By Travis Hill
hmmm. I haven't touched header.php so it is...

hmmm. I haven't touched header.php so it is likely due to the post type.

If I use echos in my php code, does that mean I'm outputting info before genesis()?
Forum: General Discussion 02-19-2012, 06:08 PM
Replies: 9
Views: 304
Posted By Travis Hill
Nick, Working on this now. It seems a lot...

Nick,

Working on this now. It seems a lot of the "errors" I'm getting in the W3C validator are related to my doc type?

Just like this:
...
Forum: General Discussion 02-10-2012, 02:15 PM
Replies: 9
Views: 304
Posted By Travis Hill
Custom Template Layout Problems

So, I have a custom post type with custom metaboxes that uses a custom template. So far, things looks pretty good, but I'm having a few layout issues.

1. The first is with my title area. If...
Forum: General Discussion 02-08-2012, 10:35 AM
Replies: 9
Views: 174
Posted By Travis Hill
Nick .. I'm developing locally. I should be...

Nick .. I'm developing locally. I should be going live tonight, though .. so I'll send you info soon.

Btw, I got the tag_id with the method you had previously posted. (Hovering over "Edit" for...
Forum: General Discussion 02-08-2012, 01:55 AM
Replies: 1
Views: 106
Posted By Travis Hill
How to modify the Author Box

I've found this tutorial: http://www.studiopress.com/tutorials/author-box

But, I'm looking to do a little more than that. I would like to add links to my author description and include social...
Forum: General Discussion 02-07-2012, 09:45 PM
Replies: 9
Views: 174
Posted By Travis Hill
Looks like exclusion by tag_id isn't working. ...

Looks like exclusion by tag_id isn't working.

I did an experiment to see if I could exclude by post ID (debate ID in my case) and that worked.

Any ideas?
Forum: General Discussion 02-07-2012, 09:57 AM
Replies: 9
Views: 174
Posted By Travis Hill
Okay, how do I determine the Term ID?

Okay, how do I determine the Term ID?
Forum: General Discussion 02-07-2012, 01:30 AM
Replies: 9
Views: 174
Posted By Travis Hill
Nick, this plug-in is awesome. It's dominating...

Nick, this plug-in is awesome. It's dominating home page. Quick question though .. I have a taxonomy called debate-types. I have created three debate-types: TMV debates, sponsored debates, and...
Forum: General Discussion 02-06-2012, 12:49 AM
Replies: 9
Views: 174
Posted By Travis Hill
I'll try it out! thanks

I'll try it out! thanks
Forum: General Discussion 02-05-2012, 02:54 PM
Replies: 9
Views: 174
Posted By Travis Hill
Genesis Widgets and Custom Taxonomies

Is there a way to modify the Genesis widgets so that support custom taxonomies in addition to Categories and Pages?

This functionality is central to my site as my most important posts are built...
Forum: General Discussion 02-03-2012, 12:39 AM
Replies: 1
Views: 90
Posted By Travis Hill
Best way to include Adsense on custom post type

What is the best way to include Adsense in a custom post type?

Should I just create a text area or a WYSIWYG editor and then add my code in the back end? Should I hard code some of my scripts so...
Forum: General Discussion 01-31-2012, 10:52 PM
Replies: 13
Views: 393
Posted By Travis Hill
This is great! Thank you!

This is great! Thank you!
Forum: General Discussion 01-31-2012, 10:13 AM
Replies: 13
Views: 393
Posted By Travis Hill
I'm definitely interested! If you don't mind,...

I'm definitely interested! If you don't mind, I'd love to see how you did it.
Forum: General Discussion 01-29-2012, 07:53 PM
Replies: 13
Views: 393
Posted By Travis Hill
Share buttoms (Facebook, Twitter, etc) on custom post types

I thought I was going to be able to finally get away with a stock plugin for adding share links to my posts. However, I've tried a TON of plug-ins and none of them seem to support custom post types....
Forum: General Discussion 01-28-2012, 09:29 PM
Replies: 5
Views: 115
Posted By Travis Hill
I'm not entirely sure what you mean. At this...

I'm not entirely sure what you mean. At this point, what I intend on doing is simply typing in the Author's name and then letting their bio, location, etc. populate automatically once the post is...
Forum: General Discussion 01-27-2012, 08:13 PM
Replies: 5
Views: 115
Posted By Travis Hill
alright, so I think I can get this together. ...

alright, so I think I can get this together.

another question .. once I grab the data out of the database .. is it possible to write that into the post so that it becomes static and no longer...
Forum: General Discussion 01-25-2012, 11:00 PM
Replies: 5
Views: 115
Posted By Travis Hill
User list as a custom metabox

For one of my custom post types, I would like to add a metabox that allows me to choose from all of my users names (I'm thinking a drop down or maybe just type in the name and let WP handle the...
Forum: General Discussion 01-25-2012, 10:15 PM
Replies: 7
Views: 228
Posted By Travis Hill
My wife brought up a good point. How would this...

My wife brought up a good point. How would this work on a smart phone? There isn't a hover operation and thus, there is no easy way to navigate to the individual debates.

An easy way to get...
Forum: General Discussion 01-25-2012, 12:10 AM
Replies: 7
Views: 228
Posted By Travis Hill
Sweet! Things are coming together. I feel like...

Sweet! Things are coming together. I feel like I'm finally discovering the real power of WordPress here.

I really like your suggestion to have the fake link by just linking to #. However, I...
Forum: General Discussion 01-23-2012, 02:50 PM
Replies: 7
Views: 228
Posted By Travis Hill
Thanks Bill! Based on your response, here is...

Thanks Bill! Based on your response, here is what I'm thinking.

- Create Custom Post Type called "Debates" - need to figure out how to add custom types and metaboxes for these custom types in the...
Forum: General Discussion 01-23-2012, 11:02 AM
Replies: 7
Views: 228
Posted By Travis Hill
Custom Taxonomies vs Categories on Custom Post Types - what makes sense for my site?

I've read quite a few articles about WordPress's support of custom taxonomies. They seem like a great feature, but I'm not entirely certain they are suitable for my site.

In short, this is what...
Forum: General Discussion 01-22-2012, 10:00 PM
Replies: 3
Views: 105
Posted By Travis Hill
ah ha! Nick, you rule. You help me out on every...

ah ha! Nick, you rule. You help me out on every question. Thanks.
Forum: General Discussion 01-22-2012, 01:44 AM
Replies: 3
Views: 105
Posted By Travis Hill
Pulling commenter user meta into comment box

My goal is to pull 2 custom fields that I created for each user profile into the comments so that a user's Location and Political Affiliation are displayed.

I've searched for a while on how to do...
Forum: General Discussion 11-07-2011, 01:31 PM
Replies: 1
Views: 119
Posted By Travis Hill
Plugin Suggestions

Hey guys,

I'm looking for suggestions on the best plugins to do the following tasks. I'm using Wordpress 3.2.1, the Genesis Framework, and the News Child Theme.

1) Modify user registration...
Forum: General Discussion 09-04-2011, 05:43 PM
Replies: 2
Views: 142
Posted By Travis Hill
On the verge of purchasing Genesis ..

Hey guys!

I'm excited to my site(s) up and running with the Genesis Framework. After a few weeks of learning about WP and starting to build a child theme off of twentyten, I've decided that the...
Showing results 1 to 37 of 37

 
Forum Jump

All times are GMT -5. The time now is 09:47 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.