Support Forum Forums WordPress Themes Wise Church Footer Query

Viewing 12 posts - 1 through 12 (of 21 total)
  • Author
    Posts
  • #363
    You must have valid license to access this content.
    #365
    Probewise
    Keymaster

    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;
    }
    
    #368
    STDesigns
    Participant

    Much 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?

    #369
    STDesigns
    Participant

    Please 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.

    #370
    STDesigns
    Participant

    Please send me your email address and I will add you as a user

    #371
    Probewise
    Keymaster

    Child 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.

    #618
    STDesigns
    Participant

    Hi 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?

    ie. http://elsca.co.za/contact-us/

    #619
    STDesigns
    Participant
    #621
    Probewise
    Keymaster

    You can use your child theme on your CSS file to add these lines:

    .footer-menus li:before {
    	content: "";
    	margin: 0 0;
    	opacity: 0;
    }
    
    #629
    STDesigns
    Participant

    Thank you very much for the prompt response but this hasn’t helped. That / is still in front of TERMS OF USE.

    #630
    STDesigns
    Participant

    Something 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)

    #631
    Probewise
    Keymaster

    1. 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.

Viewing 12 posts - 1 through 12 (of 21 total)
  • You must be logged in to reply to this topic.
Back to top