zapstrap
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Designed with the Customizr themeUpdate… creating an inc directory in the child theme and placing a modified copy of czr-front-ccat.php there overrides the theme, so I guess I can call this solved, for now.
Forum: Themes and Templates
In reply to: [Customizr] Designed with the Customizr themeSo far, the only solution I have is to ssh into the server and pore over the theme code. The file I want is
czr-front-ccat.php
…and it’s in the directory
/public/wp-content/themes/customizr/inc
Somewhere around line 9456 in the file is the offending function. I replaced the two sections that insert the wordpress and customizr references with simple calls to the apply_filters function but with sprintf containing no strings. It works, but this will undoubtedly get nuked the next time the customizr theme updates. Can this file be part of a child theme?
Alternatively, the section starts with “Footer Credits call back functions” and the next line says “Can be filtered using the $site_credits, $tc_credits parameters”. $site_credits seems easy enough, but where might I find $tc_credits?
I’d love a less brute-force solution, but until I find one, I won’t update the theme when new versions come out.
- This reply was modified 6 years, 2 months ago by zapstrap.
Forum: Themes and Templates
In reply to: [Customizr] Designed with the Customizr themeThanks tombob2006. I tried that before posting. It does not work. I spent several hours searching for a solution and reading the theme’s php code. I had this working previously, and created a child theme with its own css file. Subsequent upgrades have reactivated it despite the child theme. Any other ideas?