Forum Replies Created
-
AuthorPosts
-
January 13, 2013 at 12:07 pm in reply to: Genisis Theme: How to My Gravtar and Bio To Post Bottom #11603TonySan1Member
I found it just where you said it would be. I enabled it and I do see my bio below my post but I don't see my photo. I do have a photo in my Google profile is there any way to get it to show alongside the bio?
January 13, 2013 at 11:51 am in reply to: Genisis Theme: How to My Gravtar and Bio To Post Bottom #11602TonySan1MemberThanks Robert I will check that out.
TonySan1MemberI do see the change now and it is just what I wanted to do. I can't than you enough for all of your help. You have made my day! 🙂
Warm regards
Tony
TonySan1MemberHi Jen, I did as you instructed and there was no change to the slideshow or space added. I really hope that I am not being a bug. If I am I apologize for it.
TonySan1MemberThank you for the reply. Is there any specific place I should add this code in the style.css?
TonySan1MemberHi Jen, Thank you so much for hanging in there with me. I am very grateful. That last instruction you gave me did put the slideshow on my home page only as I wanted. I only have one last request can you please tell me how to put a break or space between my slideshow and the top post title?
Again Thank You. 🙂
Tony
TonySan1MemberHi Guys I am still searching and looking for an answer to my question, so far I have been hitting brick walls. Maybe if I show you the code that I used to register my widget in the "functions .php" you can help me with the code to put in my Genisis "home page .php" so here it is:
genesis_register_sidebar( array(
'id'Â Â Â => 'home-above-content-slideshow',
'name'Â Â Â => __( 'Home Above Content Slideshow', 'lifestyle' ),
'description'Â => __( 'This is the sidebar above the content.', 'lifestyle' ),
) );Can anyone show me what code I need now to put in my home page .php to call my widget to the page? I tried this but it did.'t work:
/** Add the home above content slideshow */ add_action( ‘genesis_before_loop’, ‘lifestyle’ ); function lifestyle() {
/** Do nothing on page 2 or greater */Â Â Â Â if ( get_query_var( ‘paged’ ) >= 2 )Â Â Â Â Â Â Â Â return;
genesis_widget_area( ‘home-above-content-slideshow’, array(    ‘before’ => ‘<div class=”home-above-content-slideshow-widget-area”>’,    ) );
TonySan1MemberThank you for the information. I tried to use the code in the article and substituted some of the code with what I thought was needed. Unfortunately I got a Syntax error message. So I gusse I did something wrong. Could you give me an example of what the code would look like? I would like the widgetized area to be 600 x 400 pix above the posts excerpts and below the nav bar. Here is the site URLhttp://internetbusinessmastery.info
By the way Here is the code that i used . See anything wrong?
/** Add the home above content slideshow */ add_action( 'genesis_before_loop', 'lifestyle' ); function lifestyle() {
/** Do nothing on page 2 or greater */ Â Â Â if ( get_query_var( 'paged' ) >= 2 ) Â Â Â Â Â Â Â return;
genesis_widget_area( 'home-above-content-slideshow', array( Â Â Â 'before' => '<div class="home-above-content-slideshow-widget-area">', Â Â Â ) );
January 8, 2013 at 9:43 pm in reply to: Add Widget To The Top Content Of Lifestyle Theme Home Page #10590TonySan1MemberI want to thank you both for your advice and help. I am a little closer to getting the widget on my homepage because of you and the information you provided. Susan one question if you know is the tutorial you sugested can I use it to wigitize my home page only. or will I need different instruction? Thank you guys again. 🙂
January 8, 2013 at 8:19 pm in reply to: Add Widget To The Top Content Of Lifestyle Theme Home Page #10560TonySan1MemberCan anyone here give some instruction on how to do this? Please...I found some info about how to do it for one theme but not for the lifestyle .
TonySan1MemberMaybe this will help you help me. 🙂 Here is both the shortcode and php code for my slideshow.
Shortcode Below
[slideshow_deploy id='246']
php below
<?php do_action('slideshow_deploy', '246'); ?>TonySan1MemberInserted the new code I don't get an error message now but I get this text "!slideshow_deploy!" on the home page where the slideshow should go.
TonySan1MemberThank you Jennifer for your help. I added the code provided and I then recieved an error message. "Parse error: syntax error, unexpected T_LNUMBER in /home/moneybiz/public_html/wp-content/themes/lifestyle/home.php on line 28"
This is the code I inserted. is this correct, or did I miss something? "echo do_shortcode( '[slideshow_deploy id='246]' );"
Since that is where I inserted the code I am assuming that it won't work and I need to find another solution.
By the way you can view my site at. http://internetbusinessmastery.info
-
AuthorPosts