Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • BIGWARE Friend
    #1095852

    Hello, there is some bug in the template in Contact / Categorie – when viewing contacts, the lines are not responding with contacts.. see in the attachment.
    thank you
    ladislav nagy


    1. contacts
    Saguaros Moderator
    #1095886

    Hi,

    You can take a backup of your site and try this tweak:
    1- Go to file: root/templates/ja_medicare/less/joomla.less
    2- Add this LESS code at the end of this file:

    // List contact
    .contact-category {
      ul.category {
        border-top: 0;
        overflow: hidden;
    
        li.row-fluid {
          border: 1px solid @gray-lighter;
          width: 100%;
          margin-right: 0;
          margin-left: 0;
          .clearfix();
    
          & > div {
            margin: 0;
          }
        }
      }
    
      .cat-children {
        ul {
          border: 0;
          border-top: 1px solid @t3-border-color;
    
          li {
            background: transparent;
            border-bottom: 1px solid @t3-border-color;
            padding: 5px 0 5px 0;
    
            h4 {
              border-left: 1px dotted @gray-light;
              font-size: 14px;
              font-weight: 600;
              padding: 0;
              padding-left: 15px;
              margin-left: 20px;
              position: relative;
    
              &:after {
                border-top: 1px dotted @gray-light;
                display: block;
                content: "";
                position: absolute;
                left: 0;
                top: 8px;
                height: 1px;
                width: 10px;
              }
            }
    
            li h4 {
              margin-left: 40px;
            }
    
            li li h4 {
              margin-left: 60px;
            }
    
            li li li h4 {
              margin-left: 80px;
            }
    
            &:last-child {
              border: 0;
            }
          }
        }
      }
    }
    

    3- If your site is running in Development mode, just refresh the contact list page to see that change. In case that the Development Mode is off, you should go to template manager and hit the button LESS to CSS to compile less to css.

    BIGWARE Friend
    #1095927

    I made a little mistake, i’m using actually JA Healthcare, but the patch works like a charm..

    thank you.


    1. contacts-1
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  BIGWARE 6 years, 1 month ago.

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