Footer copyright message issues

This topic contains 5 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #411566

    Joshua Dobbs
    Expired Member
    Post count: 90

    Yesterday I used the following code to customize the footer and it worked great.
    Today after updating all of my gd plugins I see my custom message however the geodirectory copyright is showing as well.

    
    
    function dt_remove_default_footer() {
        remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 );
        add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 );
    }
    add_action('init', 'dt_remove_default_footer');
    
    function custom_dt_footer_copyright_text(){
        echo '© Copyright 2018 myawesomewebsite.com';
    }

    Did something change?

    #411567

    Joshua Dobbs
    Expired Member
    Post count: 90
    This reply has been marked as private.
    #411596

    Guust
    Moderator
    Post count: 29970

    Please review https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/
    The code needs updating now you updated.

    #411604

    Joshua Dobbs
    Expired Member
    Post count: 90

    Thanks Guust. That fixed it.

    #411605

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

    #411709

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    The Snippet for Altering the Footer for Directory Starter and Supreme Directory Child themes has been updated and can be found here:

    https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/

    Be sure to check out all the new features in Customizer!

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket