Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #185743

    Instead of the formatted version as shown on the demo site (green entry field, image search button), the search module is displayed unformatted. It looks like the CSS information for the search module is missing.

    Ninja Lead Moderator
    #486309

    I have tested our dev site and demo for your issue but maybe this error is only on your site. I would need to take a closer look at your site. Please pm me url and admin access on your site, I shall check it for you.

    Ninja Lead Moderator
    #486703

    <em>@andrewwinkler 363949 wrote:</em><blockquote>Instead of the formatted version as shown on the demo site (green entry field, image search button), the search module is displayed unformatted. It looks like the CSS information for the search module is missing.</blockquote>

    You can fix the problem on this way

    Open templates/ja_university/themes/teal/css/template.css file

    from


    #ja-search .button {
    background: url(../images/icon-search.png) no-repeat center center #2e9498
    border-color: #2e9498
    color: #b3dfe1
    }

    change to


    #ja-search .button {
    background: url(../images/icon-search.png) no-repeat center center #2e9498
    border-color: #2e9498
    color: #b3dfe1
    width: 14px;
    height: 14px;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

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