• I have problem can’t change footer text I cliced for changing it but wyswig is not showing ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    @dellos Sounds like a plugin issue. Please disable all the plugins and see if that works. Thanks

    I have the same problem, on a fresh install, with no plugins active.

    Theme Author OptimizerWP

    (@layerthemes)

    @babel391 Whats your site address?

    Can’t share it unfortunately, sorry.

    I had the same issue. I found that when using Text view it wouldn’t save but using Visual it did. I hope this helps debug the issue as well as help others save the content.

    Theme Author OptimizerWP

    (@layerthemes)

    @iappswp Thanks for letting us know. We couldn’t reproduce the issue. Now we will be able to fix the issue hopefully.

    Happy to help. Great Theme by the way. ??

    amill66

    (@amill66)

    I do not show a save button to save changes anymore…

    Theme Author OptimizerWP

    (@layerthemes)

    @amill66 Can you please share a screenshot of the issue through imgur.com ?

    Thanks

    rohallah

    (@rohallah)

    Hi all use this style

    #copyright a {
    	display: none;
    }

    or
    use this

    #copyright a, #copyright {
       display: none;
    }

    or
    or
    use the way in next post

    rohallah

    (@rohallah)

    creat a folder name it optimizer-child
    creat 2 file in it

    style.css with this code

    /*
    Theme Name: optimizer child
    Theme URI: https://test.com
    Author: test
    Author URI: https://www.test.com
     Template:  optimizer
    Description: optimizer Child Theme
    Version: 1.5
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    */

    functions.php with this code

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    ?>

    then copy footer.php file from optiozer folder and paste it in optimizer-child folder
    with a editor like notepad++ open footer.php
    and put // in line 38 befor $foot
    it must be such
    <div class="copytext"><?php if (!empty ($optimizer['footer_text_id'])) { ?><?php //$foot = html_entity_decode($optimizer['footer_text_id']); $foot = stripslashes($foot); echo do_shortcode($foot); ?><?php } ?></div>
    finally go to admin panel then apperance and activate the child-theme
    Have a great day all
    rohallah

    amill66

    (@amill66)

    I did try to deactivate all plugins as the issue is not only with the edit content button in the customizer panel, the issue is also with the menu not showing up in mobile view on a decreased window size. Godaddy is running
    object-cache.php
    APC Object Cache
    as a drop in plugin that I cannot disable. Could this be the cause?

    rohallah

    (@rohallah)

    hi amill66 can you share share your web url?

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Footer Copyright text’ is closed to new replies.