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: *Login to see link
Description: pinnacle premium child theme
Author: Gregorio
Author URI: *Login to see link
Template: pinnacle_premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: *Login to see link
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 ‘*Login to see link
}
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