Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
theme innovation
#3
I misunderstood your question.

Do you mean you want the dropdown-menu like in ABAKUS?

1) download Abacus theme and unzip it
2) in template.php you find this in the <head>-section:

Code:
<script src="<?php get_theme_url(); ?>/js/jquery-1.3.2.min.js" type="text/javascript"></script>
    <script src="<?php get_theme_url(); ?>/js/jquery.nmcDropDown.min.js" type="text/javascript"></script>
        <script src="<?php get_theme_url(); ?>/js/gs.abacus.theme.js" type="text/javascript"></script>
    <script type="text/javascript"><!--
        try {
            document.execCommand("BackgroundImageCache", false, true);
        } catch(err) {}
        /* IE6 flicker hack from http://dean.edwards.name/my/flicker.html */
    --></script>
    <script type="text/javascript">
        $(document).ready(function() {  
        // Setup the nav drop-downs
            $('.menu').nmcDropDown({
            show: {height: 'show', opacity: 'show'}
            });
        });
    </script>

this code must be included in the header.php of Innovation

3) copy the folder /js from the abacus-directory to your Innovation-directory

4) add this to the header-div of your template.php:

Code:
<div id="header">
.....
        <div id="nav">
        <?php menu_master(); ?>
        </div>
    </div><!-- end div#header -->

5) download the multilevel-plugin from here and install it into your plugins-directory:

http://get-simple.info/forum/viewtopic.p...3052#p3052

that's all I could find studying the abacus theme-templates.

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
theme innovation - by jlm - 2011-08-31, 18:11:04
theme innovation - by jlm - 2011-09-01, 20:19:18
theme innovation - by Connie - 2011-09-01, 20:38:46
theme innovation - by jlm - 2011-09-02, 01:23:22
theme innovation - by Connie - 2011-09-02, 06:29:48
theme innovation - by mpolanco - 2011-09-05, 06:09:54
theme innovation - by Connie - 2011-09-05, 14:49:38
theme innovation - by mpolanco - 2011-09-05, 14:51:38
theme innovation - by jlm - 2011-11-04, 02:36:28
theme innovation - by Connie - 2011-11-04, 08:23:26
theme innovation - by jlm - 2011-11-04, 15:49:59
theme innovation - by Connie - 2011-11-04, 16:53:11



Users browsing this thread: 1 Guest(s)