Viewing 5 replies - 1 through 5 (of 5 total)
  • nice and clean!

    Moderator James Huff

    (@macmanx)

    Nice! I like the fluidity of the design and how it has the look and feel of some of the more classic themes. I’ve added it to the Codex list.

    https://codex.www.ads-software.com/Using_Themes/Theme_List#Two_Columns

    I like it, the fluid action is nice but also how it has a minimum width after which it won’t squish any skinnier. I am looking for a similar 3-column fluid theme with double-columns (on the right or the left), although I can see how your 2 column approach is cleaner than my concept.

    Lovely theme, just right for what I want it for
    except there’s something strange about the searching.
    I commented out the “display:none” for this in the css
    so it gets displayed but when using it the sidebar disappears and all the output is linear. Looks like a scope problem of
    a missing /div or similar but I couldn’t find where the problem is.

    andy (aka hiawatha)

    Hell, now I see the problem – it *is* a scope problem – you
    need code called in the second td of the table to display its results in the first one. There are two (at least) solutions

    1. use css positioning instead of a table

    or

    2. have an index.php that does both the job it does now and the job of being the code that responds to the search instead of making this a separate prog (search.php). You can call the search results display code from different points in this conditionally on checking whether its a response to a search request or not.

    There are probably other ways.
    CSS positioning is the best.

    andy

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Theme: Rhapsody in Blue’ is closed to new replies.