Ixinho

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 135 total)
  • Author
    Posts
  • in reply to: Blog posts date not showing year #23948
    Ixinho
    Participant

    Great, thank you.

    in reply to: Website link breaks div #23947
    Ixinho
    Participant

    Great, works like a charm. Thank you.

    in reply to: CSS not applied to shortcode widget #23817
    Ixinho
    Participant

    Sorry phonix, but not for gallery, i’m looking for post snippet “featured-posts” is the id, and for the blog page when browins any posts, i want to remove fading and zoom in and everything, to have only static blank picture . . google chrome inspector doesn’t give proper element names

    in reply to: CSS not applied to shortcode widget #23773
    Ixinho
    Participant

    Yes, but for the fading effect i cannot inspect it no matter what i hover . .

    in reply to: WordPress 4.6 languages problem #23733
    Ixinho
    Participant

    Please ignore this, i found the problem, it was one function i added that caused this . . unbelievable, as soon as i removed it, translation appeared . .

    add_action('admin_bar_menu', 'shapeSpace_remove_toolbar_nodes', 999);
    
    function howdy_message($translated_text, $text, $domain) {
        $new_message = str_replace('Howdy', 'Добродошли', $text);
        return $new_message;
    }
    add_filter('gettext', 'howdy_message', 10, 3);

    i added this function to replace howdy, just before i upgraded to 4.6 . . sorry once again.

    in reply to: WordPress 4.6 languages problem #23731
    Ixinho
    Participant

    Can you test it in your environment, take your default po file, translate any word, define lang in woconfig file and see if the translation has been applied . .

    in reply to: WordPress 4.6 languages problem #23730
    Ixinho
    Participant

    it’s wp-content where the language folder is, sorry, not wp-admin

    in reply to: CSS not applied to shortcode widget #23729
    Ixinho
    Participant

    [quote quote=23727]And if i want to remove expand button, category and fading out effect as well? To have just static picture?
    I am sorry, but i can’t figure out css rules for that since it’s different than it is for widget . .

    [/quote]

    And those rules still apply to posts when browsing them in blog page. Title, details and expand appear for every post category. How can they be removed for all post categories?

    Thank you so so so much in advance

    in reply to: CSS not applied to shortcode widget #23728
    Ixinho
    Participant

    Could you explain it to me how can i find out which css rules have to be hidden ? I would like to do the same thing for gallery, to hide fading out effect and title on gallery item and i would like to know how can i see which things should be hidden . When i inspect item via browser, i don’t get the real css id

    in reply to: CSS not applied to shortcode widget #23727
    Ixinho
    Participant

    And if i want to remove expand button, category and fading out effect as well? To have just static picture?
    I am sorry, but i can’t figure out css rules for that since it’s different than it is for widget . .

    in reply to: WordPress 4.6 languages problem #23726
    Ixinho
    Participant

    Could you tell me is translation for your theme meant to be in invent/languages or wp-admin/languages folder and should i have both, mo and po files? Something’s definitely changed with 4.6 regarding language . .

    in reply to: WordPress 4.6 languages problem #23725
    Ixinho
    Participant

    po file is on the same place where it was, and it has all the translations it had. even in general settings, that po file is selected as the site language, just like it was. but for some reason it doesn’t show any translation. and now the wp-admin folder has the folder “languages” i don’t recall it existed before. i copied the same po and mo file from invent languages folder to wordpress languages folder, still no luck.

    1 minute after i upgraded wordpress to 4.6, english language overrid all my translations . .

    in reply to: Single staff page – add more details #23690
    Ixinho
    Participant

    I understand and i fully agree, i just needed hint where to start, the rest i will do on my own. Thank you

    in reply to: Visit website link #23689
    Ixinho
    Participant

    worked like a charm, thanx : )

    in reply to: Related posts below single post #23659
    Ixinho
    Participant

    Great ! Thank you : )

Viewing 15 posts - 16 through 30 (of 135 total)