Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jschroeder Friend
    #1071967

    We are using the Uber template and T3 System plugin on a large number of websites and we are finding that when we apply updates to yo our websites we are losing the styles on the footer navigations, some header navigations, and the off canvas navigation structures because we have those sections targeted in our stylesheets to include the "nav-pills" and "nav-stacked" classes however these classes are being removed from the UL structure as soon as we install the T3 System plugin in the update section of our Joomla sites.

    From my understanding these sections are Joomla Core menus and should not even be affected by the T3 plugin. You can see the code changes in the attached screenshots.

    • This topic was modified 6 years, 5 months ago by  jschroeder.

    1. Standard
    2. update
    Saguaros Moderator
    #1072046

    Hi,

    You can open the file: root/plugins/system/t3/base-bs3/html/mod_menu/default.php

    At approx line 21:

    <ul class="nav menu<?php echo $class_sfx; ?>"<?php echo $id; ?>>

    change it to:

    <ul class="nav nav-pills nav-stacked menu<?php echo $class_sfx; ?>"<?php echo $id; ?>>

    I attach this file here also so you can take a look.


    1. default.php_.zip
    jschroeder Friend
    #1072157

    But isnt this something that should be addressed in the update to prevent it from breaking every time this is updated? Is there a way to create an override for this line of code to prevent it from breaking? Or is this just something we will have to fix in our styles so that it uses the new classes that are still present in order to keep it from breaking on update?

    Saguaros Moderator
    #1072465

    Hi,

    Yes, this will be included in the next release of T3 framework plugin.

    If you want to override this, you can copy above file into this directory: root/templates/your_default_template/html/mod_menu/default.php

    Cheers!

    jschroeder Friend
    #1074065

    Ok thank you.

    What is the ETa for the next T3 update?

    Saguaros Moderator
    #1074136

    The team is working on updating products to latest version of Joomla so it will be continued updating, once done, it will be released, pls stay tuned.

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

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

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