Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Child theme footer missing

Home / Forums / Pinnacle Theme / Child theme footer missing

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
January 7, 2016 at 3:13 pm

Hello,
I created a child theme to safe keep modified plug in templates. In the child theme folder there is a style.css file, and a function.php, in addition to a folder containing modified plugin templates.
When previewing the child theme, the footer of the page is missing the menu. Going live has the same result.

The style.css file has the following content:
/*
Theme Name: pinnacle premium child
Theme URI:
Description: pinnacle premium child theme
Author: Gregorio
Author URI:
Template: pinnacle_premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: pinnacle_premium_child
*/

The functions.php file has the following content:
<?php
add_filter( ‘woocommerce_return_to_shop_redirect’, ‘return_to_shop_link’ );

function return_to_shop_link() {
return ‘
}

I’m currently fully updated with WP (4.4.1) , theme (1.5.7), and pluggins.

Is the child theme not set up correctly?

Thank you

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.