m forbes
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
John,
Thank you so much. I have been away from this project for a few months and it’s taking me a bit to “get with it” again.
Ahh, I hadn’t gotten as far as to add widgets to home content, I just thought that the GD ones would work anywhere, now I understand, thanks!
Hi and thanks, but i do not want GD to be the home page, nor do I want a the map on there. Are you saying that the only way to get the intro widget to work is for the home page to be set to GD? if so, no wonder I couldn’t see it :).
oh, i see the edit option on latest I just sent you, right after posting. so maybe it is not about someone replying, more about leaving this part of the forum and then coming back, that a user no longer has the edit option? it’s ok, just that sometimes I’ll be playing around and figure out part of what it was I was asking about, and would be nice to not have to add more posts and just be able to edit the original… :). thanks!!!
i just replied to John, there’s been no reply and i do not have an edit option. this is a test 🙂
This reply has been marked as private.hey thanks Paolo, but I do not see an edit option… using firefox, looked in chrome, only option is reply and post#.
3rd times a charm? So, no matter what I try, I cannot get your default “home intro” widget area to show on home page, search widget area works fine. I have added css, I have tried in wp front page settings, both latest posts and static page (which is what I am wanting). this is why I was wanting to register another home page widget… to do what the “home-intro” is suppose to do.
And yes, I have checked in both firebug and chrome developer tools and it shows nowhere on the page.
What am I missing???
Thanks.
PS. Is there a way to edit previous posts on this forum?
wish i could edit my previous post… figured out where it says priority 10.
Well, it kinda helps. Guess we can start here…If I place a, for example, text widget in the intro widget, I get nothing showing. Is it suppose to be before the page title area?
here is what I added to the functions file:
genesis_register_sidebar( array(
‘id’ => ‘home-featured’,
‘name’ => __( ‘Home Featured’, ‘geo1280’ ),
‘description’ => __( ‘This is the home featured section.’, ‘geo1280’ ),
) );/** Add the home featured section */
add_action( ‘genesis_after_header’, ‘geo1280_home_featured’ );
function geo1280_home_featured() {
if ( is_front_page() && !get_query_var( ‘paged’ ) >= 2 ) {
genesis_widget_area( ‘home-featured’, array(
‘before’ => ‘<div class=”home-featured widget-area”>’,
‘after’ => ‘</div>’
) );
}}
And it shows, just not where I want it, which, yes, would be after the search bar area, though I am not using the search bar area. Guess I can just use the search bar area instead, but only want it for the home page.
Also, you say “The intro widget is using the genesis_before_content_sidebar_wrap hook with a priority of 10” but where is this written? this is what is in my functions file:
genesis_register_sidebar( array(
‘id’ => ‘home-intro’,
‘name’ => __( ‘Home Intro’, ‘geo1280’ ),
‘description’ => __( ‘This is the home intro widget area.’, ‘geo1280’ ),
) );I know just enough to be dangerous :). Thanks!
Hi John,
Not sure if this is the correct place to post this…
I have registered a new sidebar that I want before the “header” that shows the page title, just for the home page. I tried genesis_before_content_sidebar_wrap, which puts it below the breadcrumbs (ick), tried genesis_after_header, which hides it behind actual header (I have not attempted to play with the css yet). I am not really sure why the page title area is showing “header” as style in firebug. Which hook should I use to have the new sidebar directly above the page title? Is it genesis_after_header and I just need to adjust css?
Thanks!!!
Thank you
This reply has been marked as private.Thanks websitu, I did look there a while back but it shows coming soon…?
Thank you John.
Paolo, I know you’re busy but can you give me an idea on when the 1280 might be available for download? Not trying to be pushy but it’s been over a week since i was told it was ready. Thanks for any info you can provide.
-
AuthorPosts