Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1743097
language
Closed

Comments

  • zhenwangle started the conversation

    hello,

    Please tell me how to change these two words from English to Chinese. I don't want to translate the entire template, because  the entire site crashed when i tried to  translate the  template before, so I just want to change the specific  words, maybe just need  to change some code.

  •  1,845
    Elated replied

    Hello,

    Theme labels can be changed or translated to your language with poedit software which is native wordpress way - following guide may be helpful http://code.tutsplus.com/tutorials/translating-your-theme--wp-25014 (read from point 3) or any other plugin for translation such as Loco translate plugin https://wordpress.org/plugins/loco-translate/ and here is beginners guide https://localise.biz/wordpress/plugin/beginners

    For some untranslatable labels you can try to change it directly into the code or for some specific labels with some custom css.

    For instance >>

    .eltdf-portfolio-single-holder.eltdf-ps-small-masonry-layout .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-categories .eltdf-ps-info-title {
        font-size: 0;
    } .eltdf-portfolio-single-holder.eltdf-ps-small-masonry-layout .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-categories .eltdf-ps-info-title:after {
        content: 'Some Text 1';
        font-size: 21px;
        font-weight: 600;
        line-height: 36px;
    } .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-date .eltdf-ps-info-title {
        font-size: 0;
    } .eltdf-portfolio-single-holder .eltdf-ps-info-holder .eltdf-ps-info-item.eltdf-ps-date .eltdf-ps-info-title:after {
        content: 'Some Text 2';
        font-size: 21px;
        font-weight: 600;
        line-height: 36px;
    }

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • zhenwangle replied

    hello,

    Only one of them has changed, and another one has not changed, please help me.

    And actually they can't be changed into Chinese, they only can  be in English or deleted, but it doesn't matter, I just need to delete them.

  •   Elated replied privately
  • zhenwangle replied




  • zhenwangle replied

    Hello,

    I want to hide the 'category' and 'date' and their Item text  . 

    Please help me.

  •  1,845
    Elated replied

    Hello there,
    Thanks for writing in!
    We are very sorry for the late answer, we were working with a limited resources for a past few days , thank you for your patience and your understanding!

    You should try to copy this code to Appearance > Customize > Additional CSS:

    .eltdf-ps-info-item.eltdf-ps-categories, .eltdf-ps-info-item.eltdf-ps-date {
        display: none!important;


    Please let us know if there is something else we can do for you!
    Thank You,
    Kind Regards,
    Norah


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.