Forum Replies Created
-
AuthorPosts
-
pamela631Member
Hi Andrea,
Yes, that worked perfectly! Thanks so much and have a great Thanksiving, drive safely!
pamela631MemberYes, I did mark it resolved.. I actually figured it out and then I thought I posted exactly what I did in a reply.. that's strange.. it didn't show up.. But yes, I'm good, thanks so much Bluesteelesolutions!
pamela631MemberThanks Anita and Nick, I truly appreciate you both helping me.. I started the clients TRUE blog and the page issue is fixed, that wasn't a concern on that test blog.. but I figured why not start over fresh and try it again.. The post formats still do not work, so I have decided to not even bring up "Post Formats" with my clients.. they are off the table at the point.. IF anyone wants them, I'll revisit this issue again.. I need to move forward..
Thanks again! Have a great weekend,
Pamela
pamela631MemberYes, that is exactly what I have been doing.. I just did another one, choosing the "link" post format.. nothing...
pamela631MemberSo.. I just now added each of the icons to my gallery via media library.. still not working...
pamela631MemberGood Evening Anita.. First, I want to thank you for helping me.. I really appreciate it.
Yes, I checked all of the ' and ".. everything is fine.
Here is the blog that they work in, the direct page that they are on.. page 4 of that blog: http://preview.theposhbox.net/threecol/?paged=4
Then of course, the one I'm workin on now with the problem: http://preview.theposhbox.net/client1/
Now my question, especially in reading your second reply.. I have never wrote a post and used them, only in a sample and I thought they are supposed to automatically appear after choosing one of the formats, right? I don't have to embed them myself, right? I'm hoping I'm not showing my blonde roots here, LOL
Thanks for your help..
pamela631MemberYes, I'm using the exact same theme (Lifestyle), and I didn't change anything in the CSS for that area...
pamela631MemberYes, because that actually ADDS the Post Format options back into the post posting area.. otherwise, post format is not an option when creating a post.. when I take those out, it is an option when creating a post.. Here are the instructions:
To utilize the post format functionality of WordPress and the Lifestyle theme, you will need to go into the Lifestyle child theme functions.php file and change this code:
/** Add support for post formats */
// add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
// add_theme_support( 'genesis-post-format-images' );To this:
/** Add support for post formats */
add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
add_theme_support( 'genesis-post-format-images' );So when I do this, it added the options to select which post format I want.. but the images are not shown.. that's the problem..
pamela631MemberNo, I don't think so because the theme name isn't in that function code.
I changed this:
/** Add support for post formats */
// add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
// add_theme_support( 'genesis-post-format-images' );To this:
/** Add support for post formats */
add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
add_theme_support( 'genesis-post-format-images' ); -
AuthorPosts