Replace site description - by gbel25 - on WordPress WooCommerce support

This topic has 29 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp

  • Avatar: gbel25
    gbel25
    Participant
    November 11, 2014 at 23:13

    Hello.
    I would like to separate site description and search bar on header.What custom css i have work with for site description?
    Thanks.

    28 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    November 12, 2014 at 00:36

    Hello,

    Please clarify your request with more details.
    Provide us with a site link and describe what exactly you’re trying to achieve.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gbel25
    gbel25
    Participant
    December 8, 2014 at 12:02

    http://talisman4u.com/
    This is the site.I’v removed search bar to right and deleted the description.Because when description is enable, it’s goes whit the search bar.I would like to separate them.
    Description at the center of the header and the search bar at right side of a header.
    P.S. Sorry for my english.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 8, 2014 at 15:36

    Hello,

    Sorry, but we can’t see your site. Website is Under Construction.
    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 8, 2014 at 15:40

    thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    December 8, 2014 at 18:09

    Hello,

    If I understood you correctly you want to move search form to the right side, don’t you?
    So I’ve added this code into custom.css file:

    .header2 .et-mega-search {
        float: right;
        left: 90%;
    }

    Please check it now.

    Regards,
    Eva Kemp.

    Avatar: gbel25
    gbel25
    Participant
    December 8, 2014 at 18:14

    I’ve already moved the search form,look at the header.
    Now I want the description will appear at the center of a header.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2014 at 09:24

    Hello,

    What description you mean? Maybe you want logo will appeared at the center of a header?
    http://prntscr.com/5etwjd

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 9, 2014 at 11:16

    I just wrote the text that i want to put at the center of the header.Take a look.
    Thanks.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2014 at 11:36

    Please add following code into custom.css file.

    .search .et-mega-search form input[type="text"]{
    display:none;
    }
    .header .search {
    left: 0px;
    padding-top: 0;
    }

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 9, 2014 at 11:50

    But i need the search field will stay at his place,at the right coner.There is a theme build in option to do what you did.Do not need custom css for this.
    I need the text at the center and the search at the right side.
    Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 9, 2014 at 13:07

    Hello,

    Please add this code into custom.css file:

    .header2 .site-description {
        margin-bottom: 40px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gbel25
    gbel25
    Participant
    December 9, 2014 at 13:46

    Please look at this

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2014 at 14:09

    Now you have this code in custom.css file:

    .header .search {
    left: 450px;
    padding-top: 80px;
    }

    Please replace that code to the following:

    .header .search {
    left: 0;
    padding-top: 55px;
    }

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 11, 2014 at 15:37

    I did what you said.Look at the site now please.
    Search field now at the middle of the header and i need it at the right side of it.Description of the site i need at the center of a header.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 11, 2014 at 17:51

    Hello,

    I’ve added this code into custom.css:

    .header2 .et-mega-search {
        left: 145%;
    }

    Is search form located where you wanted?
    If no please show a screenshot how you wish to display those elements?

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gbel25
    gbel25
    Participant
    December 11, 2014 at 17:58

    Thank you very much!
    How can i change the desceription of the site?Is it possible?I would lik to make it bigger and with some different colors.
    Thanks again.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 11, 2014 at 18:47

    Hello,

    You need add this code in custom.css:

    .site-description {
        font-size: 25px;
        color: red;
    }

    Replace the values with your own ones.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: gbel25
    gbel25
    Participant
    December 18, 2014 at 12:40

    Hi again.Thank you for you help with custom css.
    But after update 2.5 i have few problems, first – site description appear not same at diffirent pages,look here
    https://talisman4u.com/
    https://talisman4u.com/kak-zakazat/
    second – woocommerce translation doesn’t work on check out page (it worked on earlier version of theme)
    third – woocommerce price filter doesn’t appear in new version 2.5 on pages that are not woocommerce pages.
    Thank you very much.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 18, 2014 at 13:33

    Hello,

    Please provide us with FTP credentials in Private Content.
    Also you have use old Visual Composer plugin and we can help you to update.

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 18, 2014 at 13:35

    Thanks.

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 18, 2014 at 13:54

    What is folder for your site on FTP? talisman4u or talisman4u.com?

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 18, 2014 at 14:09

    Sorry.
    talisman4u

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 19, 2014 at 15:08

    Hello,

    The problem wasn’t in the theme update. It was in that you activated font only to the home page. I’ve added Marck Script font via Punch Fonts plugin from admin-panel and now it works well. Check it.

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 19, 2014 at 15:36

    Thank you.
    And what about second and third question?
    Please look above.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 19, 2014 at 16:00

    2) You can translate words and strings from checkout page manually in \themes\legenda\woocommerce\checkout\form-checkout.php file.
    3) Sorry, but WooCommerse filter work only for WooCommerce pages.

    Regards,
    Robert Hall.

    Avatar: gbel25
    gbel25
    Participant
    December 19, 2014 at 16:04

    2) But in last version of Legend translation was automaticly.I checked that.In yhe future my site will be multilingual i don’t want to change php files.Is it possible?Thank you.

    Avatar: gbel25
    gbel25
    Participant
    December 19, 2014 at 16:24

    Could you please update my visual composer?
    Thank you very much.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 19, 2014 at 16:33

    Hello,

    I’ve updated Visual Composer plugin. As I see site description font is the same for all pages now.
    Please check it.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 29 results - 1 through 29 (of 29 total)

The issue related to '‘Replace site description’' has been successfully resolved, and the topic is now closed for further responses

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