Ha, got it to work.
Replaced the //unregister secondary navigation bits to the bit I had and it created the extra menus.
Now just need to place them properly. You link will help with that.
All the best for 2019. I’ll be in touch about some custom work
Elevate 1.0.0.
Just checked and that’s the latest version available for download it seems.
I added that directly below the unregister secondary nav menu bit in functions.php.
nothing. Not added as a location in the menu editor.
That worked Wes. Thanks for your help. I appreciate it.
it’s likely lines 183 to 211 from Ambition front-page.php. Tried to hack it but wont work.
I believe I understand what’s happening there, but not sure if this bit from Ambition is specific to Ambition and cant be ported over to Elevate.
Resolved partially.
Grabbed your code from Ambition and put it inside the front page function.
//* Add markup for front page widgets
function ambition_front_page_widgets() {
if ( get_query_var( 'paged' ) >= 2 )
return;
.
.
.
// etc etc<!--formatted-->
However, page 2 and beyond have no heading and the top navigation bar doesn’t show until you start to scroll. I’ll send you the url in a private msg
Ah ha!
This is what I’m looking for: Ambition theme next buttons on blog, but for Elevate.
Would it just be some code for the front-page.php file?
or… ?
But ya, exactly what was fixed for Ambition front page blog and all the next pages after it.
Wes?
I’m still getting this error as well.
Excellent. I was just looking for this myself.
nailed it.
Thanks for taking time out on a Saturday to help me with my css.
I really appreciate it.
I’m getting this same error Wes. Elevate theme
I have a similar question to this. I see no slider but in looking at the front-page code and the widget areas, there are places for slider wide and slider but no reference to them in the home page setup page here on your site.
What slider?
What slider wide?
ah… in looking at your source for the demo, the paralax image (background image) is what you’re calling a slider.
disregard. I just removed that code and used the settings -> reading panel instead. Set it to 2 there.
well shoot. I did that I guess.
/** reduce number of posts on homepage **/
add_action( ‘pre_get_posts’, ‘set_posts_per_page’ );
function set_posts_per_page( $query ) {
if ( is_home() )
$query->set( ‘posts_per_page’, 2 );
return $query;
}
I only want 2 posts to show on front page, but it’s affecting the widget area too.
Shoot.
Site isn’t public at the moment
Thanks. This was my issue as well. Wasn’t even a featured image, just an image on the page being used in genesis_entry_header.