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 #988089
help
Closed

Comments

  •  2
    puntowebsnc started the conversation

    Hi, I should change the writing on the button at the bottom called older post but can not find where you can edit?

    thank you

  •  1,845
    Elated replied

    Hello,

    This is label from the code and in order to change it, you need to translate your theme properly. Here is explanation how could you achieve this:

    Just install this software http://poedit.net/wordpress on your computer. Then run ithttp://screencast.com/t/wv1A4XtTKbz and import en_US po file from your theme folder/languages into the program.

    Next translate your labels like in the screenshot http://screencast.com/t/LhyzzhLJMda and check your site again.

    If your site admin is in another language (other than English) then click here to create new po filehttp://screencast.com/t/gliXcWMMoHuy for your language.

    Import en_US file from theme folder/language http://screencast.com/t/GTU9BisAcIw and select your new language from the Translation Language dropdown menuhttp://screencast.com/t/tBz2EbaA64fA and translate like advised previously.

    When you've finished translating, upload your new .po files to languages folder on your live server.

    If you don't want to loose changes after theme update, install and activate child theme. Then inside child theme create folder language and copy your translation files there. At last paste this function into child theme functions.php file

    if(!function_exists('eltd_load_child_theme_domain')) {
        function eltd_load_child_theme_domain() {
            load_theme_textdomain('eltd', get_stylesheet_directory().'/languages');
        }
        add_action('after_setup_theme', 'eltd_load_child_theme_domain');
    }

     Thanks


    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.

  •  2
    puntowebsnc replied

    unfortunately it does not work

  •  1,845
    Elated replied

    Hello,

    Then go to this file wp-content\themes\allure\framework\modules\blog\blog-functions.php and change this text here http://screencast.com/t/pAs2V1or

    Thanks 


    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.

  •  2
    puntowebsnc replied

    i try

  •  1,845
    Elated replied

    Great,

    If you have any other questions, just let us know and we’ll be happy to help.

    Best Regards!


    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.