Thx a lot for your help
]]><ol start="7">
<li>...</li>
...
This works fine, while I edit this im Gutenberg (even though I have to insert this in HTML-mode and overcome a code error with no change to the code), but it doesn’t work when I view the page.
How comes, and even more important, how can I fix that?
Thanks for looking into this for me.
]]>I want to use this plugin to create a reversed ordered list of WP posts – like this:
3. Post 3
2. Post 2
1. Post 1
I used the “wrapper” markup parameter, and set the list to an ordered list, like this:
[display-posts wrapper=”ol”]
The result is:
1. Post 3
2. Post 2
3. Post 1
In the documentation is says “you can then style yourself.”.
Q: How can I stylize the ordered list, using the “ol” attribute called “reversed”, in order to obtain the wanted result ?
Note: I’m using the latest version of WordPress and the latest version of the plugin.
]]>#site-content p {
font-family: helvetica;
}
However, this did not change the font of my UL or OL, which are still in the default font.
So I tried this:
#site-content p, ul, ol {
font-family: helvetica;
}
but still no change.
How do I get the UL and OL to be the same font as the rest of the site?
]]>The UL works fine, but if you scroll down a little bit on the page below, the OL does not align with it, despite (I believe) having the same settings.
Can anyone help me with where I went wrong and what to do?
My custom CSS code was:
/*Unordered List Formatting*/
ul {
list-style: none; /* Remove default bullets */
}
.entry-content ul li::before {content: "\2BC8"; color: #009999;
display: inline-block; width: 1.5em;
margin-left: -1em}
/* Ordered List Formatting*/
ol li {
counter-increment: list; list-style-type: none; position: relative;
}
ol li:before {
color: #009999; content: counter(list) "."; width: 1.5em; margin-left: -1em; text-align: right;
}
]]>Scroll down to the Terms & Conditions section near the bottom of the page and there are 6 points that are in an OL, but no numbers. I’ve tried enforcing the CSS, but nothing I do will display the point numbers. Should look like this: htps://mosmanswimcentre.com.au/departure-request-form/ (uses a different plugin, but I have to use Gravity Forms)
WP, the theme and plugins are all up to date. I have tried in all browsers.
Can anyone help with a fix?
Thanks,
Simon
Написал в службу поддержки Яндекса. Выяснилось, что после содержания создается лишний
</ol>
Если его убрать – то все работает как надо.
В плагине есть такая строка:
$contents = str_replace('</ul>', '</ol>', $contents);
Я ее закомментировал, и ошибки как не бывало. Но изменять файл плагина не очень хочется.
Подскажите это баг и он будет исправлен? Или это только на моем сайте такая странная работа плагина?
I have added CSS code in Advanced Options, but that didn’t solve the problem.
ul {
list-style-position: outside;
font-weight: normal;
list-style-type: disc;
list-style-image: none;
margin: 1em 0 1em 1em;
padding-left: 1em
}
ol {
list-style-position: outside;
font-weight: normal;
list-style-type: decimal;
list-style-image: none;
margin: 1em 0 1em 1em;
padding-left: 1em
}
After I tried that I deleted the theme and installed a different one, and the numbers were formatted correctly. So the only conclusion I can come to is that there is a fault in the theme code itself.
Can anyone on the Customizr team suggest a fix for this please?
]]>Web page: https://www.solvangregler.no/informasjon/forskrifter-solvang/
PDF: https://www.solvangregler.no/informasjon/forskrifter-solvang/?pdf=254