Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • wturner Friend
    #163447

    I am using Teline IV template. When I activate mega menu my second level child menu items get covered over by arrows. They work perfectly with DropLine.

    Any suggestions?

    Megamenu looks incredibly powerful so I am determined to try to get it working onsite but it is frustrating. What seems so odd to me is that no one else seems to be experiencing this… I am wondering if I have some css from other components competing…

    I tried to clean up as much as I could with respect to removing old modules and components that were no longer being used.

    aman204 Friend
    #389238

    Can you provide a link to your site

    wturner Friend
    #389239

    For anyone else who experiences this issue, I set my columns for the first level properly – in the image above you see that I set the columns at 4 and then established group as No. Then on the first level sub I followed the same strategy but got the arrow issues as shown above. When I set GROUP to YES. Things start looking better. Try that if you are experiencing the same problem as me.

    Site link is: http://www.enggo.com

    aman204 Friend
    #389240

    <em>@wturner 237804 wrote:</em><blockquote>For anyone else who experiences this issue, I set my columns for the first level properly – in the image above you see that I set the columns at 4 and then established group as No. Then on the first level sub I followed the same strategy but got the arrow issues as shown above. When I set GROUP to YES. Things start looking better. Try that if you are experiencing the same problem as me.

    Site link is: http://www.enggo.com</blockquote>

    Please try and make this css edit. Change this::

    .ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title,
    .ja-megamenu ul.level1 li.active.haschild-over a.mega span.menu-title {
    background-image: url(../../images/arrow.png);
    }

    to

    .ja-megamenu ul.level1 li.haschild-over a.mega span.menu-title,
    .ja-megamenu ul.level1 li.active.haschild-over a.mega span.menu-title {
    background: url(../../images/arrow.png) no-repeat 3px 50%;
    padding-left:12px;
    }

    Css file reference:: templates/ja_teline_iv/css/menu/mega.css

    Around line no. 113

    wturner Friend
    #389267

    That worked a treat. All is well. For me the correction needed to be on line 225. Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  wturner 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum