最近の検索


最近の検索はありません

Add a submit a new request button on the help centre and inline with the section buttons

回答済み


投稿日時:2023年10月05日

I have had a look at previous, similar questions, but can't seem to find how to do what I need to do. 

So I'm customising my help centre at the moment. I would like to link to an article (the price list of the service) rather than a section, but was told by support that this is not possible. So I created a link, and used the same css class to get it to look like the other buttons. 

However, I would ideally like it displayed inline next to the the section buttons under the hero image. Does anyone have a clever workaround for this to happen?

I managed to find some code to add the submit a new case and check progress buttons at the bottom of my page, and that works as intended (I still need to fiddle with the css a bit here to get it looking the way I want it). 


1

3

3件のコメント

      Hi Trapta, 

      I need little more customization for above request, like whenever end-user search for some articles and if it shows no result found then i want to give the submit a request button show for the end-user.

      0


      Hi Trapta

      Thank you so much, that worked perfectly and easily. 

      Liesl

      0


      Hi Liesl,

      I assume you are using copenhagen theme with not much changes in code on home_page.hbs template.

      If so, then you need to use below code at line no. 40 right after {{/each}} and before </ul>

      <li class="blocks-item">
      <a href='YOUR_LINK_HERE' class="blocks-item-link">
      <span class="blocks-item-title">
        YOUR_BUTTON_TEXT_HERE
        </span>
      </a>
      </li>

      Let me know how it goes for you and if you face any issue.

      Thanks

      1


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

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

      新規投稿