Support Forum › Forums › WordPress Themes › Wise Church › Footer Query
- This topic has 20 replies, 3 voices, and was last updated 7 years, 4 months ago by
Probewise.
-
AuthorPosts
-
May 11, 2017 at 7:19 PM #635
STDesigns
ParticipantHi guys,
I removed @import and
function wise_panel_fields_footer() {
return;
}from CSS and inserted your above CSS. Above function is function.php.
However the / is still in front of TERMS & CONDITIONS.
Sorry to be a pain ;(
May 12, 2017 at 10:25 AM #636Probewise
KeymasterDo you have a cache plugin installed on your site? If it has, clear your cache. And also, you should clear your web browser’s cache and cookies because your browser might be reading old assets. We’ve visited your site and slash has been removed.
February 15, 2018 at 6:59 AM #908Designed By Marin
ParticipantIn Reply #365 you state:
============================================================================
To remove the text “Powered by Probewise,” please use a child theme provided in the package and add these lines on functions.php:function wise_panel_fields_footer() {
return;
}
============================================================================
I followed your directions exactly and it did not work. Not sure what I am doing wrong.Please advise.
Thank you!February 15, 2018 at 7:07 AM #909Designed By Marin
ParticipantIn response to REPLY #365:
I followed your directions to remove the text “Powered by Probewise” in the footer, and it does not work. Not sure what I am doing wrong.
Please advise.
Thank you!February 15, 2018 at 10:34 AM #910Probewise
Keymaster@LifeTogetherFellowship It seems that you’ve not used a child theme to add the code above on functions.php of wise-church-child. To use it, upload wise-church-child from the ThemeForest package and activate the theme. Add the code:
function wise_panel_fields_footer() { return; }
to the functions.php of the child theme. If you need assistance in doing so, you may provide your login credentials at steve.probewise@gmail.com.
February 15, 2018 at 11:52 AM #914Designed By Marin
ParticipantThank you Keymaster. You were 1,000% correct. I was pasting your code into the Wise Church Child -> Theme Functions (functions.php) within the Wise Church -> Appearance -> Editor, instead of activating the Wise Church Child, and pasting it there, like you explained.
Which brings me now to another question…
What is the purpose of being allowed to open the Wise Church Child within the Wise Church -> Appearance -> Editor -> Theme Functions (functions.php), if it doesn’t work when pasting the above code in?
Thank you once again for all your help!
Looking forward to your answer.February 15, 2018 at 1:02 PM #915Probewise
KeymasterA child theme is necessary if you’re editing some functions or CSS in the theme because if you place your modification in the parent theme, you will loose your modification when updating the theme. Also, there would be an error or the theme may malfunction if you’ll edit it directly. As you can see on the latest update of WordPress, there’s a notice that a child theme is necessary if you’re modifying some theme functions or CSS.
After uploading wise-church-child and activating it, you are ready to modify it even on Appearance => Editor => functions.php and place the code.
February 25, 2018 at 9:21 AM #931Designed By Marin
ParticipantNew problem occurring when removing the text “Powered by Probewise”. I followed your instructions and added the code to the “Wise Church Child” theme and it did work, however, the moment I activate the “Wise Church” theme it reverts back. How can I make sure it doesn’t?
February 26, 2018 at 2:20 PM #937Probewise
KeymasterYes, definitely the modifications you’ve made on the child theme won’t work if you switch from parent theme. You don’t need to switch themes as the child theme is used for security purposes of your modification. If you update the parent theme to the latest version, and you haved used the parent theme to modify it, you’re modification will loose. That’s why a child theme is necessary.
-
AuthorPosts
- You must be logged in to reply to this topic.