Change logo url by category and in some pages

in your child theme you need to override the logo function from the parent. copy the function, minus the if ( !function_exists( 'xxx_show_logo' ) ) { part, into your child theme and add your conditionals for setting the url there.