Recent searches


No recent searches

Need HTML help with theme

Answered


Posted Dec 20, 2022

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 comment

image avatar

Greg Katechis

Zendesk Developer Advocacy

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


Please sign in to leave a comment.

Didn't find what you're looking for?

New post