Tagged: bullets
-
AuthorPosts
-
January 18, 2016 at 7:50 pm #567338
Hi,
on this blog I’m missing the bullet points. I have normal html wiht<ul> <li></li>
http://www.zeitbote.com/checkliste-hochzeitsvorbereitung/?v=6a62eb3a7afd
But no bullets are showing. Do I need to define that on css? Or is this any bug?Thanks for your support.
Greetings
MichaelJanuary 18, 2016 at 9:18 pm #567381Hi michaellausser!
Please add to your CSS
.entry-content-wrapper div li {
list-style: bullet;
}let us know if that is what you need.
Best regards,
BasilisJanuary 19, 2016 at 10:23 am #567729Hi Basilis,
sorry no change …
http://www.zeitbote.com/checkliste-hochzeitsvorbereitung
I’m using own font for this and also tried define it there:
.fs3, fs3 { font-family: 'freightsansbook'; font-size: 18px; line-height: 28px; letter-spacing: 0.1px; color: #373737 !important; text-transform: none !important; font-weight: normal !important; list-style-type: bullet; list-style: bullet; }
No Change. If you have another hint your help is very appreciatet.
Thanks a lot !
Greetings
MichaelJanuary 20, 2016 at 5:43 am #568369Hi Michael,
I’m not sure but it might be because all the text is wrapped in a span. I see that you are applying styling with that but could you try to remove the span to see if that is what is causing it please? You can apply the styling in other ways, we can help you out with that.
Best regards,
RikardJanuary 30, 2016 at 11:33 am #574971Hi Rikard,
thanks for your hint !! I tried it out but with no effect. Let’s proceed on the testinstance…http://madlener.wom.server49.vorschauseite.eu/checkliste-hochzeitsvorbereitung/
I removed al my stylings so the code looks now very clean:
<strong>Die wichtigsten Vorbereitungen</strong> Stichpunkte für die Liste: <ul> <li>Termin mit <strong>Standesamt und Kirche</strong> ausmachen: Dazu kommt ein Vorbereitungsgespräch mit dem Pfarrer.</li> <li>Dekorationen aussuchen (Blumenschmuck)</li> <li>Trauringe kaufen</li> <li>Wer führt die Braut zum Altar?</li> <li>Soll es Blumenkinder geben?</li> <li>Ist ein Stehempfang nach dem Standesamt geplant?</li> <li>Aufstellung: Wer wird zu welchem Event eingeladen?</li> <li>Fototermine vor Ort abklären</li> <li>Zeitpuffer vorsehen, weil vielleicht Überraschungen der Gäste anstehen (Reis werfen, Spalier stehen, musikalische Einlagen, Baumstamm zersägen und andere Ideen)</li> </ul>
Any idea where it’s coming from? Is this affected by the font itself?
The font “FreigthBigMedium” is defined as standard in Further Styling section of theme “All Headings (H1-H6) – Change the styling for all Heading tags”
The Font Face is loaded with this:
@font-face { font-family: 'freightbigmediumregular'; src: url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.eot'); src: url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.woff2') format('woff2'), url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.woff') format('woff'), url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.ttf') format('truetype'), url('http://www.zeitbote.com/wp-content/themes/enfold-child/customfonts/freightbigmedium-webfont.svg#freightbigmediumregular') format('svg'); font-weight: normal; font-style: normal; }
Anything missing here ?
Thanks for every hint..getting crazy with missing bullets… ;-)
Thanks a lot for your support.
Greetings
michaelFebruary 1, 2016 at 7:09 am #575577 -
AuthorPosts
- You must be logged in to reply to this topic.