Viewing 10 reply threads
You must be logged in to reply to this topic.
Hi,
The picante ‘Shop Page Top Content’ block is not displaying on the Shop page on a fresh installement of the theme with the default demo imported.
Thanks
Hi, The shop page top content block is part of another page called Shop Top content.
You should select to show that page or any other page content, using options on Customizer -> Shop
Once there, you can select which page to show as Top Content Block.
Thanks
Yes and it’s not working… Even on a fresh install so there is a problem somewhere right?
Hello,
You have to edit the page with Codeless Page builder or Customizer Go to Shop > Shop Single Product > Shop Single Top Content. Now you have to select the page Shop Single Top Content.
Check the image for more info:
https://imgur.com/K0EIrRW
Regards!
Yes and it’s not working :)
And it’s a new install for testing, I just imported the default demo
Can you please send me the credentials to check it? Have you checked page content, is it ok?
Please send credentials to fix asap.
Thanks
I’m working on local computer, maybe you could install the theme and import default demo to reproduce the issue.
thank you
Hello,
The Shop Single Top content is only for single product pages and not for shop pages.
There you can set the page header and the top content bar that can be created with Codeless Page Builder.
Let us know.
Regards!
Hello,
Yes the ‘Shop Single Top content’ is for single product and is working fine.
And the ‘Shop Page Top Content’ should be for the shop page shouldn’t it? :)
After 6 days, still at the same point
Sorry for this inconvenience,
Please on includes/codeless_functions_woocommerce.php replace lines 1154-1162 with:
if( !empty( $page_id ) && $page_id != 'none' ){
$content_post = get_post((int)$page_id);
$content = $content_post->post_content;
$content = str_replace(']]>', ']]>', apply_filters( 'codeless_the_content' , $content ));
echo do_shortcode( $content );
}
You must be logged in to reply to this topic.