• Hey Guys. Just switched from black bird to Chiro. I like it but i have a few issues.

    I want my footer to look more like it used to, which does not seem possible with Chiro Pro

    I basicall added whatever content i wanted. Mostly icons from national orginizations we belonged to. In Chiro i have to use pre loaded widgets and honeslty none of them look good.

    I also want to put my copyright information back in like i had it and not “created by Created by Clinic Website Systems”

    Our site is https://www.shoretherapyservices.com

    Lastly on every page but the home page, i see a “There is nothing in your sidebar.” I would like to remove that as well

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Derek

    (@chiroderek)

    On any page you don’t want a sidebar, you can assign that page to the single column template. Then there wont be a sidebar at all.

    The footer credit is put in with a function using the wp_footer hook. A php function could be used to undo the action using remove_action()

    You would need to install a child theme, and put the code in your functions.php file of the child theme.

    The footer is set up to have four widgets of equal width. You can adjust the width using the Custom CSS panel in the Customizer. You can also get rid of all of the widgets by copying the footer.php file to your child theme, and then editing it to remove the widgets completely.

    Thread Starter wraenking

    (@wraenking)

    Derek

    Thank you so much. I got my child theme installed and also took away the blank sidebar problem. Onto the footer sections!

    Thanks so much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chiro Pro Footer Removal’ is closed to new replies.