Online Joomla Training  
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12

Thread: Tree-Menu

  1. #1
    Join Date
    May 2010
    Location
    Germany
    Posts
    18
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default Tree-Menu

    First of all as a feedback in general for Joomlashine Templates (I own all 4 of them): They are very clean, very functional and for me looking nice.
    Now my suggestion for future development. On one website I want to make a side menu as treemenu with folder icons. Looking at that menu now I think it would be nice to have open folders for active menu items and closed folders for inactive menu items (this is for subitems, too).
    If I don't have overread on how to do this I don't see right now any way to specify to highlight active items.

    Regards
    Norbert

  2. #2
    Join Date
    Apr 2012
    Location
    IL United States
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I have to agree with you norbert. Though i only own 1 of the templates i think it would be cool to be able to have active menu items for easy navigation. Let me know what you find out

  3. #3
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    0
    Thanked 2 Times in 1 Post

    Default

    Having a drop down menu effect would also be a nice inclusion for future JoomlaShine templates. Some of us are not that adept at programming and using Joomla's other options, so that would be a fine addition.

  4. #4
    Join Date
    Aug 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i use drop down menu effect is very good inclusion. I hope not too slow down the page load time

  5. #5
    Join Date
    Dec 2012
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I agree with your comments.

  6. #6
    Join Date
    Dec 2012
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here is a very basic script that I had set up to create a stretch menu when right-clicking on it.
    I posted here for your reference.

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title> section1 </ title>
    </ head>

    <body>

    <a onClick="ham('div1');"> section1 </ a> <br>
    <div id="div1" style="displayn;">
    muc1 <br>
    muc2 <br>
    muc3 <br> </ div>
    <a onClick="ham('div2');"> section2 </ a> <br>
    <div id="div2" style="displayn;">
    muc1 <br>
    muc2 <br>
    muc3 <br> </ div>

    <script language="javascript">
    function ham (thamso1)
    {
    var string = "window.document.all." + thamso1 +. "style";
    string = eval (string)
    if (chuoi.display == "none")
    {chuoi.display = ""}
    else {chuoi.display = "none"}
    }
    </ script>
    </ body>

    </ html>
    Last edited by daniel88; 03-19-2013 at 01:47 AM.

  7. #7
    Join Date
    Sep 2012
    Posts
    36
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Thank you for share. I like post.

  8. #8
    Join Date
    Oct 2012
    Posts
    27
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The script given is working for me. Great.

  9. #9
    Join Date
    Nov 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for share. I like post. .

  10. #10
    Join Date
    Feb 2013
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think the feature will be at it's best if they can resolve this problem in their 4 templates.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts