Forum Replies Created
-
AuthorPosts
-
tunnelmilanoMember
Ok Tom, I founded the conflict, now “Open external links in a new window" work fine.
Thank youtunnelmilanoMemberThanks Susan, but I need a global plugin or code for automatically open all my site links in a new TAB (better than window).
Thanks Tom, I'm working for discover the plugin conflict.
Antonio
tunnelmilanoMemberThanks Chris!
tunnelmilanoMemberRESOLVED. All work fine (show post AND Thumb) after past this code in function.php
// Sitewide tags thumbnail function
function my_swt_thumb_filter( $thumb, $args, $post ) {
if( function_exists( 'sitewide_tags_thumbnail_link' ) )
$thumb = sitewide_tags_thumbnail_link( $thumb, $post->ID );return $thumb;
}
add_filter( 'genesis_pre_get_image', 'my_swt_thumb_filter', 10, 3 );(ORIGINAL POST: http://wordpress.org/support/topic/swt-not-working-with-genesis-slider)
tunnelmilanoMemberThank you Kim, Sitewide tags work well, except the post thumbnails. The plugin don't import the thumb.
There is a post of Ron Rennick (Plugin author) where he said:
"There is a checkbox in the sitewide tags options in network options to turn on the thumbnail support. If the thumbnails do not show in your tags blog, you may need to add the template tag to the theme <?php the_post_thumbnail(); ?>"
Do you know where I need to paste this code?
In the same post, Andrea write:
"It’s different for Genesis because there’s handy hook we can take advantage off see this thread: http://www.studiopress.com/support/showthread.php?p=293222#post293222 "
But this last link don't work.
Do you know where I need to paste the <?php the_post_thumbnail(); ?> code?
thanks
tunnelmilanoMemberHi, thanks for your post.
Unfortunately, when you use the 3 columns layout and you use the "Genesis tab plugin", the secondary sidebar disappear (as the demo news theme).
For now I resolved change the dimensions of the "home middle left" and "home middle right" columns on the .css file and I use its as a Home top section.
Before this, I duplicate the "Home middle left" and "Home middle right" widget area (here the post for help: http://www.studiopress.community/topic/how-duplicate-widget-area-in-news-theme/)
Then:
- I change in .css file from 290px to 140 px the "home middle left" and from 285px to 435px the "Home middle right" widget area.
I insert in "Home middle right" column the "Genesis tab widget" and I use the "home middle left" with other widgets.
Here the result: http://www.barblog.it/test
I prefere to use the 3 columns layout but untill I can't solve the problem of the "3rd column disappear", this solution maybe is sufficient.
antonio
tunnelmilanoMemberThanks, work!
tunnelmilanoMemberThanks SoZo, I try. The evenctually upgrade of the Genesis framework will not influence the child .css file, right?
-
AuthorPosts