Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'language'

Home / Forums / Search / Search Results for 'language'

Viewing 20 results - 1,361 through 1,380 (of 1,794 total)
  • Author
    Search Results
  • #58658

    Which language translation can support to use in portfolio.?

    I added Polylang.
    the page is choosing category gild. then after select one category .
    The page is showing Page cannot found.

    Is it because of translation?

    #58572

    Thanks, I created a languages folder in my child theme and did put the po and mo French files.
    Will the content of the function.php in the child theme be the following :

    <?php
    // add your custom functions here
    load_child_theme_textdomain( 'virtue', get_stylesheet_directory() . '/languages' );

    And since I am using Pinnacle premium, will it still be ‘virtue’ or should it be ‘pinnacle’ or rather ‘pinnacle_premium’?

    #58568

    In my child theme in a special folder?

    Yes, in a languages folder then add this in the child theme functions.php file.

    load_child_theme_textdomain( 'virtue', get_stylesheet_directory() . '/languages' );
    
    

    Ben

    #58565

    Hi! I am using a child theme of Pinnacle 1.4.8
    Some expressions in the parent theme are not yet translated into French, for example in the 404 page.
    I opened the file: wp-content -> themes -> pinnacle_premium -> languages -> fr_FR.po using the free software PoEdit.
    Upon saving the fr_FR.po file, it did update the fr_FR.mo file. But I am afraid that these translated strings might be overwritten when the parent theme is updated in the future.
    => Should I save these 2 files elsewehere to ensure they are not overwritten by new versions of the parent theme? If so, where should they be saved? In my child theme in a special folder?
    => Also, if I do save them elsewhere, how will the theme be able to use new expressions created in the updated of the theme?
    Thanks!

    #58535

    Because that overrides the $availability setting its going to effect the output code. Just use the theme options > language settings. You can set the sold tag there then just edit your out of stock text with a function and not the sold text.

    Ben

    #58085

    I’m not seeing anything in php about your input vars? that would be effected by the amount of string translations you make. Make sure your input vars setting is around 3000 or 4000.

    Your default language is english correct? So in your theme options > language settings your adding all as the filter text. Then in your wpml string translations your adding the german translation?

    Ben

    #58053

    I am using wpml string translation 2.2.6- should be the newest.

    as regards the php settings, they should also be ok – i have copied my settings here below

    i have remarked that if i only change the dynamic filter text from ALLES to ALL and translate to german, it works. but when i additionally change the home slider title to VIENNA and translate ,then the dynamic filter text looses its translation…

    also in other themes in the backend / string translation – i have the possibility to indicate that the string language is english. in your theme i dont have this option. dont know if that matters?

    so what can we do now?

    here are my php settings.:
    PHP SETTINGS
    this is what i have in the htaccess:
    <IfModule mod_php5.c>
    php_value post_max_size 32M
    php_value upload_max_filesize 32M
    php_value memory_limit 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value session.gc_maxlifetime 86400
    </IfModule>
    in config.php:
    define(‘WP_MEMORY_LIMIT’, ‘256M’);
    @ini_set(‘upload_max_size’,’16M’);
    @ini_set(‘post_max_size’,’32M’);
    @ini_set(‘max_execution_time’,’300′);

    and in the server settings:
    php 5.6.
    max execution time 300
    max input time -1
    memory limit 256

    #57918

    I was wrong, the new woocommerce files go into wp-content/languages/woocommerce(which you have to create), and the old ones stay in wp-content/languages/plugins.
    Just in case anyone is looking for this info.

    #57896

    Hi,
    Thank you, I made a mobile menu.
    First level in Menu –> choose language –> in sub menues all Pages per language.
    I do not know if this was a smart solution but i works.

    NOTE! Would you please delete the URL-links for mallunhoiva.fi in my first message. I do not want this conversation to be found in Google search. Thank you!

    Pamela

    #57894

    Hey,
    actually I found out that when you want to have the translation of Woocoommerce update safe, you need to place the new files in wp-content/languages/plugins.
    That’s where the old ones are, so I guess you have to delete the old ones(after you make a copy to your hard drive)?

    #57893

    Hi Ben
    any news re the testing?
    In the meantime it works with the plugin you mentioned.

    but i have other issues with the translation, namely with the ‘Dynamischer filter ALLES Text’ – I want it to be ‘all’ http://www.lorirosenberg.at/en/lamps/ and in german ‘alle’. In backend / theme settings / language settings – i write it in englisch ‘all’ and in wpml / string translation – i translate into ‘alle’. it seems to work for a while then it changes, specially when i translate another string:
    the text in the home slider – should read ‘1030 vienna..” in english and ‘1030 wien…’ in german (the starting slider http://www.lorirosenberg.at/ ).

    Either it changes back in the theme settings, or it says that the translation needs to be updated. If these problems stay on, i thouhgt it would be better to change the text for the dynamic filter (now ALLES) in a php file (to ALL)? can i do that and in which php? or is this part of the wpml filtering problem?

    pl advise, thanks
    caroline

    #57816

    Great, so regarding #1, is this a bug or will I need to keep this always in my css?
    And #2, worked also! Could you just let me know if I need to add the two woocommerce files(.po and .mo) in the same languages folder of my child theme or if I need to create another folder because usually they are in wp-content/languages/plugins folder which is a different path structure.

    #57809

    1. Just use this in your child theme:

    load_child_theme_textdomain( ‘virtue’, get_stylesheet_directory() . ‘/languages’ );

    Don’t need to wrap in a action.

    2.

    @media (max-width: 992px){
    .postlist .col-md-7 header {
        padding: 15px 20px 0;
    }
    .postlist .col-md-7 .entry-content {
        padding: 15px 20px;
    }
    .postlist .col-md-7 footer {
        padding-left: 15px;
    }
    }

    Ben

    #57781

    Sorry I also have to ask one thing about translating with Poedit. I edited the .po file, saved and got a new .po and .mo file and wanted to upload this in a languages folder in my child theme. Then I added this to my child theme’s functions.php

    add_action( 'after_setup_theme', 'my_child_theme_setup' );
    function my_child_theme_setup() {
        load_child_theme_textdomain( 'virtue', get_stylesheet_directory() . '/languages' );
    }

    But it does not work…am I missing something? I want to make the files update safe, that’s why I have placed them in the child theme. i also want to do the same with Woocommerce .po and .mo files but I need to get it working…

    #57504

    Hi there,
    My knowledge concerning html and css is very low so I apologize in advance for any misconceptions.
    Well to make a long story short I’ve tried to install Typekit and failed.
    Could anyone give me an idiot-proof step by step tutorial how and where to install the script and how to use the fonts afterwards?
    If you need more information don’t hesitate to ask. I will try to explain everything in my non-expert language 😉

    Thank you.

    #57439

    I want to turn off the display of “Product Description” on the product detail page.

    On the product page, I know I can change the “Product Description” text by going to Theme Options -> Language Settings. Also, I figured out that if I put a space in this field, the “Product Description” text is not displayed, however this still leaves <h2></h2>. Is there a way to completely remove this line from my product page?

    #57343

    Hi Ben,
    I have an issue with qTranslate-X and the shop-page. It’s the only page where the text isn’t translated. Instead it shows both languages in one page and the qTranslate shortcodes [:de] as well. See

    I think, that the shop-page is working with another function the get the text out of the database. All other parts of the page will work with both languages, i.e. the products and the product-pages.

    Is it an issue of the virtue theme or of WooCommerce?

    Thanks a lot for any help.

    In forum: Virtue Theme

    In reply to: I don't see for sale.

    #57036

    HeeJae,
    Might be a language thing but “on sale” refers only to products that are discounted. If you want to show all your products you can’t use “on sale.

    In appearance > menus in the top right corner click “screen options” Then make sure product categories is checked.

    Ben

    #56843

    For some odd reason, when I change the site language to Chinese, the “Date” info on the WooCommerce Orders page becomes fix words “year/mm/dd” instead of the real info like “2015/09/02” .
    Does anyone know how to fix this?

    Thanks.

    #56722

    I’ll look into this. Sounds like wmpl might not be filtering properly. For the moment you can use this method to fix right away while I’m testing:

    https://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Ben

Viewing 20 results - 1,361 through 1,380 (of 1,794 total)