最近の検索


最近の検索はありません

Need HTML help with theme

回答済み


投稿日時:2022年12月20日

I cannot figure out why my Help Center looks like the image below. I've tried messing with the code but can't seem to fix it.

Problem #1: Submit a request is listed twice

Problem #2: Community and Submit a request should both appear on the line where currently the duplicated instance of Submit a request is

Any guidance is much appreciated!

 


0

1

1件のコメント

      Hi Emily! While I can't see the code itself, as your help center requires authentication, I can see that you made some changes to the header.hbs template about 17 hours ago. I also can't be sure if you've made other changes to your theme, but this is what lines 15-25 look like in the default Copenhagen theme:

      <ul class="user-nav-list">
              <li>{{link 'community'}}</li>
              <li>{{link 'new_request' class='submit-a-request'}}</li>
              {{#unless signed_in}}
                <li>
                  {{#link "sign_in" class="sign-in"}}
                    {{t 'sign_in'}}
                  {{/link}}
                </li>
              {{/unless}}
            </ul>

      I'm guessing the "new_request" bit was duplicated, but you can compare as needed. Hope that helps!

      0


      サインインしてコメントを残します。

      お探しのものが見つかりませんか?

      新規投稿