When you are using apollotheme for bigcommerse store
You get notice
Widgets cannot be added to this page because it does not contain regions. To add regions, please refer to widget documentation.
Please follow my guide to fix it
that is apply for apollotheme only
1. Access admin, manage of your site
2. Open Storefronts: select themes
3. Edit theme files
4. Access templates > pages > page.html
add code in this page
{{{region name="page_builder_content"}}}
If you want to add region in home page
Please follow my guide
- Open home.html in templates > pages > home.html
- you see code:
{{#if theme_settings.theme_variation '==' 'ap-base-4'}}
{{> components/themes/home/ap-base-4}}
{{else if theme_settings.theme_variation '==' 'ap-base-3'}}
{{> components/themes/home/ap-base-3}}
{{else if theme_settings.theme_variation '==' 'ap-base-2'}}
{{> components/themes/home/ap-base-2}}
{{else}}
{{> components/themes/home/ap-base-1}}
{{/if}}
- Please check what home page type you are using, default is ap-base-1 in file components/themes/home/ap-base-1
- open file components/themes/home/ap-base-1.html ( or ap-base-2, ap-base-3)
- add code to any where in this page, default can be bellow slideshow
{{{region name="page_builder_content"}}}
About the author
Apollo Theme is the most modern provider of Shopify Template.
With 9 years experience, we bring many modern and perfect themes to everyone.
With the aim of providing high-quality products for customers, our talented team always tries to work hard and catch up the new trend of technology and design to give you more valued template with a unique combination of new ideas, flexible architecture and easy-to-use product.
We are really appreciated it and hope that you enjoy it! Apollo Template want bring the highest customer satisfaction, we have professional supporting team to assist all our buyer. All support will be conducted through our support ticket "https://apollotheme.com/ticket/", send your problems to our email: "apollotheme@gmail.com" or at our facebook with name “Apollo Theme”. We usually get back to you within 24hours. (except holiday seasons which might take longer).
Related posts