Forum Replies Created
-
AuthorPosts
-
Ryan Kennedy
MemberWow, Thanks for the great info. This def helps me do what I need to do.
Ryan Kennedy
MemberYes.
Ryan Kennedy
MemberOk duh I realized I can edit it in genesis settings.
Thanks so much.
@DavinderSinghKainth
Im trying to get a better understanding of customizing wordpress and genesis I wonder if you would be willing to explain a little bit how you made this edit?
Ryan Kennedy
MemberWow Thanks, This is great!
How can adjust the size of the featured image at this point?
Ryan Kennedy
MemberI couldnt find what i was looking for there. I need to change how the content is displayed on the magazine pro blog page to look more like a traditional blog. I need to be able to embed video ready to be played.
Ryan Kennedy
MemberHello Again,
I just realized that all my youtube and other similar embeded content is not showing up either and that sounds like a corrupted media link problem.
any ideas?
Thanks
February 6, 2015 at 5:36 am in reply to: Magazine Pro – blog feed thumbnail change image size #139935Ryan Kennedy
MemberHello,
Im curious if you ever found a solution to this b/c I would like to do the same.
Thanks
Ryan Kennedy
MemberHello Wirebird,
Thanks for the reply. It looks like when I moved over to magazine pro theme the formatting of how that theme handles posts on the blog page applied to my data and stayed that way.
Ryan Kennedy
MemberHello Tom,
Thanks for your reply. I've since decided to change my theme to magazine pro and Im testing to see if I can get the comments working with the new theme. I will report what I find asap.
Thank a lot
Ryan Kennedy
MemberYes this doesn't seem to change anything
October 4, 2014 at 9:39 am in reply to: I want to place ad code below the header in Magzine theme #126761Ryan Kennedy
MemberOk, I gave it another try and it is working correctly. I greatly appreciate your help. Let me know how I can repay you.
Thanks a lot
Ryan
October 4, 2014 at 9:29 am in reply to: I want to place ad code below the header in Magzine theme #126760Ryan Kennedy
MemberYes I have advertising code in the widget area and It does show up on the front page with the original code from your site, however when I remove is_home() && conditional tag it then doesn't show on any page. Is there something else I am missing or another way to go about it. I also tried to set the visibility in the widget section also.
October 3, 2014 at 8:30 pm in reply to: I want to place ad code below the header in Magzine theme #126730Ryan Kennedy
MemberI really appreciate your help.
When I made the correction to the code in text wrangler and entered it into the function.php my site loaded fine however the widget area did not show up anywhere except on the widget page.
October 3, 2014 at 8:12 pm in reply to: I want to place ad code below the header in Magzine theme #126727Ryan Kennedy
MemberThat messes up my whole page from loading for some reason. ?
October 3, 2014 at 8:00 pm in reply to: I want to place ad code below the header in Magzine theme #126724Ryan Kennedy
MemberCan you explain what I need to remove a little more in depth?
October 3, 2014 at 7:41 pm in reply to: I want to place ad code below the header in Magzine theme #126720Ryan Kennedy
MemberCan you show me perhaps?
genesis_register_sidebar( array(
'id' => 'new-widget',
'name' => __( 'New Widget', 'domain' ),
'description' => __( 'Add Content Here', 'domain' ),
) );add_action( 'genesis_after_header', 'your_widget' );
function your_widget() {
if ( is_home() && is_active_sidebar('new-widget') ) {
genesis_widget_area( 'new-widget', array(
'before' => '<div class="new-widget widget-area">',
'after' => '</div>',
) );}
}
October 3, 2014 at 7:01 pm in reply to: I want to place ad code below the header in Magzine theme #126715Ryan Kennedy
MemberThe problem I’m having is editing the functions.php so that the new widget are show up on all pages all the time just like the header. I messed around with the conditional tags but I’m not to confident what code to use. Can you point me in the right direction?
October 1, 2014 at 10:17 am in reply to: I want to place ad code below the header in Magzine theme #126441Ryan Kennedy
MemberThanks for all the help. I've successfully added a new widget area. The problem I'm having is editing the functions.php so that the new widget are show up on all pages all the time just like the header. I messed around with the conditional tags but I'm not to confident what code to use.
Any help is greatly appreciated
@braddalton your site is very helpfulRyan Kennedy
MemberAlright great I copied the code into text wrangler.
Thanks a ton for the help guys.
Ryan Kennedy
MemberThanks for the quick help.
How do I see the line numbers in the editor section? Should I take the code out another editor to make edits?
-
AuthorPosts