Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Erick Perez
Beigetreten 28. Mai 2021
·
Letzte Aktivität 27. Okt. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
2
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Erick Perez
Erick Perez hat einen Kommentar hinterlassen
I have 2 questions. First where can I find the html to change the placeholder for the search bar? I only see that it is being called back by {{search}}. My second question is that I want individual icons for my category page? I will provide the current section of the category page I would like to target to have those icons.
{{category.name}}
{{#if category.description}}
{{category.description}}
{{/if}}
{{#each sections}}
{{name}}
{{#if internal}}
{{/if}}
{{#if articles}}
{{#if promoted}}
{{/if}}
{{title}}
{{#each articles}}
{{/each}}
{{#if more_articles}}
{{t 'show_all_articles' count=article_count}}
{{/if}}
{{else}}
{{t 'empty'}}
{{/if}}
{{else}}
{{t 'empty'}}
{{/each}}
I understand if it is broken out as an ul > li I would be able to add the icons that way. Would I need to target these elements via JS?
Kommentar anzeigen · Gepostet 12. Sept. 2017 · Erick Perez
0
Follower
0
Stimmen
0
Kommentare