How to increase search bar width and how to change its search icon color

This topic has 220 replies, 6 voices, and was last updated 8 years, 9 months ago ago by Jack Richardson

  • Avatar: Eva
    Eva Kemp
    Support staff
    July 27, 2015 at 15:51

    Hello,

    Sorry, but still the same error.
    Are you using FileZilla to connect to your FTP account?
    Are there any specific settings?
    Is the access restricted by Firewall on a server?

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    July 27, 2015 at 17:47

    use filezilla and try this

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 28, 2015 at 10:42

    Hello,

    The problem with fixed header was caused by unclosed div tags in header.php file.
    I’ve fixed it. Please clear browser cache and check the site.

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 1, 2015 at 07:01

    i was using this code
    .wpb_single_image img:mouse hover {
    border: #499ad9 2px solid;
    }
    for hover single image but now its not working

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 1, 2015 at 07:07

    Hello,

    Please try this code:

    .wpb_single_image img:hover {
    border: #499ad9 2px solid;
    }

    Regards,
    Robert Hall.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 1, 2015 at 20:29

    xx

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 3, 2015 at 07:37

    Hello,

    Add this code in custom.css:

    .ubermenu .ubermenu-nav {
      height: 40px;
    }
    .ubermenu.ubermenu-main .ubermenu-item-level-0 {
      margin: 0;
    }

    Please clarify what exactly you want to do with the lines over menu. Do you want to remove them?

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 3, 2015 at 09:01

    Yes i want to remove these lines

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 3, 2015 at 09:11

    This code is not working
    Their are some issues in menu
    1.Fixed navigation
    2.Menu in mobile and tablets is not working properly

    please solve these issues

    Avatar: Eva
    Eva Kemp
    Support staff
    August 3, 2015 at 11:02

    Hello,

    Please specify what changes you made in the files and provide us with correct wp-admin panel and FTP credentials in private content.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 3, 2015 at 11:12

    i did not made any change

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 3, 2015 at 18:03

    Hello,

    I’ve added the following css code in custom.css:

    .ubermenu.ubermenu-main {
    background: #0e5891 !important;
    }
    .ubermenu .ubermenu-target {
    padding: 7px 20px !important;
    }
    .main-nav .double-border {
    border-top: none !important;
    }

    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 3, 2015 at 18:50

    sa

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 4, 2015 at 07:51

    Hello,

    I’ve added this code in custom.css:

    .fixed-header-area .ubermenu.ubermenu-main {
      width: 720px !important;
      float: right !important;
      margin-top: -50px !important;
    }
    .fixed-header-area .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
      float: right !important;
    }

    Please check fixed header now.

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 4, 2015 at 08:41

    Not working properly, can i add search bar in fixed navigation

    Avatar: Eva
    Eva Kemp
    Support staff
    August 4, 2015 at 10:57

    Hello,

    Please specify at what side you want to place search bar in fixed header.
    Also check FTP credentials as we can’t log in via FTP again.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 4, 2015 at 16:41

    dfd

    i Want only logo and search bar in fixed nav

    Please, contact administrator
    for this information.
    Avatar: Gursimran18
    Gursimran18
    Participant
    August 4, 2015 at 17:23

    Use these credentials

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 5, 2015 at 08:09

    Hello,

    Sorry, but we still can’t connect to the server via FTP:
    “Sorry, cleartext sessions are not accepted on this server.
    Error: Could not connect to server”.

    Please check it.

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 5, 2015 at 11:19

    Use filezilla to connect

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 5, 2015 at 11:21

    Hello,

    I’m using FileZilla to connect to your server but getting this error:
    http://storage1.static.itmages.com/i/15/0805/h_1438770060_9913155_a080edd8bc.png

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 5, 2015 at 13:24

    use second one

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 5, 2015 at 14:19

    Hello,

    I’ve added this code in custom.css file:

    .fixed-header-area .fixed-header > .container .menu-wrapper {
        display: block !important;
    }
    
    .fixed-header-area .search .et-mega-search form input[type="text"] {
        width: 500px !important;
    }
    
    .fixed-header-area .search {
        text-align: center;
        float: right;
        width: 500px !important;
        margin-right: 25%;
    }

    and this one to header.php file in line 86:

    <?php if (etheme_get_option('search_form')): ?>
    <div class="search search-center hidden-phone hidden-tablet">
    <div class="site-description hidden-phone hidden-tablet"><?php bloginfo( 'description' ); ?></div>
    <?php echo etheme_search(array()); ?>
    </div>
    <?php endif ?>

    Please check your fixed header now and clear browser cache before.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 5, 2015 at 17:48

    sd

    Avatar: Eva
    Eva Kemp
    Support staff
    August 5, 2015 at 18:35

    Hello,

    This requires a lot of code customization in header.php file which is beyond our basic support scope. In this case you have to contact some freelancer and he’ll make all modifications that you wish.

    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 6, 2015 at 05:57

    ghj

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 6, 2015 at 07:00

    Hello,

    Try to use this css code in custom.css:

    .main-nav.visible-desktop {
    z-index: 0 !important;
    }
    .et-search-result {
    z-index: 1000 !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 6, 2015 at 11:04

    df

    Avatar: stan
    Stan Russell
    Participant
    August 6, 2015 at 11:09

    Hello,

    would you kindly describe your screenshot?

    Regards,
    Stan Russell.

    Avatar: Gursimran18
    Gursimran18
    Participant
    August 6, 2015 at 13:43

    look at Navigation menu bar

  • 1 2 3 6 7 8
    Viewing 210 results - 181 through 210 (of 220 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.