This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Not sure what happened but my footer doesn’t show on my shop page anymore. I do have it set to footer varient2 in the settings of that page and it works on my other pages but not on my shop page. Is there a setting that I am missing for this?
Thanks!
Hello,
There is a bug with this option for shop page, so please edit classico/framework/templates/footer.php file
http://prntscr.com/ihbhic
if ( is_shop() ) {
$shop_id = wc_get_page_id('shop');
$custom_footer = etheme_get_custom_field('custom_footer', $shop_id);
}
also this bug will be fixed in next theme update.
Regards
this worked thanks so much!
Actually it only works on the main shop page the footer still doesn’t show on the category pages or the product pages, can you still help?
Thanks!
Lee
Hello,
You’re welcome!
Unfortunately, I can’t open your site. Please make sure that you selected footer static block in Appearance > Widgets > Footer.
Regards
You must be logged in to reply to this topic.Log in/Sign up