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,481 through 1,500 (of 1,794 total)
  • Author
    Search Results
  • #43892

    What language? the virtue theme has more built in translations then pinnacle. (it’s got more users and has been out longer).

    Ben

    #43882

    1. The languages files in the theme. You can use a plugin like this if you don’t know how to work in po files.

    https://wordpress.org/plugins/loco-translate/

    2. ^^ same.
    Ben

    #43786

    I deleted products and categories to make sure I created them in the default language and translated them correctly. I also made sure Product category base and Custom base are in English and then translated to Spanish with the string translator.
    There are some strings that appear in Spanish, but they are related to payment, shipping and messages to the buyers and shouldn’t cause this problem (and the problem wouldn’t disappear changing the theme to twentyfifteen).
    Please tell me if you find something.
    Irene Antolín

    #43662

    I haven’t yet had a chance to look through all the settings. Have you read this through: https://wpml.org/documentation/support/translating-woocommerce-sites-default-language-english/

    Ben

    #43609

    Hi,

    I just install Virtul Premium but it have errors below:

    In “Theme Option”
    1) do not show icons
    2) not sorted as:
    Main Settings
    Topbar Settings
    Home Slider
    Home Mobile Slider
    Home Layout
    Shop Settings
    Product Settings
    Portfolio Options
    Blog Options
    Basic Styling
    Advanced Styling
    Typography
    Menu Settings
    Language Settings
    Breadcrumbs
    Misc Settings
    Advanced Settings
    Import / Export

    Please help me,

    Thanks you,

    #43537

    Hi,

    I use polylang as a plugin for translations. The menu works well with 2 languages but how can I change the home layout (slider, icon menu, footer…) for each page? I can just put in one language.

    Thanks!

    #43459

    Hi,
    I’m using Virtue Premium with WPML and WooCommerce.
    Everything is working fine except the page for a category of products in the second language. It doesn’t load the css, sidebars or navigation:

    I changed the theme, and with twentyfifteen the issue disappears.
    I would be grateful if you could shed some light on the matter.
    Thanks!
    Irene

    In forum: Virtue Theme
    #43339

    I followed the instructuctions again and the same problem happens. There is another way to uploaded (plugin and demo?)
    And also, I use polylang. Is it possible to change the home (slider) to diferent languages? I can’t find the option in “Language settings” into “The main settings”

    Thank you, I hope to resolve the problems.

    In forum: Virtue Theme

    In reply to: change the title

    #42967

    For translating you should really use the plugin I posted above. Translating through the theme language files is how you do this properly.

    Ben

    #42845

    Hello!

    I would like to add the Google Translate widget to upper right corner of our website. I thought that adding the widget to the “Topbar Widgets” would be the best way to go about this. When I added the widget, it did not display correctly and it made our topbar icon menu invisible. Do you have any ideas for how we can add the translator widget so that it’s visible on every page in the upper right corner?
    Here’s the plugin we’re using:

    Thanks for your help!

    In forum: Virtue Theme

    In reply to: change the title

    #42830

    If your wanting to just translate you would use a plugin like https://wordpress.org/plugins/loco-translate/ and translate the pot language file.

    Ben

    In forum: Virtue Theme

    In reply to: change the title

    #42470

    yes, I want to translate to chinese.
    I cant upload a img. here to let u see my situation.

    In my “My account”. when I click in, it shows my account, edit account and logout.
    I want to change them to Chinese. then I create a page for my account and change the “my account” page title to chinese. However, when i did the same on “edit account”(create a new page) , parent is My accouny page, but it cant work when I change the title to chinese.

    Even if I change the endpoint name to chinese in woocommerce >setting>account> , it does not change the edit account or logout to chinese

    how can i do…..

    In the orther words, are there any plugin that can switch into 2 different language?

    #41905

    My theme option is not working. See steps below:
    I set my Front Page (home) to A static Page.
    I arranged how I wanted my layout to appear on the home page.
    I saved changes
    I went back to my website but the information did not refresh to my site.
    Note: I am not a web designer and do not have a clue about the language that you guys speak so please, please communitcate with me as if I know absolutely nothing. I promise I will not be offended. Just help that is all I ask.

    In forum: Virtue Theme

    In reply to: Change flash sale text

    #41359

    Theme options > language settings. You can change it there.

    Ben

    #41343

    Hi Ben,

    I made that correction and it fixed the .footercredits size control issue. However I still can’t get the color to change. I believe that the .footercredits color is controlled in the virtue.css file. So, I added a virtue.css file in the child directory and added what I thought was the correct language to it to control the color. See the virtue.css language immediately below. .footercredits should be black but it is not. Still #aaa
    /*
    Theme Name: Virtue – Premium Child
    Template: virtue_premium
    Author: Child Theme Configurator
    Version: 1.0.1431572538
    Updated: 2015-05-13 20:02:18
    */
    @charset “UTF-8”;

    .product .kad_add_to_cart {
    font-size: 20px;
    text-transform: none;
    padding: 8px 18px;
    }

    .footercredits p {
    color: #000;
    }
    But it is not working for me. Also, I wanted to be able to control the .kad_add_to_cart text. I want it to be text-transform: none; instead of text-transform: uppercase;. That is also in the virtue.css file and it is not working either. Also, I have deleted cache many times and I also so it anytime I make a change. The only thing that is not working for me now are the changes to virtue.css in the child directory that I want.

    Below are ALL the modifications I have made to date. Everything works except the color in .footercredits and the .kad_add_to_cart uppercase issue.
    ==================================================================
    This is Currently in the custom css in the Advanced Settings box.
    #nav-main ul.sf-menu ul li a {
    font-size: 18px;
    }

    .headerclass {
    background: none repeat scroll 0 0 #efefef;
    }

    .footercredits p {
    font-size: 25px;
    }
    ============================================================
    And this is Currently in the virtue.css file in the child theme directory. NOT WORKING
    /*
    Theme Name: Virtue – Premium Child
    Template: virtue_premium
    Author: Child Theme Configurator
    Version: 1.0.1431572538
    Updated: 2015-05-13 20:02:18
    */

    @charset “UTF-8”;

    .product .kad_add_to_cart {
    font-size: 20px;
    text-transform: none;
    padding: 8px 18px;
    }

    .footercredits p {
    color: #000;
    }
    ================================================================
    And this is what is in my functions.php file under the child theme directory. I wanted to delete the sidebar on the product pages.

    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;

    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:

    if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    function chld_thm_cfg_parent_css() {
    wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );
    // END ENQUEUE PARENT ACTION

    add_filter(‘kadence_display_sidebar’, ‘search_sidebar’);
    function search_sidebar($sidebar) {
    if (is_search()) {
    return false;
    }
    return $sidebar;
    ==================================================================
    Below are the files in my child theme directory.
    /www/kellykaren.com/wp-content/themes/virtue_premium-child

    functions.php
    screenshot.png
    virtue.css

    Thanks again for the prompt response from you and Hannah. You guys give outstanding customer service. Much appreciated.

    In forum: Virtue Theme

    In reply to: Polylang Menu

    #41023

    In Appearance->menus, you have to create one menu per language. Let’s say ‘menu_en’ and ‘menu_fr’, if you have a site in English and French.
    In ‘menu_en’, you add English pages other menu items. In ‘menu_fr’, you add French pages and other menu items.
    Then, once menus are both saved, you click on ‘manage locations’ tab and you assign ‘menu_en’ to ‘Primary menu English’ and ‘menu_ru’ to ‘Primary menu Français’.

    See here: https://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/navigations-menus/

    Ben

    In forum: Virtue Theme

    Topic: Polylang Menu

    #40985

    Hey,
    I have set up my site with the polylang for English and Japanese. But the menu stays in english when I swap the language.
    Also the strings translations only in english.
    Do you know how to fix this issue?

    #40920

    Hey,
    You can translate the theme options through the wpml string translation settings. Do you not see all the options for the home page options? Do you have wpml string translations installed?

    I’m not sure what you mean about mo. There is all the needed language files. Can you tell me what page your on there your seeing an error message?

    Ben

    In forum: Virtue Theme
    #40846

    Hey thanx for the link, but I don’t need a multi-lingual site. I just need my cart page and check out page to be in my language.

    #40651

    I have turned off ajax in woocommerce settings, still remains the same problem the cart above will not be translated!
    Any suggestions!
    I think it is important to have several languages on the website to be open for everyone!
    Ralf

Viewing 20 results - 1,481 through 1,500 (of 1,794 total)