Forum Replies Created
-
AuthorPosts
-
So again… any update on this as it’s still not fixed to WP core, or Genesis? It sounds like it was fixed in Genesis trunk but still almost 2 months later not released? Could we at least get a patch to Genesis published?
Any word on releasing this fix? I just spent an hour tracking it down only to find out it was found and fixed 6 weeks ago, just not released

February 26, 2013 at 6:31 pm in reply to: Filter to control featured image size output be genesis_do_post_image? #23021Thanks to @GaryJ I figured this out.
<code> /** * jb_modify_post_image * * Changes featured image size for white paper */ function jb_modify_post_image( $image_size ) { if ( 'jb_whitepaper' === get_post_type()) { $image_size = 'jb_whitepaper_featured'; } return $image_size; } add_filter( 'genesis_pre_get_option_image_size', 'jb_modify_post_image' ); </code>
If you’re looking for the easiest way to do this, just remove the header parts you don’t want and add the logo to the sidebar widget area (text widget with <img src=….> in it)
If you’re look for a better way to do it, I’d try unhooking the header and reattaching it to genesis_before_sidebar_alt_widget_area and then cleaning up the CSS to accomodate.
Better still would to keep the header outside the #sidebar-alt div but you’re still talking about moving the structure around quite a bit.
One more minor thing… looking at the bbPress search results they come up full content which, IMHO, probably isn’t the best way to display results.
http://www.studiopress.com/forums/?s=css
It’s hard to tell where one entry starts and stops, I thought at first it was just on post coming up. Adding post-info below the titles might make it visually more obvious… and/or switching to excerpts.
Besides that, I usually install http://wordpress.org/extend/plugins/search-bbpress/ on bbPress forums… much better search results that way.
-
This reply was modified 6 months ago by
jb510.
-
This reply was modified 6 months ago by
jb510.
@Brian – I usually use SyntaxHighlghter Evolved: http://wordpress.org/extend/plugins/syntaxhighlighter/
Crayon is good too: http://wordpress.org/extend/plugins/crayon-syntax-highlighter/
but I’ve never used either inside bbPress…
@Brian – Sorry poorly worded. On the old forums there was code syntax highlighting enabled on code snippets.
Old example: http://www.studiopress.com/support/showpost.php?p=474316&postcount=6
New example: http://www.studiopress.com/forums/topic/using-jquery-isotope/#post-147
In the old example you can see the PHP gets syntax highlighting.
I had the same thought. I might need to make a picture but my thoughts…
The “Type” column is worthless as-is and should be the contents of the “Type” column should be icons/badges representing “Blog/CMS/Responsive/E-Commerce”. Whatever the key features you categorize themes by.
Then group StudioPress and Community Themes separately like this:
Crud… tables won’t work… can’t attach an image…
Alright edit 3, lets try a link:
Could code syntax highlighting love get added to inline code block here?
@Brain – FYI, I reset my my.studiopress.com password (/wp-login.php) and got logged in this morning… so “we CAN login to my.sp.com). I did this because I got a “Welcome to StudioPress” email:
Thank you for trusting StudioPress to give you the tools you’ll need to build an amazing WordPress website.
Now, to get to your theme download(s) and one-on-one customer support if you need it, just follow these steps:
1. Go to https://my.studiopress.com/
2. Log in with the username and password you chose at purchase
3. Click the “Downloads” tab to download your theme(s)
4. Explore the rest of https://my.studiopress.com/ for any questions you might have
5. For support with this theme, please visit http://appfinite.com/forums.
We’re looking forward to seeing what you build with StudioPress!
Guessing that came in because months ago I bought a community/marketplace theme…
Hello World… Brian – The seperate user/pass things probably needs some explanation somewhere it was confusing to first have to setup a new p/w for my.studiopress.com and then 5 seconds later get asked to login to the forums only to find niether my old forum user/pass nor the user/pass I JUST created on my.studiopress.com worked… I get why, just might need to advise people to make the switch less problematic.
-
This reply was modified 6 months ago by
-
AuthorPosts