Hallo Supporter,
wir haben einen importierten Demoslider modifiziert und in der Detailbox eine HTML-Auflistung der Skills eingefügt.
In der Slidervorschau funktioniert dies einwandfrei, aber wenn der eingebettete Slider auf z.B. der Homepage sichtbar ist, werden alle
Der Support von Layerslider meinte, dass eine CSS Regel seitens des Themes blockiert wird.
Könnt ihr mir dabei helfen, an welcher Stelle muss denn dann die CSS Regel hierfür aktiviert werden.
Enfold hatte ich aktualisiert..
mfg. Alexander
Siehe:
There is a new comment on the support ticket in the LayerSlider for WordPress category from Kristof M. Here’s what they said:
Hello Alexander,
Thank you for the link!
There is a CSS rule comes from your theme which set the ul tags list-style to none.
So if you woul like to solve it, you should write a stronger CSS rule. Here are some example:
https://developer.mozilla.org/en-US/docs/Web/CSS/list-style
Hey Alexander,
Is this what you are tying to achieve?
If so please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
.ls-wrapper .ls-html-layer ul {
list-style: disc outside;
margin-left: 17px
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike