TC_Utils and TC_post_navigation classes not found after upgrade
-
Hello,
all my changes were made in child theme, I haven’t touched anything in parent theme. After update to the latest theme version I encountered few 500 fatal errors – it’s all about TC_xx classes not found. In my child theme I’ve got this in archive-ss_services.php file for example:
<div id="content" class="<?php echo implode(' ', apply_filters( 'tc_article_container_class' , array( TC_utils::tc_get_layout( TC_utils::tc_id() , 'class' ) , 'article-container' ) ) ) ?>">
It worked fine before the upgrade. Do you have any idea how to fix this?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘TC_Utils and TC_post_navigation classes not found after upgrade’ is closed to new replies.