Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Heather Firth's Avatar

Heather Firth

Beigetreten 15. Apr. 2021

·

Letzte Aktivität 27. Okt. 2021

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Heather Firth

Heather Firth hat einen Kommentar hinterlassen

Community-Kommentar Discussion - Tips and best practices from the community

OK. So I figured this out.

On your category_page.hbs template you need to find this bit of code:


{{#each sections}}


{{name}}
{{#if internal}}

{{/if}}

and directly underneath it paste this bit of code:

{{#if sections}}


    {{#each sections}}

  • {{name}}
    {{#if internal}}

    {{/if}}

  • {{/each}}

{{/if}}

 

I then played around with the style.css and added this:

.article-list {
margin-left: 30px !important;
}

.section-list-item {
border-bottom: 1px solid #ddd;
font-size: 16px;
padding: 15px 0;
}

.section-list-item a {
color: $text_color;
}

 

.section-list-item:before {
content: '\002B';
margin:0 5px 0 -15px;
color: #d40054;
}

.section-list {

list-style-type: none;
padding-left: 18px;

text-align: left;

}

You can use this site to find the character that you want to appear in front of your sections and articles:https://www.compart.com/en/unicode/category/So

 

Kommentar anzeigen · Gepostet 10. Juli 2019 · Heather Firth

0

Follower

0

Stimmen

0

Kommentare


Heather Firth hat einen Kommentar hinterlassen

Community-Kommentar Discussion - Tips and best practices from the community

I've tried all this and it isn't working at all.

I keep getting "not possible to access 'section' in 'section.articles'

Kommentar anzeigen · Gepostet 10. Juli 2019 · Heather Firth

0

Follower

0

Stimmen

0

Kommentare