Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Chris Parnell Friend
    #194804

    Purity III has been a great template to work with.

    Have one tiny issue. In one of the dropdown menu’s, I have this odd font-size increase appearing; All other menu items are default size.

    Any suggestions?


    1. menu-mess
    chavan Friend
    #522780

    Class is applied to these menu “mega mega-group” , we need to get rid of this. so can you please send me your site admin details in PM. I will check and suggest where it went wrong

    chavan Friend
    #522959

    you are getting an error while viewing the Template in template Manager to solve this, Please do this change
    I hope you can do this code edit

    in /plugins/system/t3/admin/tpls/default.php

    line 22, replace

    [PHP]$canDo = TemplatesHelper::getActions();[/PHP]

    with

    [PHP]$canDo = version_compare( JVERSION, ‘3.2.2’, ‘ge’ ) ? JHelperContent::getActions(‘com_templates’) : TemplatesHelper::getActions();[/PHP]

    Hope this helps

    Mean while I’m working on the Menu fixes

    Chris Parnell Friend
    #522960

    Thanks for your help, Chavan.
    I have done that, and, installed the T3 updates.
    with kind regards.

    chavan Friend
    #522961

    Here is the solution for the first post above

    GO to this File: /templates/purity_iii/css/themes/red/megamenu.css

    Replace this code


    .t3-megamenu .mega-nav > li a,
    .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 10px;
    color: #eeeeee
    }

    with


    .t3-megamenu .mega-nav > li a,
    .t3-megamenu .dropdown-menu .mega-nav > li a {
    padding: 10px !important;
    color: #eeeeee !important;
    font-size:14px !important;
    }

    Replace this code


    .t3-megamenu .mega-nav > li,
    .t3-megamenu .dropdown-menu .mega-nav > li {
    border-bottom: 1px solid #515151
    }

    With


    .t3-megamenu .mega-nav > li,
    .t3-megamenu .dropdown-menu .mega-nav > li {
    border-bottom: 1px solid #515151 !important;
    }

    Replace this code


    .t3-megamenu .mega-nav > li a:hover,
    .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
    .t3-megamenu .mega-nav > li a:focus,
    .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #ffffff
    background-color: #515151
    }

    With


    .t3-megamenu .mega-nav > li a:hover,
    .t3-megamenu .dropdown-menu .mega-nav > li a:hover,
    .t3-megamenu .mega-nav > li a:focus,
    .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    text-decoration: none;
    color: #ffffff
    background-color: #515151 !important;
    }

    Chris Parnell Friend
    #522967

    Thanks, Chavan, that worked a treat!
    kind regards,

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

This topic contains 6 replies, has 2 voices, and was last updated by  Chris Parnell 10 years, 2 months ago.

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