Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • bassetto Friend
    #167196

    I want to please, change the length and the various parameters of the form “search”. I use the blue as the theme relevant Coupon. Thanks you.

    chavan Friend
    #405012

    Please post the exact url of your site. where you need a change

    bassetto Friend
    #405144

    I inserted attachment. Thank you very much


    1. searc
    khoand Friend
    #405146

    Hi,
    You change this code from /templates/ja_travel/css/template.css in the line #119

    #ja-search .inputbox {
    background: url("../images/icon-search.png") no-repeat scroll 95% 50% #F2F1EB;
    border: solid 1px white;
    color: #B08572;
    overflow: visible;
    padding: 5px 20px 5px 5px;
    width: 200px; < change this line
    }

    bassetto Friend
    #405156

    I tried but nothing happens. Can I remove all the code you place that remains as before … any ideas?

    khoand Friend
    #405158

    Could you give me a link to your page as you said?

    bassetto Friend
    #405159

    online site is not working in remote ..

    chavan Friend
    #405273

    Do this file now : /templates/ja_travel/css/template.css

    Find this code and replace it


    #ja-search .inputbox {
    background: url("../images/icon-search.png") no-repeat scroll 95% 50% #F2F1EB;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #B08572;
    -moz-border-radius: 5px;
    overflow: visible;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 5px;
    width: 200px;
    }


    With

    #ja-search .inputbox {
    background: url("../images/icon-search.png") no-repeat scroll 95% 50% #F2F1EB;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #B08572;
    -moz-border-radius: 5px;
    overflow: visible;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 5px;
    width: 300px;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    bassetto Friend
    #405363

    I tried but nothing happens. Can I remove all “# ja-search. Inputbox” that nothing happens. How did not depend on the file “/ templates / ja_travel / css / template.css”. What can I do?

    chavan Friend
    #405403

    without your site Url, we cannot suggest you better than this.

    mjevelyn Friend
    #435937

    Hello JA camarades,

    I have a somehow similar problem: I don’t want my search box to be wider, I just want been able to increase the number of characters that can be typed in. The default number of characters is 20 (which is the value set in the Search Mudule). I changed that value to 50 but the maximum input is still 20.

    I tried the solution above and I ended with a wider box… that only accepts a maximum of 20 characters!

    Any ideas how to fix this one?

    Thanks

    D

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

This topic contains 11 replies, has 4 voices, and was last updated by  mjevelyn 12 years, 10 months ago.

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