copyright text

This topic contains 6 replies, has 2 voices, and was last updated by  Vlad Chirila 6 years, 3 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #413703

    Vlad Chirila
    Expired Member
    Post count: 258

    Hi there,

    Can You please tell me how can I remove the copyright text from the screenshot attached? Not all of it, only the first part that states what theme I am using and that my website is powered by Wp. See the screenshot attached.

    “Copyright © 2018 Supreme Directory Theme – Powered by WordPress.”

    thank you,
    Vlad

    #413736

    Kor
    Moderator
    Post count: 16516

    Hi Vlad,

    Kindly update the previous copyright code from this article. https://wpgeodirectory.com/docs/faqs/how-do-i-change-the-footer-text-in-supreme/ . Let us know how it went.

    Thanks!

    #413772

    Vlad Chirila
    Expired Member
    Post count: 258

    Hi Kor,

    I just updated the code an now it only shows what I am trying to remove :)) my copyright text is gone – even though I replaced it in the code. please see the screenshot attached.

    This is the code I used to run before and it worked until recently:

    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 theBeautyAdviser SRL |
    theBeautyAdviser™ is a registered trademark of theBeautyAdviser SRL | All rights reserved. ‘;
    }

    #413775

    Kor
    Moderator
    Post count: 16516

    Hi Vlad,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #413776

    Vlad Chirila
    Expired Member
    Post count: 258
    This reply has been marked as private.
    #413786

    Kor
    Moderator
    Post count: 16516

    Hi Vlad,

    It’s working fine when I activated it. Cache issue?

    Thanks!

    #413789

    Vlad Chirila
    Expired Member
    Post count: 258

    it is now working great!
    Thanks a lot Kor!

    Vlad

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

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

Open Support Ticket