Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1151556
    tashitendrel
    Participant

    Hello,
    I need to change the text, which comes up on the empty category pages as “Nothing to show right now’. I was following instructions given here: https://community.theme.co/forums/topic/nothing-to-show-page-2/ but it doesnt change anything.
    I copied the _content-none.php file from x and pasted it, with edited text, to the child theme folder. Screenshot attached and the file’s content pasted below.

    the url: http://dharmaebooks.org/category/philosophy/

    Is there anything else I should do?

    thank you

    <?php

    // =============================================================================
    // VIEWS/GLOBAL/_CONTENT-NONE.PHP
    // —————————————————————————–
    // Output when no posts or pages are available.
    // =============================================================================

    ?>

    <article id=”post-0″ class=”post-0 post type-post status-publish hentry”>
    <div class=”entry-wrap”>
    <header class=”entry-header”>
    <h1 class=”entry-title”><?php _e( ‘གོང་འཕེལ་དུ་སྐྱོད་བཞིན་པ། • In Progress • 正在進行’, ‘__x__’ ); ?></h1>
    </header>
    <div class=”entry-content”>
    <p><?php _e( “ད་ལྟའི་གནས་སྐབས་སུ་སྡེ་ཚན་འདིའི་ནང་འཕྲུལ་དེབ་ཀྱི་རིགས་མེད་ཅིང་། གལ་ཏེ་ཁྱེད་ནས་ང་ཚོའི་གནས་འཕྲིན་ནང་མཛུབ་གནོན་བགྱིས་ཚེ་ང་ཚོའི་ངོས་ནས་འཕྲལ་དུ་དོ་སྐུལ་བགྱི་རྒྱུ་ཡིན།

    At the moment there are no ebooks in this category. If you sign up to our newsletter, we will notify you as soon as possible.

    目前此分類中沒有電子書,如果您登記電子報,我們會盡快聯絡您。”, ‘__x__’ ); ?></p>
    </div>
    </div>
    </article> <!– end #post-0 –>

    #1151579
    tashitendrel
    Participant

    Sorry, it got updated right now!

    If you could only tell me, how to change the lines space in this title, please:

    http://dharmaebooks.org/category/practice-texts/

    thank you

    #1151646
    Paul R
    Moderator

    Hi,

    You can add this under Custom > CSS in the Customizer.

    
    .archive.category .entry-title {
        line-height: 85px;
    }
    

    Hope that helps

    #1151708
    tashitendrel
    Participant

    thanks!

    #1151714
    Joao
    Moderator

    You are welcome.

    🙂

  • <script> jQuery(function($){ $("#no-reply-1151556 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>