{{#each sections}}
{{name}}
{{#if articles}}
{{title}}
{{#each articles}}
{{/each}}
{{#if more_articles}}
{{t 'show_all_articles' count=article_count}}
{{/if}}
{{/if}}
{{else}}
{{t 'empty'}}
{{/each}}
Recent searches
No recent searches
Joined Jan 19, 2022
·
Last activity Dec 28, 2023
Following
0
Followers
0
Total activity
12
Votes
2
Subscriptions
4
Latest activity by Chris Fewster
Chris Fewster created a post,
I want to change the label that is shown on my contact page (New Ticket Page)
It currently reads "Please choose your issue below"
My issue is with the word issue, so looking to either remove that one word or be able to change the entire string
Please, and thank you for any suggestions!
Posted Oct 14, 2022 · Chris Fewster
2
Followers
3
Votes
3
Comments
Chris Fewster created a post,
So I have my category page and want to show the sections and all the articales attached to that like the attached image this was made using a custom page only on a pro plan so need to be able to replicate this in templates I have.
Picture 2 is how is looks currently
but i do not want the see all etc I want it to display all the articles
Also how can i add the icons to each article? they are uploaded as assets but cant seem to get them onto each article.
{{category.description}}
Posted Mar 18, 2022 · Chris Fewster
0
Followers
2
Votes
1
Comment
Chris Fewster commented,
Is there a way for me to add assets which match the name of the title and have those automatically inserted using
{{asset 'Card.png'}} for instead something like {{asset '{{title}}.png'}}
View comment · Posted Mar 18, 2022 · Chris Fewster
0
Followers
0
Votes
0
Comments
Chris Fewster commented,
Managed to fix it using the following
var getText = $('.request_ticket_form_id .nesty-input').text();
View comment · Posted Jan 19, 2022 · Chris Fewster
0
Followers
0
Votes
0
Comments
Chris Fewster commented,
Ifra Saqlain
I have done that and one form looks fine but on another its added a "-" into the name of the form which I have checked on admin and its all correct their
I believe the issue is the claim type as its picking that up as it is also a nested input?
View comment · Edited Jan 19, 2022 · Chris Fewster
0
Followers
0
Votes
0
Comments
Chris Fewster created a post,
I am working on the guide for our business and I am looking to change the title on the requests/new page I want it to show the title for the form in place of the {{t 'submit_a_request'}}.
Any help is greatly appreciated!
Posted Jan 19, 2022 · Chris Fewster
0
Followers
8
Votes
14
Comments