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 #867898
Comments & "show more"
Closed

Comments

  •  2
    Nuria started the conversation

    With regard to the comments, I can not delete the message offered by the theme at the end of each page. I do not know if because the comments feature is canceled, but whether or comments are not allowed, I would not have that message. The idea for the future is open comments, once set up the page, but do not want that message with your space above and below wasted. How I can remove or disable this message?

    As to the second question, I would like to change the language of the message "show more", from English to Spanish. How do I change it?

    Thank you

  •  1,845
    Elated replied

    HI Nuria,

    Sorry for the late response!

    Regarding your comments issue, we have just turned off the comments for your homepage and now everything looks like you want it to http://screencast.com/t/sV4NqArnq0

    In order to translate / edit labels in the theme, you need to install this softwarehttp://poedit.net/wordpress When you run it http://screencast.com/t/wv1A4XtTKbz you will have to import en_US po file from your theme folder/languages.

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

    If your WP Dashboard is in another language (other than English) then click here to create new po file http://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 as explained above.

    When you’ve finished translating, upload your new .po files to theme folder/llanguages folder on your 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. Paste this code to child theme’s functions.php file

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

    Please let us know if there is anything else we can do for you, 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.