• Resolved fssbob

    (@fssbob)


    There appears to be a bug in the new (v 1.9.7.9) customizer-maintainable copyright text. Any time you enter the customizer (any customizer setting, not just Footer Settings), any previously-entered custom copyright text is erased and replaced with “Default copyright text”.

Viewing 9 replies - 1 through 9 (of 9 total)
  • leleuf

    (@leleuf62)

    I have the same problem

    SwedenCharlie

    (@swedencharlie)

    Same problem here. I also have problem with the menu. Can’t create “custom link” without url anymore. Really need a dropdown menu where the top/first post is non clickable.

    Your not the only ones having this issue got the same thing with one of my clients sites https://www.peter-macklin.com.au/

    @swedencharlie : for create a link without url simply use # in the url place ??

    Our copyright problem is probably here :

    /wp-content/themes/responsive/core/includes/functions.php

    if( !get_option('copyright_textbox') ) {
    	set_theme_mod( 'copyright_textbox', 'Default copyright text' );
    	}
    }

    Pending a solution/update I replaced 3 occurrences of “copyright Default text” in /wp-content/themes/responsive/core/includes/functions.php with my Copyrigt text..

    I tried replacing ‘Default copyright text’ there but it has no effect, it must be somewhere else also

    No, it Is only 3 occurrences in /wp-content/themes/responsive/core/includes/functions.php
    FIRST : Replace the 3 occurences with your copyright text 2) go to theme options, put your copyrgith text, save (for replace “Default copyright text” in database ) and after it’s ok.

    @leleuf62
    Thanks. Tried # before but it did not work. Now it did. Strange…

    remove_action('wp_head','fetch_copyright')
    will fix it too, or check https://www.ads-software.com/support/topic/footer-problems-14

    Is there someone at cyberchimps that got tired of the popularity of their theme? This theme is now outputting javascript to overwrite the footer texts!
    Google does not like that.

    Theme Author CyberChimps

    (@cyberchimps)

    Hello,

    Apologies for the inconvenience caused.
    This issue was promptly resolved with the updated version 1.9.8.0 of the Responsive theme.

    Regards,
    CyberChimps

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Bug in Customizer Copyright Text’ is closed to new replies.