Maciej

Member

Forum Replies Created

  • In reply to: Change text from button 'Read more' into our

    #38410

    Yep, I see, but actually ‘Leave comment’ is also only at homepage, like ‘read more’. But since it’s all workin well with ‘Leave a comment’, for some reason nothing happend when i want to change ‘Read More’.

    I cant post link to my site, cuz i’m working on it offline throught XAMPP application.

    In reply to: Change text from button 'Read more' into our

    #38408
    Quote:
    And what it actually means ? :D. It’s not possible to change it than ?

    Cuz that code from above is not changing it.

    In reply to: Change text from button 'Read more' into our

    #38407

    And what it actually means ? :D. It’s not possible to change it than ?

    In reply to: Change text from button 'Read more' into our

    #38405
    Quote:
    its’ working now.

    Great. Big thanks for help !

    Hmm, it’s working with the ‘leave comment form’, but not with the ‘Read more’. Is the ‘read more’ correct text in english ver. of this theme? Im tryin to put ‘Read more’ => ‘Czytaj dalej’, and no effect.

    In reply to: Change text from button 'Read more' into our

    #38404

    its’ working now.

    Great. Big thanks for help !

    In reply to: Change text from button 'Read more' into our

    #38402

    Yep, certainly, but it’s not the most important. I have polish version so ‘Leave a comment’ goes to ‘Pozostaw komentarz’

    and all i want is to change that ‘Pozostaw komentarz’ into Skomentuj’.

    Unfortunatelly, your code from above still doesn’t change anything on my site ;/.

    In reply to: Change text from button 'Read more' into our

    #38399

    as you wish

    (that file functions.php i’ve made from scratch, so only text there is that under)

    <?php

    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'Pozostaw komentarz' => 'Komentarz',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );

    ?>

    In reply to: Change text from button 'Read more' into our

    #38397

    Thanks, but still can’t get through it. I have made file ‘functions.php’ im my child-theme folder, put this whole code from your link there (of course with opening and closing php tags), changed texts which i want to change, but nothin happens.

    In reply to: How to remove 'hover and active state' highlight ?

    #38359

    ok, resolved, cheers for help 🙂

    In reply to: How to remove 'hover and active state' highlight ?

    #38358

    cheers, but then i cant see the name ‘Strona glowna’, cuz as on picture, its black, so if whole hover and active state is changed on black, and the etxt is black … that means i cant see text 😀

Viewing 10 posts - 31 through 40 (of 41 total)