FEW LITTLE THINGS TO ADD - by fairplay - on WordPress WooCommerce support

This topic has 76 replies, 5 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: Brian Johnson
    Brian Johnson
    Member
    May 15, 2015 at 10:56

    Hello

    Please use this code in custom.css:

    .form-name label{color:blue;}
    .form-name label span{color:orange}

    With best regards
    Brian Johnson

    Avatar: Eva
    Eva Kemp
    Support staff
    May 15, 2015 at 10:56

    Hello,

    Add this code in style.css of your child theme:

    .required {
        color: #E00016 !important;
    }

    Change color value to yours.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 23, 2015 at 12:39

    hello,

    this one worked:

    .form-name label{color:blue;}
    .form-name label span{color:orange}

    but the color of “Message *” word and star , the label span has not colored and is still red how do i change also that one?

    regards,S

    Avatar: Eva
    Eva Kemp
    Support staff
    May 24, 2015 at 10:34

    Hello,

    Did you try to use this code:

    .required {
        color: blue !important;
    }

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    May 26, 2015 at 14:04

    Yes it works now thanks.

    About translation i have now bought WPML plugin. I have everything included in it.

    How to translate anything with it? I have already tried to follow their guides on site but i dont see to understand.

    I have installed plugin and is now on my site. Do i need to create empty .mo files and .po with POedit then upload it on cpannel FTP and WPML will recognize there are files which has to be translated or what?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 26, 2015 at 14:40

    Hello,

    You need install also WPML String Translation module:
    https://wpml.org/documentation/getting-started-guide/string-translation/ .
    Then go to WPML > Theme and plugins localization and select “Translate by WPML.” > save changes.
    After that you’ll be able to scan the theme for strings, click “View all the theme texts” and theme content will be available for translation in WPML > String translation.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    June 1, 2015 at 10:46

    I now dont understand something.

    Should i go and make .po and .mo files in my ftp of legenda or not?

    It says files not found look pic:
    http://i62.tinypic.com/f9qf0k.jpg

    Also all string have been found but not any string had text inside the platform?
    Please can you log into my site and check what to do?

    regards,S

    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2015 at 13:29

    Hello,

    You don’t need to create them.
    Go to WPML > String Translation and translate the texts.

    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    June 1, 2015 at 13:43

    Hello Eva,

    i translated everything with String translation yes but i can’t see any text that i have put in manually and are now in Enlgish to be showing there as translations. I cant see any important big parts of text from inside pages or posts. Also above menu where i should have flags for Italian and German language there is nothing.

    Regards,S

    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2015 at 14:27

    Hello,

    As I see nothing is translated:
    https://s3.amazonaws.com/fvd-data/notes/168674/1433165194-DrkMfd/screen.png
    Once you translate all strings, languages switcher will appear at the top.
    Please read wpml documentation carefully:
    https://wpml.org/documentation/getting-started-guide/string-translation/

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    June 1, 2015 at 23:18

    Well yes Eva but those are small words which i will not translate all, can’t i translate just what i think is necessary? I think all those strings are even not visible to customers on my website so why would i translate them?

    Main thing is how to translate text inside platform and in menu buttons, i can’t find them in the strings.

    So you say if not all is translated then i will not be able to see other two flags German and Italian for above menu where there is english now?

    Avatar: Eva
    Eva Kemp
    Support staff
    June 2, 2015 at 09:02

    Hello,

    Please specify what exactly you want to translate. Please show on screenshots.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: fairplay
    fairplay
    Participant
    June 3, 2015 at 19:23

    Dear Eva,

    I have seen how to translate.

    But when i translated my menus now menus have lost their position. Just menu of italian language is ok. Other two menus have moved. Can you help me solve this?

    I will try to find on how to translate contact form and all that goes with it.

    Regards,
    S

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 3, 2015 at 21:58

    Hello,

    I’ve added the code into child theme style.css file to fix the issue with menu:

    .menu-german-main-menu-container, .menu-english-main-menu-container {
    display: block !important;
    padding-top: 20px;
    }
    .fixed-header-area .menu-german-main-menu-container, .fixed-header-area .menu-english-main-menu-container {
    display: table-cell !important;
    }

    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: fairplay
    fairplay
    Participant
    June 3, 2015 at 22:06

    Can you please tell me how can i translate also footer things , and top hidden menu?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 4, 2015 at 09:00

    Hello,

    In WP dashboard > Static Blocks > HiddenTop I’ve selected “Make ‘Static Blocks’ translatable” (view the screenshot http://prntscr.com/7cy263 ). Then you can translate your static block as shown on the screenshot http://prntscr.com/7cy2xg
    You can translate other static blocks the same way.

    Best regards,
    Jack Richardson.

  • 1 2 3 4
    Viewing 76 results - 61 through 76 (of 76 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.