掩藏密码网页面上的底部
2022-05-16 16:51:46
掩藏密码网页页面上的底部
您可在密码网页页面上掩藏底部系统分区。
流程:
在Shopify后台管理中,转到在线商店偏好设置。
翻转到密码维护地区。在给用户的信息内容中,黏贴下列编码:
stylefooter{display:none;}/style
您可以将此代码黏贴在一切目前具体内容的上边或下边。
点击储存。
在密码网页页面上掩藏您的商店名称
您可以在密码网页页面上掩藏您的商店名称。
流程:
在Shopify后台管理中,转到在线商店偏好设置。
翻转到密码维护地区。在给用户的信息内容中,黏贴下列编码:
styleh1{display:none;}/style
您可以将此代码黏贴在一切目前具体内容的上边或下边。
点击储存。
编写密码网页页面的模板编码
假如要开展模板设定中未给予的自定,则可以编写密码网页页面的模板编码。
流程:
PC:
在Shopify后台管理中,转到在线商店模板。
寻找要编写的模板,随后点击实际操作编写编码。
在Templates
目录中,点击password.liquid
。
在password.liquid
模板中,您将见到一些Liquid标签,这种标签中包括组成密码网页页面的系统分区。您的模板很有可能含有下列Liquid标签:
Liquid {%sectionpassword-header%}
Liquid {%sectionpassword-content%}
Liquid {%sectionpassword-footer%}
要改动以上随意系统分区的具体内容,请在Sections
目录中点击下列文档之一:
-password-header.liquid
-password-content.liquid
-password-footer.liquid
编写编码以符合您的要求。
点击储存。
Templates
目录中的password.liquid
文档根据{{content_for_layout}}
Liquid标签包括在您的模板中,该标签坐落于密码网页布局文档中。要对密码网页布局文档开展一切变更,请点击Layout
目录中的password.liquid
。
若要掌握相关password.liquid
模板的详细资料,客户程序password.liquid。
ios系统:
在Shopify运用中,轻按店铺。
在营销渠道一部分中,轻按在线商店。
轻触Managethemes(管理方法模板)。
寻找要编写的模板,随后点击实际操作编写编码。
在Templates
目录中,点击password.liquid
。
在password.liquid
模板中,您将见到一些Liquid标签,这种标签中包括组成密码网页页面的系统分区。您的模板很有可能含有下列Liquid标签:
Liquid {%sectionpassword-header%}
Liquid {%sectionpassword-content%}
Liquid {%sectionpassword-footer%}
要改动以上随意系统分区的具体内容,请在Sections
目录中点击下列文档之一:
-password-header.liquid
-password-content.liquid
-password-footer.liquid
编写编码以符合您的要求。
点击储存。
Templates
目录中的password.liquid
文档根据{{content_for_layout}}
Liquid标签包括在您的模板中,该标签坐落于密码网页布局文档中。要对密码网页布局文档开展一切变更,请点击Layout
目录中的password.liquid
。
若要掌握相关password.liquid
模板的详细资料,客户程序password.liquid。
安卓手机系统:
在Shopify运用中,轻按店铺。
在营销渠道一部分中,轻按在线商店。
轻触Managethemes(管理方法模板)。
寻找要编写的模板,随后点击实际操作编写编码。
在Templates
目录中,点击password.liquid
。
在password.liquid
模板中,您将见到一些Liquid标签,这种标签中包括组成密码网页页面的系统分区。您的模板很有可能含有下列Liquid标签:
Liquid {%sectionpassword-header%}
Liquid {%sectionpassword-content%}
Liquid {%sectionpassword-footer%}
要改动以上随意系统分区的具体内容,请在Sections
目录中点击下列文档之一:
-password-header.liquid
-password-content.liquid
-password-footer.liquid
编写编码以符合您的要求。
点击储存。
Templates
目录中的password.liquid
文档根据{{content_for_layout}}
Liquid标签包括在您的模板中,该标签坐落于密码网页布局文档中。要对密码网页布局文档开展一切变更,请点击Layout
目录中的password.liquid
。
若要掌握相关password.liquid
模板的详细资料,客户程序password.liquid。
Shopify商家官方网站全文详细信息:
Hidethefooteronyourpasswordpage
Youcanhidethefootersectiononyourpasswordpage.
Steps:
FromyourShopifyadmin,gotoOnlineStorePreferences.
ScrolltothePasswordprotectionarea.InMessageforyourvisitors,pastethefollowingcode:
stylefooter{display:none;}/style
Youcanpastethiscodeeitheraboveorbelowanyexistingcontent.
ClickSave.
Hideyourstorenameonyourpasswordpage
Youcanhideyourstorenameonyourpasswordpage.
Steps:
FromyourShopifyadmin,gotoOnlineStorePreferences.
ScrolltothePasswordprotectionarea.InMessageforyourvisitors,pastethefollowingcode:
styleh1{display:none;}/style
Youcanpastethiscodeeitheraboveorbelowanyexistingcontent.
ClickSave.
Editthethemecodeforyourpasswordpage
Ifyouwanttomakecustomizationsthatarenotavailableinthethemesettings,thenyoucaneditthethemecodeforthepasswordpage.
Steps:
PC:
FromyourShopifyadmin,gotoOnlineStoreThemes.
Findthethemeyouwanttoedit,andthenclickActionsEditcode.
Inthe
Templates
directory,clickpassword.liquid
.Inthe
password.liquid
template,youwillseeLiquidtagsthatincludethesectionsthatmakeupthepasswordpage.YourthememightincludethefollowingLiquidtags:{%sectionpassword-header%}
{%sectionpassword-content%}
{%sectionpassword-footer%}
Tomodifythecontentofanyoftheabovesections,inthe
Sections
directory,clickoneofthefollowingfiles:
password-header.liquid
password-content.liquid
password-footer.liquid
Editthecodetosuityourneeds.
ClickSave.
The
password.liquid
fileintheTemplates
directoryisincludedinyourthemebythe{{content_for_layout}}
Liquidtag,whichisfoundinthepasswordpagelayoutfile.Tomakeanychangestothepasswordpagelayoutfile,clickpassword.liquid
intheLayout
directory.Tolearnmoreaboutthe
password.liquid
template,refertopassword.liquid.iPhone:
FromtheShopifyapp,tapStore.
IntheSaleschannelssection,tapOnlineStore.
TapManagethemes.
Findthethemeyouwanttoedit,andthenclickActionsEditcode.
Inthe
Templates
directory,clickpassword.liquid
.Inthe
password.liquid
template,youwillseeLiquidtagsthatincludethesectionsthatmakeupthepasswordpage.YourthememightincludethefollowingLiquidtags:{%sectionpassword-header%}
{%sectionpassword-content%}
{%sectionpassword-footer%}
Tomodifythecontentofanyoftheabovesections,inthe
Sections
directory,clickoneofthefollowingfiles:
password-header.liquid
password-content.liquid
password-footer.liquid
Editthecodetosuityourneeds.
ClickSave.
The
password.liquid
fileintheTemplates
directoryisincludedinyourthemebythe{{content_for_layout}}
Liquidtag,whichisfoundinthepasswordpagelayoutfile.Tomakeanychangestothepasswordpagelayoutfile,clickpassword.liquid
intheLayout
directory.Tolearnmoreaboutthe
password.liquid
template,refertopassword.liquid.
文章内容由来:Shopify商户官方网站
部分文章来源于网络,如有侵权,请联系 caihong@youzan.com 删除。