Community Forums › Forums › Archived Forums › General Discussion › Agency Theme – Landing Page Top Navigation Image Shows
Tagged: Agency Theme, landing page
- This topic has 7 replies, 2 voices, and was last updated 12 years, 9 months ago by
neomatrix321.
-
AuthorPosts
-
March 13, 2013 at 1:06 pm #25908
neomatrix321
MemberWhen i use the landing page template from my agency theme the top bar background image shows up. The image is bg.png for reference.
Is there any way i can disable that image from showing up on the landing page so that the landing page only shows the text/content area?
Thank you for your help
March 13, 2013 at 1:14 pm #25913AnitaC
KeymasterPlease share a link to your site so we can take a look. Thank you.
Need help with customization or troubleshooting? Reach out to me.
March 13, 2013 at 1:27 pm #25917neomatrix321
Memberhttp://img13.imageshack.us/img13/5605/25210656.png
Sorry my site has a construction page so only I can view it, here is a screenshot of what I am talking about.
March 13, 2013 at 2:19 pm #25940AnitaC
KeymasterI need the actual site so I can look at the code. Can you share that page please?
Need help with customization or troubleshooting? Reach out to me.
March 13, 2013 at 3:56 pm #26041neomatrix321
MemberI am assuming they just forgot to remove that image/banner from the landing page im just not sure how to code that.
This is from landingpage.php which is where i am getting that banner bar:
<?php
/**
* This file adds the Landing template to the Agency Theme.
*
* @author StudioPress
* @package Agency
* @subpackage Customizations
*//*
Template Name: Landing
*/// Add custom body class to the head
add_filter( 'body_class', 'add_body_class' );
function add_body_class( $classes ) {
$classes[] = 'agency-landing';
return $classes;
}// Remove header, navigation, breadcrumbs, footer widgets, footer
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
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_after_header', 'genesis_do_nav' );
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
remove_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_breadcrumbs');
remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
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();
March 13, 2013 at 4:04 pm #26047AnitaC
KeymasterI really need to see the site to help. Look in your CSS.
Need help with customization or troubleshooting? Reach out to me.
March 13, 2013 at 4:20 pm #26058neomatrix321
MemberHey Anitac i took down the coming soon page so you could look at it.
http://improvefibromyalgia.com/newsletter/March 15, 2013 at 2:36 pm #27212neomatrix321
MemberCan anyone help with this issue?
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.