1. JM Lingerie - Preview released


    Vote now - Choose the template types you want in coming months


    Tools & Tips - Make your Joomla site faster


User Tag List

+ Reply to Thread
 
Results 1 to 7 of 7
  1. #1


    Join Date
    Apr 2012
    Posts
    3
    Points
    4.37
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Mega Menu - Sub Menu

    The sub menu backgrounds load but dont disappear.

    http://s384249033.websitehome.co.uk/atd/

    I'm hoping someone can point out where the conflict is, I assume this is the problem.

    Thanks,

  2. #2

    winchester's Avatar
    Join Date
    Feb 2011
    Location
    Kingston, Jamaica
    Posts
    33
    Points
    100.91
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    1
    Thanked 18 Times in 9 Posts
    It seems the mega menu script is adding the opaque attribute to the wrong tag.

    It adds it here:
    HTML Code:
    <div class="childcontent-inner-wrap" style="width: 200px; opacity: 0;">
    This div seems to be the container for the sub-menus. I'm not sure how to fix this to work properly though. I'm not a js coder.

    However, you can use this to show the sub-menu text:
    HTML Code:
    .childcontent-inner-wrap {
        opacity: 1 !important;
    }
    Place it at the bottom of your template.css file. Any one of the template.css files in your ja_t3_blank folder will work. Be advised though that this will take away the "fade" effect.

    You could try setting the opacity to a midway point like "0.5" which is 50% opacity. Note: 1=100%, 0.5=50% and 0=0%. You can use set it to anything between 0 and 1.

  3. #3
    JA Developer Saguaros's Avatar
    Join Date
    Apr 2009
    Posts
    10,381
    Points
    8,639.49
    Downloads
    1072
    Uploads
    0
    Mentioned
    29 Post(s)
    Tagged
    2 Thread(s)
    Thanks
    67
    Thanked 725 Times in 672 Posts
    Hi enoo,
    May I know what's going on now? Have you handled it?

    Click Thanks if my post is helpful

  4. #4


    Join Date
    Apr 2012
    Posts
    3
    Points
    4.37
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts
    There error is still there. Check the website link to see what is happening.

  5. #5
    Do Ha
    Guest
    Hi enoo

    Did you custimize Mega Menu ? We didn't implement the horizontal effect like the menu in your site.

    Thanks,

  6. #6


    Join Date
    Apr 2012
    Posts
    3
    Points
    4.37
    Downloads
    12
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Not to my knowledge.

    I have started from a blank template again and it seems to be working.

  7. #7
    Do Ha
    Guest
    Hi enoo

    I see mega menu in your site is working normally. Did you fix it ?
    Last edited by drarvindc; 05-09-2012 at 02:24 PM.

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

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