Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #462249

    Hi there,

    I need some help worth WPML and enfold custom theme please.
    Referring to the screenshot, will like to check if you can help me advise on Point 2 and 3. Point 1 I have solve it by going through your forum.

    At the same time, I can’t translate the word “COPYRIGHT” at the footer, I do not understand why. But the company name is translated ok.

    Thanks!

    #462626

    Hey net-guru!

    hm in your Chinese version of the page it’s showing fine, right (at least in backend)? Not sure why this is happening, but you can remove the additional english phrases with this code in Quick CSS field:

    #top .title_container .main-title a:before {
    display: none;
    }
    

    Best regards,
    Andy

    #462685
    This reply has been marked as private.
    #462982
    This reply has been marked as private.
    #462988
    This reply has been marked as private.
    #463002
    This reply has been marked as private.
    #463124

    Hi there, I have found the code, it is residing inside header.css.

    #top.page-id-213 .title_container .main-title a:after {
        content: " TEXT ";
        display: inline;
    }

    Is there a way for WPML to translate “TEXT” for the above setup?
    Thanks!

    • This reply was modified 8 years, 10 months ago by net-guru.
    #463840

    Hey!

    this question would best fit in WPML support forum. However, if you can’t translate it easily with WPML inside backend, then you can always use a plugin like Poedit, to translate it manually. After downloading the plugin open folder Enfold->lang via FTP and search for the phrases in question inside of .po and .mo files.

    Hope this helps.

    Best regards,
    Andy

    #463905

    Thanks! WPML was telling me that they can’t support.

    Since this is CSS file, the idea is to grab this CSS in php and apply gettext functions to the text , so that WPML can recognise it as a string and then we will be able to translate it easily.

    Do you think you can advise on this please?

    #464506

    Hey!

    looks good to me now.

    Could you fix it using Poedit?

    Regards,
    Andy

    • This reply was modified 8 years, 10 months ago by Andy.
    #464513

    Hey Andy,

    I used the css files and insert manual codes.

    Poedit cannot edit the css.

    Are you able to remove the screenshot or set it private please?

    Cheers!

    #466232

    Hi!

    I removed it.

    Glad you could fix it.

    Let us know in a new ticket if you have any other questions or issues. We are happy to assist.

    Best regards,
    Andy

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘WPML’ is closed to new replies.