Recent searches


No recent searches

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

Answered


Posted Oct 05, 2023

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 comments

image avatar

Trapta Singh

Zendesk LuminaryCommunity Moderator

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


Hi Trapta

Thank you so much, that worked perfectly and easily. 

Liesl

0


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


Please sign in to leave a comment.

Didn't find what you're looking for?

New post