Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tmm_uk Friend
    #191174

    I would like to use a sliding doors css technique on the top level of the mega menu in T3v3. In order to do this I need to insert span tags into the menu like this:

    <a data-target=”#” data-toggle=”dropdown” title=”Home page” href=”/andrew/” class=”redcolor dropdown-toggle”><span>Home<b class=”caret”></b></span></a>

    This can be achieved by editing: root/plugins/system/t3/includes/menu/megamenu.tpl.php

    However, this is not good as it modifies the core of the T3 plugin and will be overridden when updates occur.

    Does anybody know if there is a way to do this in the root/templates/t3_blank folder. I know that you can override the Joomla core using the html folder but can you override root/plugins/system/t3/includes/menu/megamenu.tpl.php within the themes folder?

    Wall Crasher Developer
    #508238

    Hi tmm_uk,

    I am afraid there was no other way but override root/plugins/system/t3/includes/menu/megamenu.tpl.php.
    We will try to improve megamenu to allow overwrite the megamenu’s renderer in future.

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 11 years, 1 month ago.

The forum ‘Other Templates’ is closed to new topics and replies.