Forum Replies Created
-
AuthorPosts
-
schnubbu
MemberThank you! I had no idea I was even using that product 🙂
schnubbu
MemberNo easy fix? Boo 🙂
I am grateful though, that you had a look! Thank you so much!
schnubbu
MemberI am so grateful to you! There are two pages and I"m not sure which one you might need:
This is the landing page template
<?php
/*
Template Name: Landing
*/Remove header, navigation, breadcrumbs, footer, footer widgets
remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
remove_action( 'genesis_header', 'genesis_do_header' );
remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );
remove_action( 'genesis_before_header', 'genesis_do_nav' );
remove_action( 'genesis_after_header', 'genesis_do_nav' );
remove_action( 'genesis_before_header', 'genesis_do_subnav' );
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
remove_action( 'genesis_footer', 'genesis_do_footer' );
remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );genesis();
And this is the frontpage.php
<?php
/**
* Build the basic structural wrap for the EZ Static Homepage.
*
* @package Dynamik
*/get_header();
?>
<div id="home-hook-wrap" class="clearfix">
<?php do_action( 'dynamik_hook_home' ); ?>
</div><!-- end #home-hook-wrap -->
<?php
get_footer();//end front-page.php
schnubbu
MemberThank you! Yes, it is using a child theme! What is the step to stop the forcing of the particular layout? Do you need to see some code?
schnubbu
MemberHeya! And thank you! Does it look normal to you on your screen?
I put html in the widget - not sure if that is allowed.
I am so grateful!
-
AuthorPosts