bsmith1051
Forum Replies Created
-
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themeYou can’t workaround it by changing the position of your images? That’s all I did. You also might try creating columns and see if the ‘hard-left’ orientation obeys the column spacing.
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themebAH! I figured it out, finally. I’m not sure if this constitutes a bug in WP or the theme…
______The bullets were appearing but they weren’t being repositioned along with the associated text; there was a graphic on the page, too. Instead, they were aligned ‘hard’ left and invisible behind the image.
I had to add some more text to the page and so the list scrolled down further, exposing what was happening.
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themeSorry, it still doesn’t work, not with the new Delicate 3.4.3 update (and all default stylesheets) or with the change to the ul.bullet-1 in the CSS.
@nattywp, I assume you meant to say <ul class=”bullet-1“> in your last example, since that’s the bullet number mentioned in the CSS? Also, are those double-quotes around the url supposed to be there, because they’re not in the default Stylesheet. (In any case, I tried adding them to no avail.)
Just to be clear: the ul command is giving me a list, just not one with any visible bullets!
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themeFYI
I just noticed that there’s an updated copy of this ‘Delicate’ theme,
http://wordpress.org/extend/themes/delicate?TB_iframe=true&width=1024&height=800I’m currently using v3.3 which was the current version as of two weeks ago. Now there’s a new v3.4.3 (which is probably when the author saw this associated forum post and responded; thanks!). I don’t see a change-log either ‘here’ on WordPress.org or on the Nattywp.com site?
I have a handful of customizations I previously made to the CSS which will probably have to be re-done if/when I update the theme. So I can’t test it this instant, but I’ll try to update and re-test later today…
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themeThanks, Chris. That seems like it should have worked but it didn’t.
_________Here’s the relevant section of my updated ‘style.css’
* {margin: 0pt; padding: 0pt; }
body {font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#EDEEEF; line-height:18px;}
a { text-decoration: underline; color: rgb(39, 134, 194); outline-color: -moz-use-text-color; outline-style: none; outline-width: medium; cursor: pointer; }
a:hover { color: rgb(247, 83, 66); cursor: pointer; text-decoration: none; }
ul { list-style-type: none; }
ul.bullet-1 { list-style-type:disc; }
li { list-style-type: none; }
.clear { display: block; clear: both; visibility: hidden; }
.tab-title {display:none; overflow:hidden; visibility:hidden;}Here’s the HTML from my page:
<ul class="bullet-1">P.S. How did you get your quote/code text to show-up in that nice big shaded box???
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themeThanks for the follow-up!
Unfortunately, I was unable to make it work from your instructions. If I insert the extra HTML code, <ul class=”bullet-1″>, it doesn’t make any bullets appear. After all, unordered lists are still marked do-not-display in the ‘style.css’ file,
ul { list-style-type: none; }Instead, am I supposed to use a shortcode (i.e., something using square brackets) for my unordered list? I didn’t see anything in your first URL about lists.
P.S. I don’t think you understood my last question re ordered lists. Currently, unordered lists do not display but ordered lists do. I was wondering if there was a setting that would make ‘ordered’ lists use bullets rather than numbering. I doubt there is… since this would defeat the purpose of having separate codes for ordered vs unordered! 🙂
Forum: Themes and Templates
In reply to: missing bullets on lists with Delicate themebah, I figured-out the problem re bullets; hopefully someone can suggest a workaround? In the main stylesheet the list-type-style is set to ‘none’ and when I tried changing it to ‘square’ it added bullets to all the menus and widgets! So apparently this theme is laid-out using unordered lists 🙁
Is there a way to make an ‘ordered’ list use bullets instead of numbering? (I doubt it as that would defeat the point.) Or, is there some way to specify an embedded list on my Pages so that the secondary list-style is used?