作者:dahu

4.4 HTML Comments  4.4 HTML注释

4.4 HTML Comments 4.4 HTML注释

You can leave comments in .html and .liquid files, and in the Shopify Custom Liquid blocks and Sections. 我们可以在.html、 .liquid文件以及shopify自定义区块和模块里面使用

dahu dahu 2025-03-11
0 0 0
4.2 Non-semantic Elements: <div> and<span> 无语义元素:<div>和<span>

4.2 Non-semantic Elements: <div> and<span> 无语义元素:<div>和<span>

“<div class="description"> <p>This product is really great!</p> <ul> <li>Feature 1</li>  <li>Featur

dahu dahu 2025-03-11
0 0 0
3.5 Finding which theme files to edit 3.5如何正确找到主题文件需要编辑的位置

3.5 Finding which theme files to edit 3.5如何正确找到主题文件需要编辑的位置

Let’s say you want to edit a part of your theme, but you don’t know which file that code is in. Well, you need a way to search the entire theme for a

dahu dahu 2025-03-06
0 0 0
3.3 Using a custom CSS file  3.3 如何使用自定义CSS文件

3.3 Using a custom CSS file 3.3 如何使用自定义CSS文件

Sometimes I like to make a separate CSS file to keep all my styling for the entire store. When I update the theme, I just copy this file to the new th

dahu dahu 2025-02-25
0 0 0
3.2 Using the Custom CSS field 3.2 使用自定义CSS

3.2 Using the Custom CSS field 3.2 使用自定义CSS

This is the best way to make changes to a specific section on your store. 如果我们想改变主题的某一个具体的区块,那么使用自定义CSS就是最好的方法。 There are two main advantages to

dahu dahu 2025-02-23
0 0 0
3.1 Custom Liquid Blocks & Sections 模块和区块的自定义Liquid

3.1 Custom Liquid Blocks & Sections 模块和区块的自定义Liquid

This is probably the easiest place where you can start coding. I always use custom liquid sections and blocks in my tutorials, and I use them whenever

dahu dahu 2025-02-22
0 0 0
Chapter 3: Where to start coding       第三章 Shopify编程从哪里下手?

Chapter 3: Where to start coding 第三章 Shopify编程从哪里下手?

Your priorities as an amateur coder are: 我们作为业余程序员在编程的时候需要优先考虑下面的3点: Not breaking anything.不要破坏任何代码 Keeping your theme updatable.保证主题可升级

dahu dahu 2025-02-21
0 0 0
2.7 Assets folder  2.7 资源文件夹

2.7 Assets folder 2.7 资源文件夹

In Web Development (not just Shopify), “assets” are usually any additional files your website needs besides the actual HTML. Some common types of asse

dahu dahu 2025-02-20
0 0 0
2.8 Locales folder 本地化文件夹

2.8 Locales folder 本地化文件夹

The locales folder are where your language settings are kept. You generally never need to edit any code here. 在Shopify里面,语种设置都包含在本地化文件夹里。一般来说我们不需要编

dahu dahu 2025-02-20
0 0 0
2.5 Config folder  配置文件夹

2.5 Config folder 配置文件夹

Above I explained how Schema works inside Section files. But you also have global theme settings available in your Shopify Theme Customizer. 在上面的章节

dahu dahu 2025-02-19
0 0 0
1 6 7 8 9 10