Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
theme innovation
#1
hello,
I want to put on the theme INNOVATION a menu with chapters in a vertical position as the theme ABACUS http://get-simple.info/forum/topic/449/a...ple-theme/
How do I do?
thank you.
Reply
#2
nobody has an idea for my problem?
Reply
#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
#4
Hi connie

I did not know that the plug-in multilevelmenu is necessary for run the theme abacus ...
Thank you very much for this solution.
I was not able to run the theme of innovation with this plugin and the code you gave me, but now I can run abacus.
Excuse me for my bad English and my level of php
Reply
#5
jlm,

I did not test what I suggested, it was just a suggestion to follow and how to analyze a theme to learn from that

well, we could try to integrate that into Innovation just to find out,
so what was your problem?

Cheers, Connie
|--

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

I am having troble editing the sidebar of innovation. The message I get is that I do not have permissions to access component.php. I set the permission of this file to 755, as well as the folder admin, but still, I cannot access it. Any sugestion?

Thanks!
Reply
#7
1)
well, please tell us the result of the server health check

(support => first steps => server health check)

2)
can you edit other theme files?

3)
is the multi user plugin installed? This plugin has the option to deny the editing of themes
maybe this is active?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#8
It was a problem of my server. I installed get simple in another server, and had no problem. Thanks.


Connie Wrote:1)
well, please tell us the result of the server health check

(support => first steps => server health check)

2)
can you edit other theme files?

3)
is the multi user plugin installed? This plugin has the option to deny the editing of themes
maybe this is active?
Reply
#9
Hello,
Excuse me back to this topic, but I still can not make sub-menus to theme INNOVATION.
I used the plugin with this method http://mvlcek.bplaced.net/multi-level-na...down-left/
I failed, someone you it tried to sub-menus to this theme? did you manage? what is the method?
thank you for your ideas
Reply
#10
Jim,

I am quite convinced that we use INNOVATION theme at www.get-simple.de and as you can see we have a lot of sub menus there, using the i18N-plugin

so it is working, I promise you.

Show us your template.php-snippet where you entered the tag and an URL, please
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#11
hello,
I explained myself badly (my bad English) . I would love to have this style of menu (http://www.webdesignerwall.com/demo/css3-dropdown-menu/) with the theme INNOVATION (regardless of the look)
I can not give a link (because I work on my site in local)
I do not know if it's feasible??
Reply
#12
jIm,

as long as the menu is created with HTML-lists and HTML-list items it will be possible

the author of the I18N-plugin has a demo site and a lot of explanations

at http://mvlcek.bplaced.net/multi-level-na...tion-demo/ you can see dropdown-menue !
This is explained there so I guess you will be able to install it and style it as well

Cheers, Connie
|--

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




Users browsing this thread: 1 Guest(s)