【问题标题】:Is there a way to change/update the thinkific liquid.view variables from the empire theme(or any other theme)?有没有办法从帝国主题(或任何其他主题)更改/更新 thinkificliquid.view 变量?
【发布时间】:2020-04-17 08:57:07
【问题描述】:

我目前一直在 thinkific plus 平台上开发帝国主题。在登录页面上,有一条文字“欢迎回来!”登录表格上方。我想将其更改为“欢迎回到我的 AAA 学院”。 目前我在signin_form中评论了以下内容

  • 我将在哪里编辑此“header_welcome_back”文本/值?

【问题讨论】:

    标签: templates variables view liquid liquid-layout


    【解决方案1】:

    我知道这已经晚了,但是您可以在主题库中更改它,然后编辑代码-> Sections->signin_form,更改此 {{ 'liquid.views.sign_in_page.header_welcome_back' |将 }} 翻译成

    <article class="sign-in__form">
      <h2 class="page__heading">
       {{ 'liquid.views.sign_in_page.header_welcome_back' | translate }}
      </h2>
    

    to {{'欢迎回到我的 AAA 学院'}}

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-09-13
      • 1970-01-01
      • 2022-01-16
      • 1970-01-01
      • 2018-10-18
      • 2014-05-13
      • 2020-11-10
      • 1970-01-01
      相关资源
      最近更新 更多