Forum Replies Created
-
AuthorPosts
-
November 7, 2017 at 11:25 am in reply to: Altitude Pro: add widget area to home page and one other page only #213362
MissKitty
MemberHi Brad,
Good timing! I was just about to post here that I got it to work 🙂//* register testimonials widget jlr genesis_register_sidebar( array( 'id' => 'testimonials-widget', 'name' => __( 'Testimonials Widget', 'altitude-pro' ), 'description' => __( 'This is the testimonials widget area for home and contact page.', 'altitude-pro' ), ) ); //* Add the page widget in the content - HTML5 add_action( 'genesis_before_footer', 'mwi_add_testimonials', 1 );//'genesis_entry_footer', function mwi_add_testimonials() { if ( is_home() || is_front_page() || is_page('get-in-touch') )//is_page('703') genesis_widget_area ('testimonials-widget', array( 'before' => '<div class="testimonials-widget"><div class="wrap">', 'after' => '</div></div>', ) ); }
November 6, 2017 at 12:01 pm in reply to: Altitude Pro: add widget area to home page and one other page only #213329MissKitty
MemberI wanted it just before the footer, so it sits flush up against the footer and is full-width (I tried using the genesis_before_footer hook but it didn't work).
Here are two screenshots showing, I hope, what I'm trying to accomplish:
November 6, 2017 at 10:56 am in reply to: Altitude Pro: add widget area to home page and one other page only #213325MissKitty
MemberSo I must have mucked something up?
October 3, 2017 at 8:52 am in reply to: Agency Pro: Home Top Widget button hyperlink doesn't work in Chrome? #212123MissKitty
MemberAh! Thank you, Andrea 🙂
October 2, 2017 at 6:23 am in reply to: Agency Pro: Home Top Widget button hyperlink doesn't work in Chrome? #212075MissKitty
MemberDave, thank you! That worked beautifully!!
Sridhar, you are the best!!August 2, 2017 at 11:56 am in reply to: Infinity Pro Flexible Widgets: Trouble with 2 rows, 4 widgets #209916MissKitty
MemberUpdate: The incredibly smart and talented Victor Font was able to fix this issue for me by correcting an item in the front-page.php file.
THANK YOU, VICTOR!
August 2, 2017 at 8:26 am in reply to: Infinity Pro Flexible Widgets: Trouble with 2 rows, 4 widgets #209903MissKitty
MemberThis reply has been marked as private.August 1, 2017 at 2:10 pm in reply to: Infinity Pro: renaming front-page-1, front-page-2, etc. #209852MissKitty
MemberBrad, you ROCK!
Worked like a charm 🙂 cannot thank you enough.MissKitty
MemberMy apologies for the late reply - as usual, you are a rock star! I located it right away in the functions file. Thanks so much!
MissKitty
MemberThat's great, Victor!
MissKitty
MemberVictor, I'm considering Cafe Pro for a new website, and am also interested in changing this slug to something more custom. Is it possible to do so in functions.php?
Thanks in advance.
MissKitty
MemberPressidium.
July 12, 2016 at 2:25 pm in reply to: Workstation Pro: create hamburger menu left, logo centered, social right? #189340MissKitty
MemberThank you... is there any way I can get a little more guidance, though? Do you mean I should modify the media queries to target the new custom menu? And I'm not sure what you mean by "remove it completely from the media queries".
June 13, 2016 at 5:34 pm in reply to: Workstation Pro – Contact page showing featured image? #187493MissKitty
MemberWell.... for anyone seeking a solution, here's mine, fwiw:
I commented out the native code like so:
//* Add featured image above the entry content //add_action( 'genesis_entry_header', 'workstation_featured_photo', 5 ); //function workstation_featured_photo() { // if ( is_attachment() || ! genesis_get_option( 'content_archive_thumbnail' ) ) // return; // if ( is_singular() && $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) { // printf( '<div class="featured-image"><img src="%s" alt="%s" class="entry-image"/></div>', $image, the_title_attribute( 'echo=0' ) ); // } //}
and added:
add_action( 'genesis_before_entry', 'featured_post_image', 8 ); function featured_post_image() { if ( ! is_singular( 'post' ) ) return; the_post_thumbnail('post-image'); }
June 13, 2016 at 1:58 pm in reply to: Workstation Pro – Contact page showing featured image? #187489MissKitty
MemberOops.... just realized, it is happening on other pages, not just the contact page.
I'm guessing I could comment out this code, although I'm not sure that's what I want to do....//* Add featured image above the entry content add_action( 'genesis_entry_header', 'workstation_featured_photo', 5 ); function workstation_featured_photo() { if ( is_attachment() || ! genesis_get_option( 'content_archive_thumbnail' ) ) return; if ( is_singular() && $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) { printf( '<div class="featured-image"><img src="%s" alt="%s" class="entry-image"/></div>', $image, the_title_attribute( 'echo=0' ) ); } }
MissKitty
MemberMy apologies - I figured it out! 🙂
MissKitty
MemberOops one other question, how would I edit the extra code if I had more than one custom thumbnail size?
thanks in advance.MissKitty
MemberOh my word, you are a GENIUS, Victor 🙂
A million thank you's, that worked like a charmMissKitty
MemberHi guys - I'm having the same issue. I've added a custom size and regenerated thumbnails:
add_image_size( 'medium-small', 200, 200, TRUE );//custom jlr
and I can apply the custom size using the text editor, but the custom size doesn't show up in any drop-down (media or media gallery).Any update on this?
MissKitty
MemberHi Padman,
I'm not braddalton 🙂 but wanted to chime in here.Though it's been a while since you posted your question, I wanted to say that I'm a long-time Studiopress/Genesis user. However, I recently tried the Divi theme for a new project, thinking the drag and drop feature would make it easier for my client to maintain once I turned it over to her. However, I ended up "returning" and getting refunded by Elegant Themes after only a few days. I went back to using Studiopress for that same client and do not regret it - it's always presented the best framework, themes and documentation, in my opinion. And to give my client drag/drop functionality, I think I'll be using Beaver Builder. They have a limited/free version, and a couple of annual paid versions. It looks really sturdy. There are others I ran across, also....
http://www.codeinwp.com/blog/motopress-content-editor-vs-visual-composer-vs-siteorigin-page-builder-vs-beaver-builder/Anyway... to wrap up, I would encourage you to give Genesis a go, if you haven't already decided.
Hope that helps 🙂
-
AuthorPosts