Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #262824

    Where to translatre ” share this entry” in blog posts….

    #262987

    Hi Knut!

    Please use this plugin – http://wordpress.org/plugins/codestyling-localization/
    Please go to Tools > Localization > Themes and Rescan your language file and then edit it – http://imgur.com/a/tuktG

    Regards,
    Yigit

    #266206

    Codestyling Localization does not work anymore with Enfold.

    #266223

    Hi!

    Please elaborate on the issue. It does work fine on my local installation. You can find Codestyling Localization documentation here – http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

    Cheers!
    Yigit

    #266885

    Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
    It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
    The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, LayerSlider

    #266890

    Hi!

    Can you try deactivating all active plugins except for Codestyling Localization and check once again?

    Cheers!
    Yigit

    #266899

    I did that. I’ve tried everything I know.

    My plugins are:
    bbPress, Contact Form 7, Force Regenerate Thumbnails, The Events Calendar, WordPress Importer, WP-PageNavi

    #266902

    Hi!

    Which language files do you need? I can update it and post the download link here :)

    Regards,
    Yigit

    #266925

    My language is Icelandic.
    Thank you

    #266937

    Hey!

    I have update German file since we currently do not have Icelandic version – https://www.dropbox.com/s/3du2yqcelp3ota9/de_DE.zip
    If you have translated it please share it here so i can update it and post it back :)

    Best regards,
    Yigit

    #267063

    I needed just a few words (Share this entry, You might also like, Read more and the Error 404 page & Search page)
    Hi :)

    I did it manually in the theme, some words are hidden in quick css. It is risky (I know) and in the next update I need to do this again, right?

    Got this css for the breadcrumbs from Josue and put it in the child theme (works well)

    add_filter(‘avia_breadcrumbs_args’, ‘avia_change_home_breadcrumb’, 10, 1);
    function avia_change_home_breadcrumb($args){
    $args[‘show_home’] = ‘Forsíða’;
    return $args;
    }
    add_filter(‘avia_breadcrumbs_args’, ‘change_breadcrumb_before’, 10, 1);
    function change_breadcrumb_before($args) {
    $args[‘before’] = ‘<span class=”breadcrumb-title”>’ . __( ‘Þú ert hér:’, ‘avia_framework’ ) . ‘</span>’;
    return $args;
    }

    I have used Codestyling Localization before, liked it. It worked fine then, but not anymore for me…

    Yigit, thank you for looking into this

    #267200

    Hi!

    Code Josue provided goes into Functions.php file of your child theme and you do not need to repeat it after updating the parent theme :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.