Footer Copyright text
-
I have problem can’t change footer text I cliced for changing it but wyswig is not showing π
-
@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.
@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.
@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. π
I do not show a save button to save changes anymore…
@amill66 Can you please share a screenshot of the issue through imgur.com ?
Thanks
Hi all use this style
#copyright a { display: none; }or
use this#copyright a, #copyright { display: none; }or
or
use the way in next postcreat a folder name it optimizer-child
creat 2 file in itstyle.css with this code
/* Theme Name: optimizer child Theme URI: http://test.com Author: test Author URI: http://www.test.com Template: optimizer Description: optimizer Child Theme Version: 1.5 License: GNU General Public License v2 or later License URI: http://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
rohallahI 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?hi amill66 can you share share your web url?
The topic ‘Footer Copyright text’ is closed to new replies.
