• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Appfinite

Appfinite

Premium WordPress Themes for The Genesis Framework

  • Themes
  • Blog
  • Tutorials and Resources
  • Forums
  • Contact Us

Modify copyright line at bottom of page?

Home › Community Forums › Aspire Theme Support › Modify copyright line at bottom of page?

Tagged: copyright line

  • This topic has 3 replies, 2 voices, and was last updated 2 years, 9 months ago by Wes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 7, 2019 at 3:05 pm #23358
    Kelly
    Customer

    How do I modify the copyright line at the bottom of my special offer landing page, shown here: https://williamsburgmemorialpark.com/special-offer-1/ so it matches the rest of my website, which is here: https://williamsburgmemorialpark.com/

    Thanks!

    September 11, 2019 at 6:10 pm #23364
    Wes
    Moderator

    Hi Kelly,

    Did you modify anything that would remove the site-footer code at the bottom? It’s not showing up in the code, which is why it doesn’t have the same styling as the other page.

    September 11, 2019 at 8:37 pm #23365
    Kelly
    Customer

    Actually, that WAS the problem, but it wasn’t anything that I did. Apparently, the stock Aspire Pro PHP code for the landing page removes the site-footer. I commented out the offending lines in the code below and everything works now. Thanks!

    <?php
    /**
     * This file adds the Landing template to the Aspire Theme.
     *
     * @author Appfinite
     * @package App
     * @subpackage Customizations
     */
    
    /*
    Template Name: Landing
    */
    
    //* Add custom body class to the head
    add_filter( 'body_class', 'aspire_add_body_class' );
    function aspire_add_body_class( $classes ) {
    
       $classes[] = 'landing-page';
    
       return $classes;
    
    }
    
    //* Remove skip link for primary navigation
    remove_filter( 'genesis_skip_links_output', 'aspire_skip_links_output' );
    
    //* Force full width content layout
    add_filter( 'genesis_site_layout', '__genesis_return_full_width_content' );
    
    //* Remove site header elements
    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 Menus
    remove_theme_support( 'genesis-menus' );
    
    //* Remove breadcrumbs
    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
    
    //* Remove site footer widgets
    remove_action( 'genesis_before_footer', 'aspire_footer_widgets' );
    
    //* Remove site footer elements
    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 );
    
    //* Run the Genesis loop
    genesis();
    September 12, 2019 at 12:16 am #23366
    Wes
    Moderator

    Ah now I see. I missed the Landing Page part.

    Glad you got everything working.

    Let me know if you run into any other issues.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

Primary Sidebar

Search Forums

Affiliate Program

Looking to earn some money? Join our Affiliate program and earn 35% of every sale you refer. Top referrers earn 40-50%.

Join Now →

The Genesis Framework

All of our themes are designed for the Genesis Framework. You will need to purchase Genesis in order to use any of our themes.

Purchase Genesis

Hire a Web Developer

Need help setting up or customizing your website?

Contact Us →

Search Full Site

  • Buy Genesis!
  • Shopping Cart
  • Themes
  • My Account
  • Support Forums
  • Tutorials and Resources
  • Privacy Policy
  • Contact Us
  • Follow Us on Twitter

Copyright © 2022 · Appfinite · Built With The Genesis Framework