• I could easily change the copyright information of the footer with the previous version but I can’t with this new version. Please help me to edit the copyright text

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi @aamaan
    This is the pro version feature. If you need further assistance or are interested to learn more about this feature, please feel free to open chat in our site https://themegrill.com/ and our team will assist you further there regarding this.
    Let me know about any other issues!
    Regards

    Thread Starter aamaan

    (@aamaan)

    So, should I try myself to edit the text or uninstall colormag as I like to have my own text?

    Hi @aamaan
    As I said if you want more guidance on this please contact us through our live chat support https://themegrill.com/ and someone will help you there.
    Regards

    Hi @aamaan,
    You can attempt to edit functions.php from the theme if you know.
    And add below codes to change copyright text of footer. Just warm remind to you. Before editing any document, please do full backup first. You can modify it what you want in the echo sentence with double quotes (start at “Copy…..). Thanks.

    add_action( 'colormag_footer_copyright', 'colormag_footer_copyright', 10 );
    /**
     * function to show the footer info, copyright information
     */
    if ( ! function_exists( 'colormag_footer_copyright' ) ) :
    	function colormag_footer_copyright() {
    			echo '<div class="copyright">' . "Copyright &copy; 2020 by XXXX. All rights reserved." . '</div>';
    	}
    endif;

    On the newest versions of colormag, the copyright text is not in functions.php anymore. It was moved to wp-content/colormag/inc/hooks/footer.php

    My question for colormag is, on the free version are we allowed to edit the footer and remove the reference to ColorMag and powered by wordpress?

    feeblytechadmin

    (@feeblytechadmin)

    I want to display ads both side bar . but in this theme i cant able to display on both side . is there any way to check in code is it possible means . let me know i ll check with developer
    https://feeblytech.com

    Regards,
    Feeblytech

    saeed451

    (@saeed451)

    Hi @pierre1688

    I Pasted your code at the end of function.php

    But I couldn’t change copyright text ??

    pierre1688

    (@pierre1688)

    Hi saeed451,
    I implemented the codes into functions.php under child-theme. Just for your reference.

    Thanks.

    pierre1688

    (@pierre1688)

    Hi @mihailungu,
    My website is also on the free version. To use child theme method to modify copyright text.

    Thanks.

    feeblytechadmin

    (@feeblytechadmin)

    not possible we need upgrade the colormag pro then only possible for copyright and both side bar available

    Regards,
    Feeblytech

    It is possible to follow step by step guide at
    https://uttertechnology.com/how-to/remove-footer-links-in-colormag/
    Regards
    Vijay

    yes it resolved you can change the copyright

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘ColorMag 2.0.0.3 Free Version :: How to edit the copyright text at the footer’ is closed to new replies.