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,101 through 1,120 (of 1,794 total)
  • Author
    Search Results
  • #87913

    Hi,
    I simply use the plug in (free) WPML Multilingual CMS and didn’t need to add any widget.
    The “Language box” automatically appears in the right corner in the edit page and it works fine.
    Hope it helps..
    Cheers
    Ludo

    #87905

    First good morning
    I bought 2 weekes ago WPML
    I did the translation but nobody can see my english version because I dont have any widget in order to create a language selector
    Maybe I have to type something but i dont know where and what
    WPML doenst not give me any anwser

    sorry here is my website http://www.les-roselieres.fr

    In forum: Virtue Theme

    In reply to: Language settings

    #87774

    Hi Guys,
    I have just purchased your Virtue Premium Theme and I have encontered the first problem which didn’t exist with Virtue Free Theme.
    My website is in 2 languages, english and spanish. When I used the Free Theme in Page / Post Edit I could choose between Visual and Text ways. In both of them I could place english text independently from the spanish one. I have one tab for English and another for Spanish. With the Premium Theme I am using Page Builder since it offers mosaic gallery and other widgets, but it seems like the content I place in the english tab copies to the spanish one. So as a result all my home page content is exactly the same. Check it out for yourself:
    http://happyfrogtravels.com/ and http://happyfrogtravels.com/es/
    I would like to put one gallery inside the english tab and another one inside the spanish tab, but I don0t know how!!??
    I am wondering if your Premium Theme and it’s widgets are compatible with qTranslate-X Plugin that I am using. If that is the case I bought your theme for nothing! I will have to go back to the Free Version.
    Please help me resolve this issue.
    Thanks,
    Milos Mitrovic
    Happy Frog Travels

    #87115

    Hello there i would like your support on resolving my language issue with virtue premium, im trying to set up a spanish “es_MX” language site, i have the .po and .mo files wich are inside the virtue premium zip file, also i have 4 more on my wp-content/language/ folder (admin and regular); so what i did is this:

    -First change lenguage directly from wordpress settings, this changed language but not for the whole site, items like “Showing all 8 results” should be on spanish or my account page, i still see “My Addresses” instead of “Mis direcciones”, on the contact form i see “send email” instead of “enviar email”, so.. as you can see is not entirely in spanish.

    I tryed to change language on the wp-config.php file adding: define (‘WPLANG’, ‘es_MX’);… Dint work either…

    i also copied my .mo and .po files into the themes language folder, dint work either…

    anything im doing grong or missing?, right now my website is on maintenance mode if you would like to inspect the site, just say it on response and i will open a door for you.

    thankyou in advance for your support. great theme.

    In forum: Virtue Theme
    #86502

    Hello,

    I have an english and dutch shop page.

    I noticed theres a bit of issue with regards to both the pages.

    1. On my dutch shop page, there seems to be a search option and recently viewed products visible above all the products…. I dont seem to have that in the backend of the page.

    2. The english shop page ….. doesn’t have he search and recently viewed products before the products … but ….when I go to it, I dont get the admin menu at the top and also the page TITLE is not visible. I can only edit it through the PAGES option from the main dashboard.

    3. I can go from the dutch shop page to the english shop page, by changing the language at the top ; but NOT from english back to dutch.

    I have contacted WPML regarding the issue; but thought I’ll ask you too, just incase there is a theme setting that I have missed out on..

    #86418

    Hey,
    I’m not 100% sure you can do that. Best to ask WPML. I know the default is that the posts wouldn’t show for a language if they have not been translated so you would need to speak with WPML to see if they have an option to change the default way there plugin works.

    Ben

    In forum: Virtue Theme
    #86356

    Hello

    When I browse my store everything is good, on english. But as soon i change the site language from general setting, from english to deutsch, i can´t browse shop anymore. It says “page not found”.. When i chose language back to english again, i can go the pages without it saying “page not found”
    The URL is the same, no matter what language i chose.

    Please help :S

    #86273

    THANKS BEN!!!

    The website is doing fine. All buttons have been renamed and behaving nicely. I understand the Child Theme and know the pitfalls / solutions in updating. I called GoDaddy and they made adjustments. My php is now version 5.4. My max upload speed is 192 mb. They had to rename the php.ini to php5.ini and then there was a syntax error in the command line for the upload max. At least I think that is what they did. When I talk to techies, it is as if they are speaking a foreign language that I barely understand.

    Ok, I’m good to go. This may all have been solved going down a faster route, but you stayed at my speed and I appreciate your patience.

    Cheers. Blondie

    #86235

    BTW here are my specs:
    /home/content/21/11994421/html/wp-content/uploads/wc-logs/
    WP Version: 4.4.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    Language: en_US
    ### Server Environment ###
    Server Info: Apache
    PHP Version: 5.3.24 – We recommend a minimum PHP version of 5.4. See: How to update your PHP version
    PHP Post Max Size: 33 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.0.96
    Max Upload Size: 32 MB

    #86192

    See this tutorial for adding icons to your menu- https://www.kadencewp.com/add-icons-to-your-menu-virtue-theme/
    You can change the text for Search from Theme Options > Language Settings.

    Hannah

    In forum: Virtue Theme

    In reply to: Slider code

    #86144

    I’m not sure what you mean …. I added this :

    add_action( 'kt_afterheader', 'kt_woocommerce_single_head_slider', 10 );
    function kt_woocommerce_single_head_slider() {
    	if (class_exists('woocommerce')) {
    	 	if(is_shop()) {
                        if(ICL_LANGUAGE_CODE=='en') {
                            echo '<div class="kt-desktopslider">';
    			echo do_shortcode('[cycloneslider id="english 1"]');
                            echo '</div><div class="kt-mobileslider">';
                            echo do_shortcode('[cycloneslider id="english 1-mobile"]');
                            echo '</div>';
                        } else if(ICL_LANGUAGE_CODE=='fr') {
                            echo '<div class="kt-desktopslider">';
    			echo do_shortcode('[cycloneslider id="french 1"]');
                            echo '</div><div class="kt-mobileslider">';
                            echo do_shortcode('[cycloneslider id="french 1-mobile"]');
                            echo '</div>';
                        } else {
                            echo '<div class="kt-desktopslider">';
    			echo do_shortcode('[cycloneslider id="dutch 1"]');
                            echo '</div><div class="kt-mobileslider">';
                            echo do_shortcode('[cycloneslider id="dutch 1-mobile"]');
                            echo '</div>';
                        }
    		}
    	}
    }

    2. Yes, I have WPML woocommerce installed and setup.

    In forum: Virtue Theme

    Topic: Slider code

    #85872

    Hi Ben,

    1. To have different sliders on the SHOP page according to the respective languages.

    Could you please give me these first four lines, for the shop page slider code :

    I have this code for my individual product page:

    add_action( 'kt_afterheader', 'kt_woocommerce_single_head_slider', 10 );
    function kt_woocommerce_single_head_slider() {
    if (class_exists('woocommerce')) {
    if(is_product()) {
    if(ICL_LANGUAGE_CODE=='en') {
    echo '<div class="kt-desktopslider">';
    echo do_shortcode('[cycloneslider id="english 1"]');
    echo '</div><div class="kt-mobileslider">';
    echo do_shortcode('[cycloneslider id="english 1-mobile"]');
    echo '</div>';
    } else if(ICL_LANGUAGE_CODE=='fr') {
    echo '<div class="kt-desktopslider">';
    echo do_shortcode('[cycloneslider id="french 1"]');
    echo '</div><div class="kt-mobileslider">';
    echo do_shortcode('[cycloneslider id="french 1-mobile"]');
    echo '</div>';
    } else {
    echo '<div class="kt-desktopslider">';
    echo do_shortcode('[cycloneslider id="dutch 1"]');
    echo '</div><div class="kt-mobileslider">';
    echo do_shortcode('[cycloneslider id="dutch 1-mobile"]');
    echo '</div>';
    }
    }
    }
    }

    2. Also, my page title for the shop page is not showing. I have written the title in english and dutch on the respective pages. Any Idea what could be the issue?

    #85733

    Make sure for products you have the meta options translatable. then in each language you should set the content just like you would for the description.

    Ben

    #85678

    Hey,
    You can change the site language in Settings > General. Is that what you mean?

    Hannah

    #85618

    Hi, recently purchased premium version.
    Do you provide a version with Chinese simplified language?
    or how can I change those built-in into Chinese simplified?

    Thanks!

    #85572

    The Virtue Icon is not working within the “add new page”. The dropdown is not show so I cannot select Icon. I’ve tried Chrome, Fox and MS browsers.

    ### My WordPress Environment details are shown below ###

    Home URL:
    Site URL:
    WC Version: 2.5.5
    Log Directory Writable: ✔
    WP Version: 4.4.2
    WP Multisite: –
    WP Memory Limit: 256 MB
    WP Debug Mode: –
    Language: en_US

    ### Server Environment ###

    Server Info: Apache
    PHP Version: 5.5.31
    PHP Post Max Size: 2 GB
    PHP Time Limit: 86400
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.5.44
    Max Upload Size: 2 GB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✕ wp_remote_get() failed. The WooCommerce plugin updater won’t work with your server. Contact your hosting provider. Error: name lookup timed out

    ### Database ###

    WC Database Version: 2.5.5
    :
    woocommerce_sessions: ✔
    woocommerce_api_keys: ✔
    woocommerce_attribute_taxonomies: ✔
    woocommerce_termmeta: ✔
    woocommerce_downloadable_product_permissions: ✔
    woocommerce_order_items: ✔
    woocommerce_order_itemmeta: ✔
    woocommerce_tax_rates: ✔
    woocommerce_tax_rate_locations: ✔

    ### Active Plugins (8) ###

    Black Studio TinyMCE Widget: by Black Studio – 2.2.8
    Cyclone Slider Pro: by Nico Amarilla – 2.10.1
    Kadence Importer: by Kadence Themes – 0.9
    Kadence Slider: by Kadence Themes – 1.5.3
    Slider Revolution: by ThemePunch – 5.1.6
    Page Builder by SiteOrigin: by SiteOrigin – 2.3.2
    WooCommerce: by WooThemes – 2.5.5
    WordPress Importer: by wordpressdotorg – 0.6.1

    ### Settings ###

    Force SSL: –
    Currency: EUR (€)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2

    ### API ###

    API Enabled: ✔
    API Version: 3.1.0

    ### WC Pages ###

    Shop Base: #4 – /?page_id=4
    Cart: #5 – /?page_id=5
    Checkout: #6 – /?page_id=6
    My Account: #7 – /?page_id=7

    ### Taxonomies ###

    Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)

    ### Theme ###

    Name: Virtue – Premium
    Version: 3.5.2
    Author URL:
    Child Theme: ✕ – If you’re modifying WooCommerce on a parent theme you didn’t build personally
    then we recommend using a child theme. See: How to create a child theme

    WooCommerce Support: ✔

    ### Templates ###

    Overrides: virtue_premium/woocommerce/archive-product.php
    virtue_premium/woocommerce/content-product.php
    virtue_premium/woocommerce/content-product_cat.php
    virtue_premium/woocommerce/content-single-product.php
    virtue_premium/woocommerce/loop/loop-end.php
    virtue_premium/woocommerce/loop/loop-start.php
    virtue_premium/woocommerce/loop/rating.php
    virtue_premium/woocommerce/loop/sale-flash.php
    virtue_premium/product-searchform.php
    virtue_premium/woocommerce/single-product/add-to-cart/external.php
    virtue_premium/woocommerce/single-product/add-to-cart/grouped.php
    virtue_premium/woocommerce/single-product/add-to-cart/simple.php
    virtue_premium/woocommerce/single-product/add-to-cart/variable.php
    virtue_premium/woocommerce/single-product/product-image.php
    virtue_premium/woocommerce/single-product/product-thumbnails.php
    virtue_premium/woocommerce/single-product/related.php
    virtue_premium/woocommerce/single-product/sale-flash.php
    virtue_premium/woocommerce/single-product/title.php
    virtue_premium/woocommerce/single-product/up-sells.php
    virtue_premium/woocommerce/single-product.php
    virtue_premium/woocommerce/taxonomy-product_cat.php
    virtue_premium/woocommerce/taxonomy-product_tag.php

    In forum: Virtue Theme
    #85537

    Hey,

    1. Just parts of the theme and plugins.
    2. You don’t link those plugins. all loco translate does it effect the po files those are different from what content you add. You use wpml for all content in the site. The loco translate would be for things that you can’t really edit. For example “leave a replay” is a theme string. If the language your using hasn’t yet been translated then you would need to use loco translate.
    3. In both plugins are you the one translating. You have to translate all of your content is WPML. All of the theme and plugins strings can be manually translated in loco.

    There are services that can translate everything for you but these plugins won’t automate that.

    Ben

    #85484

    Hi Ben,

    In the test site: http://www.josbogers.nl/_henny-wp, I adapted a part as I would wish the structure. And the bottom of this thread I explained the structure.
    Although I have filled the category and subcategory for the site, I do not see it on the left side of the website.

    Sorry I do not know the language well enough , that I can express me correctly, and that you understand my problem, that’s sometimes annoying but I keep trying.
    In The link: https://www.beadpassionstudio.com/ you may seen what I want and what I can not get done.

    The URL to which I refer has a category in text on the left side of the website.With all kinds of levels and thats in short what i want to realize myself . but can not explain it .
    The structure of the prouctencategorie:
    Main category: Hand Mate Products and Hobby products
    assigned to Handmate products are 4 subcategories : 3D application with 2 products , “poppen en trollen” with 1 product and also the sub-categories”kinderservies” and ” Geboorte bordjes” without products yet.

    And assigned to Hobby products : kralen, bedels and Verf , whereby the latter subcategory, one product has been added
    Thank you for your patience…..
    rgds,
    Jos

    #84998

    Hello Hannah!

    Thankyou for the css code its a good size now.
    Yes its the contact number that needs to be closer to the language switcher.

    For now, I am trying the search widget in the home page since placing search in primary menu isn’t working out for me. Just want to confirm if there is a way to create a search page that links to “search” listed as one of the items in secondary menu. I am still trying to decide which way works best.

    #84737

    I need to modify functions.php to change the wpml language switcher behavior. I believe that I’ll need to use a child theme so that future pinnacle premium updates don’t overwrite my modifications.

    I reviewed the Kadence documentation, created new style.css and function.php files, and uploaded them to a new pinnacle-premium-child directory. I must of missed something, because I white screen came up when I went into Live Preview mode. My style.css and functions.php are below.

    Was I supposed to do something different with styles.css? The wordpress documentation indicates that another step is required for the style sheet. It states that the correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() in your child theme’s functions.php.

    Style.css
    /*
    Theme Name: pinnacle premium child
    Theme URI:
    Description: pinnacle premium child theme
    Author: Dean Hill
    Author URI:
    Template: pinnacle_premium
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI:
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: pinnacle_premium_child
    */

    functions.php
    <?php // Opening PHP tag - nothing should be before this, not even whitespace
    /*
    * Custom Language Switcher Code - makes inactive language display instead
    * of active
    */
    function new_nav_menu_items($items,$args) {
    if (function_exists('icl_get_languages')) {
    $languages = icl_get_languages('skip_missing=0');
    if(1 < count($languages)){
    foreach($languages as $l){
    if(!$l['active']){
    $items = $items.'<li class="menu-item"><a href="'.$l['url'].'">'.$l['native_name'].'</a></li>';
    }
    }
    }
    }
    return $items;
    }
    add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );

Viewing 20 results - 1,101 through 1,120 (of 1,794 total)