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
-
January 16, 2017 at 10:17 PM #363You must have valid license to access this content.January 16, 2017 at 10:41 PM #365
Probewise
KeymasterTo 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; }
January 18, 2017 at 2:00 PM #368STDesigns
ParticipantMuch appreciated, I shall try sorting that out.
Another issue I found, if you look on the home page, under about us/elsca logo/brief description/learn more button is an arrow. How do I either edit how the arrow reacts (Currently scrolls page up and not down) or remove it completely?
January 18, 2017 at 2:05 PM #369STDesigns
ParticipantPlease could you walk through adding child theme. I have managed to add it however its not working. Please could you provide me a set by step on how to do this.
I tried using this link but never worked.
January 18, 2017 at 2:08 PM #370STDesigns
ParticipantPlease send me your email address and I will add you as a user
January 18, 2017 at 2:49 PM #371Probewise
KeymasterChild theme is provided in the package on ThemeForest. If you have only downloaded the WordPress theme file, you should download the package so that you could use the child theme.
1. Inside child theme folder wise-church-child, there’s a file name functions.php.
2. Open it using a text editor like notepad++, then add the above code on it.
3. Save the edited functions.php, then you’re ready to upload the child theme.
3. Upload and install the child theme on your WordPress dashboard from Appearance => Theme => Add New => Upload Theme.You might be referring with the back-to-top button which when clicked, the page navigates to top. It cannot be remove unless you remove it using CSS.
If you need our email to provide your temporary admin credentials, you can send it at steve.probewise@gmail.com.
Please do note that according to our policy, our support is limited to provide questions and answers about the theme and its features. It doesn’t cover customization, installation, or any third-party plugin issues.
May 5, 2017 at 7:00 PM #618STDesigns
ParticipantHi guys,
Thank you ever so much for all the assistance you provided me 🙂
One last thing…
The Home Page Footer looks good however all the other pages have a / in front of TERMS OF USE. How could I get rid of this / off the other pages?
May 5, 2017 at 7:01 PM #619May 5, 2017 at 9:53 PM #621Probewise
KeymasterYou can use your child theme on your CSS file to add these lines:
.footer-menus li:before { content: ""; margin: 0 0; opacity: 0; }
May 8, 2017 at 10:20 PM #629STDesigns
ParticipantThank you very much for the prompt response but this hasn’t helped. That / is still in front of TERMS OF USE.
May 8, 2017 at 10:23 PM #630STDesigns
ParticipantSomething else I picked up while messing around. Not sure if this is something you can assist with?
/wp-content/themes/wise-church/ Failed to load resource: the server responded with a status of 500 (Internal Server Error)
jquery-migrate.min.js:2 JQMIGRATE: Migrate is installed, version 1.4.1
schat.firebase.js:380 Uncaught TypeError: Cannot read property ‘user-update’ of undefined
at SLC_FB._add_event_cb (schat.firebase.js:380)
at SLC_FB.on (schat.firebase.js:949)
at SChat._bind_data_events (schat.app.js:71)
at SChat (schat.app.js:34)
at SLC_UI (schat.frontend.ui.js:47)
at HTMLDocument.<anonymous> ((index):1098)
(index) Failed to load resource: the server responded with a status of 500 (Internal Server Error)May 9, 2017 at 9:23 AM #631Probewise
Keymaster1. You’ve added function on style.css of the child theme, and also @import url(“../wise-church”); on it. Function should be added on functions.php and you don’t need to add @import to style.css.
2. In firebase issue, you may contact the plugin author, as we are not the creator of that plugin, or you could remove it, if you don’t need that plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.