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 10 years, 4 months ago ago by Jack Richardson

  • Avatar: Gursimran18
    Gursimran18
    Participant
    March 5, 2015 at 16:52

    ds

    Avatar: Eva
    Eva Kemp
    Participant
    March 5, 2015 at 20:13

    Hello,

    Please use this code in custom.css:

    .products-grid.product-count-4 .product:hover {
      border: 1px solid #f4751f;
    }

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 7, 2015 at 18:41

    cv

    Avatar: Eva
    Eva Kemp
    Participant
    March 7, 2015 at 19:55

    Hello,

    You need edit the file wp-content/themes/legenda/framework/shortcodes.php (line 81), change the value in this code 'count' => 3,.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 10, 2015 at 17:55

    as you said i have done , but their is not any change in search bar

    i change it to 6 but still it’s showing 3

    Avatar: Eva
    Eva Kemp
    Participant
    March 11, 2015 at 18:18

    Hello,

    Please provide us with full permissions to be able to view all settings in wp-admin panel and FTP credentials.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 11, 2015 at 19:39

    Extend this to 8

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    March 12, 2015 at 09:59

    Hello,

    Sorry but we can’t connect to FTP getting an error:
    Response: 421 Sorry, cleartext sessions are not accepted on this server.
    Error: Could not connect to server

    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 12, 2015 at 17:07

    Try this

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    March 12, 2015 at 18:08

    Hello,

    The FTP account is empty.
    Please give us access to be able to view the site files.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 12, 2015 at 18:58

    sorry, try this

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    March 12, 2015 at 19:59

    Hello,

    Please update the theme to the latest version and make changes in the file after that.

    Don’t forget to create a back up of your files and database before update!
    Also safe header.php file where the changes were made, you’ll be able to reupload it after update.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 13, 2015 at 08:12

    as you said i updated
    ds

    Avatar: Eva
    Eva Kemp
    Participant
    March 13, 2015 at 11:28

    Hello,

    Please add this code in custom.css:

    .tabs {
        width: 50%;
    }

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 13, 2015 at 14:02

    i updated theme and i replaced this ‘count’ => 3 to 8, But still it’s showing 3 results

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 13, 2015 at 16:31

    vd
    bg

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 13, 2015 at 16:38

    ftp details

    Please, contact administrator
    for this information.
    Avatar: Gursimran18
    Gursimran18
    Participant
    March 14, 2015 at 06:56

    ????????????

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 14, 2015 at 08:32

    Hello,

    1) As I see price is in one line now. See screenshot: http://prntscr.com/6gk2e3
    2) Sorry, but we don’t have such option in our theme to get sidebar to the bottom. You can only choose left, right or without sidebar in Theme Options->Single Product Page->Sidebar Layout.

    Regards,
    Robert Hall.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 14, 2015 at 16:38

    That image is right type what i want and what about search results??

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 15, 2015 at 16:04

    What about search results

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 16, 2015 at 07:28

    ????????

    Avatar: Eva
    Eva Kemp
    Participant
    March 16, 2015 at 14:53

    Hello,

    Sorry for a delay.
    Did you change FTP login details?
    We can’t connect to FTP now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 18, 2015 at 13:10

    use this one

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    March 18, 2015 at 17:19

    Hello,

    We’ve also edited the file wp-content/themes/legenda/framework/theme-functions.php (line 1718), this code was modified:

    add_filter('et_search_get_result','ae_search_get_result');
    function ae_search_get_result($query) {
        if ($query->query['post_type'] != 'product')
            return $query;
    
        $posts_with_tags = search_by_product_tag($query->posts,$query->query['s']);
        foreach ($posts_with_tags as $post) {
            $query->posts[] = $post;
    
        }
        $query->query_vars['no_found_rows'] = 6;
        $query->post_count = 6;
        //var_dump($query);
        return $query;
    }

    We recommend you to copy that file in child theme directory (how to create child theme is written here: http://codex.wordpress.org/Child_Themes ) not to lose changes after the theme update or keep that file safe on your local machine and reupload it each time after theme update.
    Please check search results now.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 18, 2015 at 18:41

    Thanx

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 18, 2015 at 18:58

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 20, 2015 at 06:08

    can i copy all the files of legenda theme to child theme

    Avatar: Eva
    Eva Kemp
    Participant
    March 20, 2015 at 09:57

    Hello,

    You need copy only the modified files. You don’t need copy all of them.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Gursimran18
    Gursimran18
    Participant
    March 20, 2015 at 18:08

    ds

  • 1 2 3 4 6 7 8
    Viewing 90 results - 61 through 90 (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.