Forum Replies Created
-
AuthorPosts
-
sdbrokerMember
If you are using the widgetized custom page for your front page and you are also using the Yoast SEO sitemap to submit your site to Google, your main site (www.domain.com) does not get included in the sitemaps and never gets submitted. You either need to use a static page as your front page or use another sitemap generator. I learned that the hard way...
sdbrokerMember@Susan - I do have a custom menu to the Header Right (Header is sticky) and I want to add a TOP menu above the Header like the one at the StudioPress page.
When I use the snippet to reposition the primary navigation menu, it adds one menu on the top of the header AND the same menu on top of the page. This is the snippet I use:
//* Reposition the primary navigation menu remove_action( 'genesis_after_header', 'genesis_do_nav' ); add_action( 'genesis_before_header', 'genesis_do_nav' );
I also tried creating a bar above the header and added a menu there... but because of my sticky header, the site looks funny when I scroll down.
Is there any way I can add a TOP menu that is also sticky like the header?
sdbrokerMemberWhat settings did you use? It worked fine on mine lowering it to 340px & 34rem.
Did you also change the site tagline settings on line 494? They should stay as is at:
`.site-tagline {
background-color: #f5f5f5;
border-bottom: 1px solid #eee;
margin-top: 60px;
margin-top: 6rem;
padding: 40px 0;
padding: 4rem 0;
}sdbrokerMemberGo to your CSS file and look for this code on line 518 (if you haven't made any changes):
.minimum .site-tagline { margin-top: 600px; margin-top: 60rem; }
lower both margin numbers until you get the best result that you want! If you want visible image around 300px, then lower both to around 380px & 38rem.
Because you want a nice looking not distorted image, for best results upload a 1,600px ?— 1,050px size image.
sdbrokerMember@Sridhar It's an iDX plugin that displays real estate listings called Optima Express: http://wordpress.org/plugins/optima-express/
The plugin itself works fine but its CSS is messed up when used with HTML5 themes. I was able to override and fix most of it but I got stuck on a couple very important forms so I gave up for now and went back to the older education theme. 🙁
sdbrokerMember@Sridhar That looks very sweet! Can't wait to try it either once the main plug-in I need to use gets compatible with the new HTML5 themes... Thank you sir!
sdbrokerMember@Sridhar Never mind the widget area... It works great! I changed the "home-future" name to something else and I forgot to also change it on the CSS. 🙂
sdbrokerMember@Sridhar here it is: http://www.alexiourealty.com/
I can't also get the #2 right... Whatever I put on that widget area (even text) below the header it aligns to the left not even the title centers and I can't get the light background that I see on the picture you have on your "How to" post. 🙁
sdbrokerMember@Sridar #1 worked like a charm (I put it on the middle page), adding either pages, text or any other widget. The only problem (which makes sense since they are not posts) is that it doesn't have that nice looking title on top of the page so it doesn't look as good as the demo. It also doesn't separate the middle and bottom pages if none of them includes posts. 🙁
I'll be trying #2 now to add the top widget under the header! You are a genius sir! Thank you so much! 🙂
sdbrokerMember@Sridhar I was just trying to figure out how to do what you explained... Thank you! Will it also work the same if you use a text widget instead of a page or post?
@ Sridhar Will the way you explained here: http://sridharkatakam.com/replace-tagline-eleven40-pro-widget-area/ work for the Agency Pro to add a widget right after the header on top of the Top Page?
Thanks!
-
AuthorPosts