Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

  • raynerlim36
    Participant

    @raynerlim36

    @mcrustk2

    Good to hear that it’s working. Maybe you should read this article about standards compliant drop down menus.


    raynerlim36
    Participant

    @raynerlim36

    Maybe someone will be mislead by what I said, so I’ll put the items in a list:

    • Home
    • Creative Expressions

      • 2010

        • Secondary 1

    And that is what I call a three-tier menu. Correct me if I am wrong :).


    raynerlim36
    Participant

    @raynerlim36

    @mrvon

    Uninstall your copy of WordPress and install a new copy of WordPress MU (Multi-User).

    WordPress MU allows each member to have his own blog. You need to set up blog domains first, though. For more instructions on setting up multiple blogs, read the WordPress MU readme.

    BuddyPress will automatically set this up for you if it detects that you have WordPress MU installed.


    raynerlim36
    Participant

    @raynerlim36

    @David

    Can you code some plain CSS to create a three-tier menu?

    As of now, it only displays two tiers, thus it would be good to have extra tiers.

    I really need it quick too, my deadline is tomorrow.


    raynerlim36
    Participant

    @raynerlim36

    @Karin How do I use David Lewis’ CSS to create a three-tier menu?


    raynerlim36
    Participant

    @raynerlim36

    OH!!! I forgot! I’m using BuddyPress so I just posted on the BuddyPress forums without thinking! SORRY!!!!


    raynerlim36
    Participant

    @raynerlim36

    Hi mcrustk2

    Did you put the CSS in a file called custom.css or inside the default.css file?

    I copied David’s code into default.css below the Navigation section, copied David’s PHP, and bingo! It worked!

    If you want it in a seperate CSS file, I think you have to import it in default.css

    @import url( ../css/custom.css );

    or link to it in header.php:

    <link href="../css/custom.css" rel="stylesheet" type="text/css">

    The url depends on where your custom.css file is stored.

    Rayner

    P.S. Your website is nice. Maybe you should try the Avenue K9 theme; it fits your site well. If you use it, just let me know, I’ve got the customised CSS for the subnav items for the theme.


    raynerlim36
    Participant

    @raynerlim36

    @David Yes! Thanks very much! Although I’m having some CSS problems because I’m a newbie, it basically worked. Just need to read up more on CSS menus. Thanks again!


    raynerlim36
    Participant

    @raynerlim36

    Thanks David Lewis!


    raynerlim36
    Participant

    @raynerlim36

    Someone help me please! I’m rushing!


    raynerlim36
    Participant

    @raynerlim36

    Sorry, Bowe, but I couldn’t get yours to work.

    I think I forgot to mention that I wanted to use the original CSS to create a drop down menu.

    Here is my CSS:

    /* > Navigation
    
    */

    ul#nav {
    margin: 0;
    padding: 6px 0;
    position: absolute;
    list-style: none;
    bottom: 0;
    display: block;
    width: 100%;
    background: #232323;
    border-bottom: 1px solid #637d1b;
    }
    body.activity-permalink ul#nav { display: none; }

    ul#nav li {
    float: left;
    margin: 0;
    }
    ul#nav li a {
    color: #aaa;
    text-decoration: none;
    padding: 8px 15px;
    background: #232323;

    }
    ul#nav li.selected a {
    background: #232323 url(../images/pointer.gif) bottom center no-repeat;
    color: #fff;
    }

    I really need help doing this. I’m a novice at CSS.

    Thanks!


    raynerlim36
    Participant

    @raynerlim36

    Yes! Finally!

    Can’t wait for BuddyPress 1.3 and WordPress 3.0 to arrive!

    @Xevo I wasn’t sure which forum to post in. So sorry for posing two times.


    raynerlim36
    Participant

    @raynerlim36

    Thanks a lot guys!

    Sorry for the late relyy as I am living in Singapore.

    @Boon Gorges : Yeah I tried that.. Didn’t work :(. Thanks a lot though!


    @Bowe
    : Thanks a lot!!! I think it’ll work but I’m busy now so I haven’t tried it yet.!


    @roadblock
    : Sorry, haven’t tried it out yet. Looks promising though! But can it create a three-tier menu and work with BuddyPress and my Avenue K9 theme? If it does, I’ll try it straight away! Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
Skip to toolbar