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 #2091172
Wedding Countdown translation
Closed

Comments

  • Manuel started the conversation

    Hi,

    I can't find where I can translate the 'month' 'day', ... labels from the wedding announcement countdown made with Revolution slider.

    I have installed Loco Translate plugin but can't find 'month' on Rev slider plugin, TheAisle core plugin or TheAisle theme (I checked in these three possible places).

    Please help!

    Thanks!
    Manu

  •  1,845
    Elated replied

    Hi,

    We can do that for you through the code, just tell us what words do you want instead of them?

    Let us know if there's anything else we can help you with.

    Cheers,
    Johnny


    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.

  •   Manuel replied privately
  •  1,845
    Elated replied

    Hi,

    No, you just need to write me which words for you want instead of these

    5623281325.png

    Let us know if there's anything else we can help you with.

    Cheers,
    Johnny


    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.

  •   Manuel replied privately
  •  1,845
    Elated replied

    Hi Manu,

    You should be able to find all of these words inside a theaisle-core.pot file on the following location:

    \wp-content\plugins\theaisle-core\languages\theaisle-core.pot

    3501212284.png

    If you can't find these words there, it's possible that you are using older theme version. If you do find them, you could translate those with your translation tool.

    Otherwise, you could use CSS to translate these. For that you can add the following CSS to Appearance -> Customize -> Additional CSS, or in the page settings of page on which you are using this countdown.

    .countdown-period {
        font-size: 0 !important;
    }
    .countdown-section:nth-child(1) > .countdown-period:before {
        content: 'MES';
        font-size: 11px;
    }
    .countdown-section:nth-child(2) > .countdown-period:before {
        content: 'DÍA';
        font-size: 11px;
    }
    .countdown-section:nth-child(3) > .countdown-period:before {
        content: 'HORAS';
        font-size: 11px;
    }
    .countdown-section:nth-child(4) > .countdown-period:before {
        content: 'MINUTOS';
        font-size: 11px;
    }
    .countdown-section:nth-child(5) > .countdown-period:before {
        content: 'SEGUNDOS';
        font-size: 11px;
    }
    
    9052708010.png

    Let us know if you need any further help.

    Best regards!

    Joey


    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.

  • Manuel replied

    Hi Joey!

    I already tried and find these words in TheAisle Core using Loco BUT nothing happens... Fortunatelly, that CSS trick was PERFECT and it's solved!

    Thanks!

  •  1,845
    Elated replied

    Hi again,

    You're welcome! I'm glad we've managed to devise a working solution.

    Let us know if you need help with anything else.

    Best regards!

    Joey


    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.