iempoweru
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple Membership Menu] Works great when fixedHow did you fix it? It was working on my 2 sites very well until wordpress updated a couple weeks ago. Thanks for sharing.
Forum: Themes and Templates
In reply to: [iTek] Want to change footer color and text on itekOk so I found it all, did it and it works great – so thank you Mr Case.
In case someone else has this issue:
My instructions may be off because I am created a child theme for the primary site in a multisite application using https://www.ads-software.com/plugins/child-theme-configurator/
After creating I Copy PHP template files from the parent to the child in the “file” tab, for editing.
While still on that tab, there is a link to the functions.php file. Clicking on that will give you a right sidebar of links to all of the templates, of which footer.php is one of them. Click on that link.
Then it is really easy to find the string cited by Mr. Case to replace. Whew. On to the next issue.
Forum: Themes and Templates
In reply to: [iTek] Want to change footer color and text on itekThank you very much for your help, I hate to waste your time, but, I can not find the footer.php file for my child theme. This is what is in the functions.php folder of my child theme:
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );// END ENQUEUE PARENT ACTION
Thanks in advance for your help. Linda @iempoweru
Forum: Themes and Templates
In reply to: [iTek] Want to change footer color and text on itekThank you for your help. Ok, so I viewed source code for this page, which is how I found out where to change the footer background color.
https://ecotestclient.com/contact-us/
and I found the text in lines 5835-5842. I copied it here:
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info”>
<div class=”container”>
Proudly Powered By WordPress
<span class=”sep”> | </span>
Theme iTek By WP Strap Code </div>
</div><!– .site-info –>
</footer><!– #colophon –>But, the problem I have now, is how to change it. I went to the child theme code and looked in function.php and could find no place to edit anything. Your suggestions would be appreciated and thanks already for your help.
Forum: Themes and Templates
In reply to: [iTek] Want to change footer color and text on itekhttps://ecotestclient.com is url thank you.