I am using themekit and theme watch, but im my themes in Shopify some snippets and sections are not migrated. There are no error in this files. If I create the file manually in Shopify theme it works. What could be the problem?
Related
We have used a custom theme which is not available in shopify theme store, We have used Help Center Faq app to display in front end, But the App css and functionality is not working and not even displaying the template selected in Help Center Faq app. Its displaying the custom theme functionality and css as Default Is there any way to override the custom theme css and functionality and to use the app css and functionality
The app should have a supported template list, contact the app support team.
Additionally, it seems your theme css it's overriding the app files. That's the reason why you shouldn't use unsupported themes unless you know what you are doing. Nevertheless, you can disable the theme css by creating a new layout file without the main css file in the header and only using the app css specific for that page.
I am working on a BigCommerce website and i'm using the online editor to modify HTML files but i can't modify js files because they are read only files
How can I work on my pc and sync modifications with the website .???
if you are modifying theme files, and you are using a Stencil theme, then you can download the theme's files, edit them locally and add them back to the site.
See:
Installing Stencil
Theme Documentation
using shopify cli, theme deploy will push entire directory, which is slow. I changed a few files and only want push them to shopify.
is there any theme deploy changed files only cmd?
Without config.yml setup
theme deploy --password=[your-api-password] --store=[your-store.myshopify.com] --themeid=[your-theme-id] --env=[environemnt-name] [path-to-file/file-name]
EXP:
theme deploy --password=AFSJASFLDJ32R424 --store=test.myshopify.com --themeid=3242435425 --env=development assets/test.min.js
With config.yml and environment setup
EXP: Deploy One file
theme deploy --env=development assets/test.min.js
EXP: Deploy Mutiple Files
theme deploy --env=development assets/test.min.js assets/test-2.min.js
config.yml example configurations
development:
password: 1232134124124adfasd32423
theme_id: "93204212432"
store: test.myshopify.com
If you use theme kit, you can just use upload command. It is very similar to shopify-cli.
theme
Theme Kit is a tool kit for manipulating shopify themes
Theme Kit is a fast and cross platform tool that enables you to build shopify themes with ease.
Complete documentation is available at https://shopify.github.io/themekit/
Usage:
theme [command]
Available Commands:
bootstrap Bootstrap will create theme using Shopify Timber
configure Create a configuration file
deploy deploy files to shopify
download Download one or all of the theme files
get Get a theme and config from shopify
help Help about any command
new New will create theme using Shopify Timber
open Open the preview for your store.
remove Remove theme file(s) from shopify
replace Overwrite theme file(s)
update Update Theme kit to the newest version.
upload Upload theme file(s) to shopify
version Print the version number of Theme Kit
watch Watch directory for changes and update remote theme
I have developed stencil theme and apply on live store.
After apply stencil theme, Not found template edit (edit html/css) option in back end like below URL:
https://support.bigcommerce.com/articles/Public/Accessing-and-Customizing-Template-Files
Can any body help me ?
In the link you provided, it denotes that those instructions for edit html/css options are only available in browser for blueprint themes at this time.
Stencil themes are uploaded as archive (.zip) files and do not interact with webdav in any way.
Support is still pending for downloading of themes, which would be required in this case since you are using a theme from the marketplace.
For info and updates, review: https://stencil.bigcommerce.com/docs/new-and-pending-features
I have developed new stencil theme.
So how can I add in Theme Marketplace in Bigcommerce ?
I don't want to share theme zip file to user.
If I add theme in theme marketplace then user can easily apply theme from theme marketplace of bigcommerce.
Can any body help me ?
I hope this answer will help you. :)
Please refer following article of Bigcommerce.
https://stencil.bigcommerce.com/docs/bundling-and-submitting-a-theme
Here, you will get all the information about submitting a theme and add in to Theme Marketplace.
It isn't possible to add a theme to the theme marketplace for Stencil. You can use third party marketplaces to allow customers to find your theme and install it on BigCommerce, but the native marketplace is closed to select partners at this time.