kondasoft / ks-bootshop

Our Free Shopify Theme focused on simplicity, speed, and user experience. Download it today and finish your Shopify store within days, not months. Powered by Bootstrap v5 framework and 15+ years of coding experience.
https://www.kondasoft.com
MIT License
107 stars 93 forks source link

Page content missing #88

Closed ukkpower closed 1 year ago

ukkpower commented 1 year ago

I followed the install instructions as described. Unfortunately the content on all pages including the homepage is missing. When I go into customise the only sections I have to add to each page is announcement bar, navbar and footer. If I try to switch to another page I get a Shopify error "Something went wrong. Please try again in a few minutes."

Here is the URL of the store: https://traderiq.myshopify.com/

I do get errors when creating the a new Theme Kit:

 theme new --password=************************** --store=traderiq.myshopify.com --name=traderiq-theme
[traderiq.myshopify.com] theme created
[traderiq.myshopify.com] config created
Exists config.
        Exists config/settings_data.json.
        Exists config/settings_schema.json.
Exists layout.
        Exists layout/theme.liquid.
Exists locales.
        Exists locales/en.default.json.
Exists templates.
        Created templates/collection.list.liquid.
        Exists templates/page.liquid.
        Exists templates/404.liquid.
        Created templates/article.liquid.
        Created templates/blog.liquid.
        Created templates/collection.liquid.
        Created templates/page.contact.liquid.
        Created templates/product.liquid.
        Created templates/search.liquid.
        Created templates/cart.liquid.
        Exists templates/gift_card.liquid.
        Created templates/index.liquid.
        Created templates/list-collections.liquid.
Exists templates/customers.
        Exists templates/customers/activate_account.liquid.
        Exists templates/customers/addresses.liquid.
        Exists templates/customers/login.liquid.
        Exists templates/customers/order.liquid.
        Exists templates/customers/register.liquid.
        Exists templates/customers/reset_password.liquid.
        Exists templates/customers/account.liquid.
Exists assets.
        Created assets/application.css.liquid.
        Created assets/application.js.
[traderiq.myshopify.com] uploading new files to shopify
[development] 100|100 [==============================================================================]  100 %
[development] 100 files, Updated: 100, Errored: 11
[development] Errors encountered: 
        [development] (templates/page.contact.json) Section type 'contact-form' does not refer to an existing section file
        [development] (templates/product.json) Filename product already exists with liquid extension, Section type 'template-product' does not refer to an existing section file, Section type 'separator' does not refer to an existing section file, and Section type 'recommended-products' does not refer to an existing section file
        [development] (templates/blog.json) Section type 'parallax-image' does not refer to an existing section file and Section type 'template-blog' does not refer to an existing section file
        [development] (templates/page.about.json) Section type 'carousel' does not refer to an existing section file, Section type 'richtext' does not refer to an existing section file, Section type 'cards-with-image' does not refer to an existing section file, and Section type 'separator' does not refer to an existing section file
        [development] (templates/index.json) Section type 'carousel' does not refer to an existing section file, Section type 'cards-with-image' does not refer to an existing section file, Section type 'external-video' does not refer to an existing section file, Section type 'faq' does not refer to an existing section file, Section type 'richtext' does not refer to an existing section file, Section type 'separator' does not refer to an existing section file, and Section type 'html' does not refer to an existing section file
        [development] (templates/list-collections.liquid) Filename list-collections already exists with json extension
        [development] (templates/password.json) Layout 'password' not found
        [development] (templates/search.json) Filename search already exists with liquid extension
        [development] (templates/cart.liquid) Filename cart already exists with json extension
        [development] (templates/article.json) Filename article already exists with liquid extension and Section type 'template-article' does not refer to an existing section file
        [development] (templates/collection.json) Filename collection already exists with liquid extension
finished command with errors
MacBook-Pro-2:shopify keithpower$ theme deploy
[development] This is the live theme on traderiq. If you wish to make changes to it, then you will have to pass the --allow-live flag
cannot make changes to a live theme without an override
MacBook-Pro-2:shopify keithpower$ theme deploy --allow-live
[development] Warning, this is the live theme on traderiq.
[development] 100|100 [==============================================================================]  100 %
[development] 100 files, Updated: 11, No Change: 89, Errored: 9
[development] Errors encountered: 
        [development] (templates/cart.liquid) Filename cart already exists with json extension
        [development] (templates/product.json) Filename product already exists with liquid extension, Invalid value for type in block '8b1fb7b0-dfa9-43f1-90b7-3a36c06e06df'. Type must be defined in schema., Invalid value for type in block '6013329c-a6f0-468d-b01b-b2faf3421650'. Type must be defined in schema., Invalid value for type in block '63acad5a-9780-4912-bd50-b63a4a10d2c8'. Type must be defined in schema., Invalid value for type in block 'fbdb557a-90da-432b-984d-26c8ef0ef590'. Type must be defined in schema., Invalid value for type in block 'f706cec8-65d0-451f-a7e2-aab03ef5b5e0'. Type must be defined in schema., and Invalid value for type in block 'ca528907-98ac-4215-a696-a16f10fe4364'. Type must be defined in schema.
        [development] (templates/list-collections.liquid) Filename list-collections already exists with json extension
        [development] (templates/article.json) Filename article already exists with liquid extension
        [development] (templates/blog.json) Filename blog already exists with liquid extension and Section type 'parallax-image' does not refer to an existing section file
        [development] (templates/page.contact.json) Filename page.contact already exists with liquid extension
        [development] (templates/collection.json) Filename collection already exists with liquid extension
        [development] (templates/index.json) Filename index already exists with liquid extension
        [development] (templates/search.json) Filename search already exists with liquid extension
finished command with errors

I have also created a new folder and tried anther install with the same outcome

alvinkonda commented 1 year ago

It seems Themekit has created some other default files that conflict with the theme ones. I would recommend that you use the first method and just zip the package and upload it through Shopify's admin themes sections. Then, you may just edit the config.yml file with the new theme id and you are done. Let me know if you still need help with this.

ukkpower commented 1 year ago

I did what you suggested. The homepage is now working. However I am having another issue. I have opened a different issue ticket because not sure if related

alvinkonda commented 1 year ago

I'm glad to hear that