Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Using Span tags in WordPress Navigation

  • This topic is empty.
Viewing 5 posts - 46 through 50 (of 50 total)
  • Author
    Posts
  • #92331
    davidlab.be
    Participant

    why not watch the video chris made for the template you are using….it is his design and he explains how to code it. Think he did it for lynda.com.

    #92335
    tobeeornot
    Member

    I did but he is using javascript and I don’t want to.

    #92343
    davidlab.be
    Participant

    maybe he is, but I can’t see why he would nor is it like him to use javascript for a simple design markup like that. You are not exactly giving us much to work with….where is the live link?

    #92345
    davidlab.be
    Participant

    you can add anything you want into wp_nav_menu() function. Take a look at this link http://codex.wordpress.org/Function_Reference/wp_nav_menu

    #92347
    tobeeornot
    Member

    @springlab

    Thanks for that. In the vid he uses jquery to make nav bar wobble but I don’t want to do that. I just wanted to get the nubs to appear.

    Basically, I was playing around with the menu funtion and the answer is to refer to the span inside the array.

    wp_nav_menu( array( 'menu' => 'Sub Nav Menu', 'link_before' => '' ) );
Viewing 5 posts - 46 through 50 (of 50 total)
  • The forum ‘CSS’ is closed to new topics and replies.