Its functions.php (plural)
you seem to have figured that out already.
@tangobest I set this as resolved as everything looks fine in your website.
@lynnais thanks for the help!
Thanks
hi nikoe and lynnais
the above is typing error when i post my question for functions.php. but it was and now correctly inserted to serev . i get the following error. problem still exist.
Fatal error: Cannot redeclare class TC___ in /home2/teshale/public_html/wp-content/themes/customizr/functions.php on line 88.
please advise how to fix. thank you again.
Sounds like you are doubling up on a function somewhere. What’s in your functions.php file? (Make sure you use the “code” button here to enclose the code in backticks.)
did you resolve this? I’m having the same issue
Im assuming the TC is the same as the TC class declared for the W3 Total Cache Plugin.. If anybody knows how to fix this I do appreciate the info
nope theres no tc declared that I can find for that… tried deactivating and reactivating plugins…
HI All,
the issue is resolved as indicated by electric feet it was duplicate.
tc is “themes and co” and is a prefix used in the theme’s code.
A common mistake is to edit the theme’s own functions.php and place it in the child theme. This duplicates all the functions in the theme and WordPress will try to load the functions in both the files. As soon as it hits the first duplicate, it spits it out.
Check out how to use functions.php here: http://www.themesandco.com/customizr/how-to-customize-customizr-wordpress-theme/