Landing page – footer / custom header image

Homepage Community Forums Aspire Theme Support Landing page – footer / custom header image

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20383
    BartA
    Customer

      Hi,

      I noticed that on my landing page the footer widget area is showing even though im thinking the template should have removed it?

      https://tandarts-haarlem.nl/tandarts-haarlem-zuid-centrum/

      Secondly,
      could you give me a tip as to how add a custom header image to the landing page only?

      Best regards,
      Bart Alders

      #20401
      Wes
      Moderator

        Take a look at your page_landing.php file and find the Footer-widgets code –

        //* Remove site footer widgets
        remove_action( 'genesis_before_footer', 'aspire_footer_widgets' );

        And replace that code with this –

        //* Remove site footer widgets
        remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );

        That should remove the footer widgets. I added a Landing Page that you can see here in the demo – http://demo.appfinite.net/aspire/landing-page/

        Let me know if that helps.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.