kricket
Forum Replies Created
-
Bump. I have the same problem. Twenty Ten CSS appears to float the footer widgets, however, in (multiple) browsers display they stack instead.
Forum: Themes and Templates
In reply to: child theme @ inform fails to import parent themeI made no changes to the styles.cc
Sorry for the typo. The above line should obviously read style.css
Forum: Themes and Templates
In reply to: child theme @ inform fails to import parent themeI’ve never experienced a problem using
@import url("../parenttheme/style.css");before in any of my other child themes.After removing the child theme umpteen times, re-installing it without changes from the first time, clearing the cash, each attempt failed until the last.
I have no idea why previous attempts failed until the last one given that I made no changes to the styles.cc which only contained the commented out child theme info following immediately by the @import at the beginning of this post. Bizarre!
Oh well, at least it’s working and I can move on with customizing the site.
Thanks again, Chip and alchymyth for taking the time to respond.
Cheers,
KrikketForum: Plugins
In reply to: [Plugin: NextGEN Gallery] HTML shows up in description boxOops, sorry, I messed up the code on my post. It should read:
Each image in the gallery will have a lengthy description including
<h2>, <ul>, and <p>tags …Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] HTML shows up in description boxHi Fanged,
I (think) I am encountering a similar issue… I want to use NextGen Gallery as my products catalogue. Each image in the gallery will have a lengthy description including <h2> and
- and <p> tags.
It seems you found a solution to display the html formatted description on your site by adding the code
<?php echo html_entity_decode($image->description) ?>
but I am unclear where to add the code.Any help you can offer is much appreciated, thanks.
Forum: Themes and Templates
In reply to: Editing wp_list_pagesI, too, am utterly confused as to how to resolve this so am bumping up the thread. Thanks for any help you can offer.