Lost with Fresh Editorial theme

Forums Forums Menus Lost with Fresh Editorial theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #432
    Anonymous
    Member

    There are a lot of things wrong with this theme except for the fact that this theme is the only theme that matches my, well, theme!
    I have figured out how to change the main image, but not why adsense will not display. I have figured out how to display social buttons in the post footers, but nothing else will display.
    SOOOO, if I could get drop downs to work, I think I would have a great day!
    What I am trying to do is make drop down menus out of both the main menu. If you look at the top right, you will see that and a sub-menu under "members". I would like that to drop down. That part may be easy, but it lost on me. Just for shnicks, I was wondering if there is a way to make my category menu a DD, because as you will see, I have everything in just a few cats because there is no room in the cat bar. PLEASE Help!
    site: everythingabercrombie.com

    #4045

    You could try replacing the following HTML:
    [code:1s869kiy]<div id="mainnavigation">
    <ul>
    <li><a href="http://everythingabercrombie.com/">Home</a></li>
    <li class="page_item page-item-27"><a href="http://everythingabercrombie.com/about-the-author/" title="Author">Author</a></li>
    <li class="page_item page-item-120"><a href="http://everythingabercrombie.com/guestbook/" title="Guestbook">Guestbook</a></li>
    <li class="page_item page-item-159"><a href="http://everythingabercrombie.com/links/" title="Links">Links</a></li>
    <li class="page_item page-item-136"><a href="http://everythingabercrombie.com/members/" title="Members">Members</a></li>
    </ul>
    </div>[/code:1s869kiy]

    With this script:

    [code:1s869kiy]<div id="mainnavigation">
    <?php suckerfish(); ?>
    </div>[/code:1s869kiy]

    That would replace the entire menu. Then you could control what is displayed in the menu via the plugin.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.