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 - 581 through 600 (of 1,794 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #169850

    All fixed!

    I was able to get Loco to work (had to edit English instead of trying to create a new language) and then found this snippet to change the text on the WooCommerce Layered Nav:

    function my_text_strings( $translated_text, $text, $domain ) {
    switch ( $translated_text ) {
    case ‘Related Products’ :
    $translated_text = __( ‘Check out these related products’, ‘woocommerce’ );
    break;
    }
    return $translated_text;
    }
    add_filter( ‘gettext’, ‘my_text_strings’, 20, 3 );

    In forum: Virtue Theme
    #169831
    This reply has been marked as private.
    #169325

    Ben, you are right. Formal German is our language.
    Normal German activated and the problem is solved.

    Thank you!

    #169323

    Hey,
    Are you using formal german as your language? If so this is an issue with the latest version of WordPress core. One that has been reported and they are working to fix. If you activate any theme and try to add an image to a page or post it will not work either. You can move back one version of WordPress or switch to normal German and it will work.

    If you are not using formal German or any other designated language then post a login to your site so I can take a look. Use the checkbox for Set as private reply.

    Ben

    #169223

    Yes, I use German formally. I have try also the parent theme to activate , but no change.
    To try the same problem occurs a post to allocate media.
    Okay, when I use the default language, it works. There is still another solution?

    #169217

    Hey,
    Are you using a language like formal german (if so this is a reported error in wordpress core and you need to go back to the previous version or change to normal german)

    Have you tried activating the parent theme?

    If you go into a post and edit can you add media to the post content?

    Ben

    In forum: Ascend Theme

    In reply to: Design Question

    #169193

    Hi, yeah i figured this out last night, but i am stuck on another detail: the last 2 items in the secondary menu – language & search – have to be aligned right to the primary menu, but the secondary menu changes on every page, so i have no idea how to approach this.

    Thank you for the help,
    B.Anders

    #169067

    Hey,
    So your issue as to do with formal German set as the language instead of German.

    It’s not theme related at all it has to do with WordPress core. It’s an issue with the media uploader and you can see the problem using a standard theme by trying to click the add media button in a post.

    Looks like it’s been reported here: https://wordpress.org/support/topic/editing-problems-since-upgrading-to-wordpress-4-9/

    And comes from this error from the media uploader javascript: Language code must have format 2-3 letters and. optionally, hyphen, underscore followed by 2 more letters

    So you can stay on a previous version of wordpress for now and wait for a fix set the language to German while you wait for a fix.

    Ben

    #168601

    Hi,
    How to put an background image in the header when you use the widget “archives” ?
    After looking in the forum I use this code :

    body.archive.date .titleclass {
    background-image: url(“
    }

    It work ok for the background.
    My next step it is to show on the title the month and year choosen.
    Now I got English or Français depends on the language of the blog.

    Regards

    #168246

    Please have a look at this weird situation with variable products that is not me to see it but I’d like to understand what’s the meaning of.

    1-Two variations and only one enabled no stroke and highlighted price
    https://www.wocmultimedia.biz/en/prodotto/peru-chavin-de-huantar/

    2- 8 variations but only two enabled, same format different language when you select the options it correctly appears the striken and highlighted price
    https://www.wocmultimedia.biz/en/prodotto/norvegia-finnmark-4/

    3- 3 variations but only two enabled different format and type when you select the options it correctly appears the striken and highlighted price
    https://www.wocmultimedia.biz/en/prodotto/norvegia-norway-vesteraalen-1/

    Is it normal for you?

    Angelo

    #167401

    It looks like the best way to do this will be to set “Enable Typed Text instead of standard” to OFF, then generate the typed text via shortcode.

    So go to a page on your site, and click the “Extra Shortcodes” button, and find “Animated Typed Text” shortcode. Create animated text for each language.

    Once complete, add the main shortcode to your “Home Page Title.” Then, for the alternate, add the shortcode to the string translation in “admin_texts_ascend [ascend]home_page_title”

    Let me know if that makes sense!

    -Kevin

    #167085

    Hey,
    You should have one forum for each language.

    No css. Just set what you want through the shortcode.

    Ben

    #166661

    Hey,
    Woocommerce doesn’t give that title a specific class. But you can use css like this:

    div#tab-description > h2:first-child {
        display: none;
    }

    you can also change that text from description to anything you like in the theme options > language settings.

    Ben

    #166564

    Thanks Kevin, I found this post: https://github.com/woocommerce/woocommerce/issues/16375 but folks there were experiencing the issue all the time, on desktop and mobile, nothing with variations would work. We’re only having the issue on mobile.

    Both woo and the theme are updated, we are using a child theme but that’s just to move around the buy now button on the checkout page. I’ve pasted the enqueing info below as well as the woo status if that helps at all.

    Virtue: 4.34
    Woo: 3.2.2

    Contents of Child theme styes.css:

    /*
    Theme Name: Virtue Premium Child for Woo
    Version: 1.0
    Description: Child theme for Woo.
    Author: Woo
    Author URI: http://woocommerce.com
    Template: virtue_premium
    */

    Woo status report:

    
    ### WordPress Environment ###
    
    Home URL: https://jeromealexander.com
    Site URL: https://jeromealexander.com
    WC Version: 3.2.2
    Log Directory Writable: ✔
    WP Version: 4.8.3
    WP Multisite: –
    WP Memory Limit: 1,000 MB
    WP Debug Mode: –
    WP Cron: ✔
    Language: en_US
    
    ### Server Environment ###
    
    Server Info: Apache/2.4.29 (cPanel) OpenSSL/1.0.2k mod_bwlimited/1.4
    PHP Version: 5.6.32
    PHP Post Max Size: 8 MB
    PHP Time Limit: 0
    PHP Max Input Vars: 4720
    cURL Version: 7.55.1
    OpenSSL/1.0.2k
    
    SUHOSIN Installed: –
    MySQL Version: 5.6.37
    Max Upload Size: 8 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔
    
    ### Database ###
    
    WC Database Version: 3.2.2
    WC Database Prefix: ja_
    Total Database Size: 41.84MB
    Database Data Size: 37.56MB
    Database Index Size: 4.28MB
    ja_woocommerce_sessions: Data: 1.06MB + Index: 0.03MB
    ja_woocommerce_api_keys: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_order_items: Data: 0.04MB + Index: 0.02MB
    ja_woocommerce_order_itemmeta: Data: 0.42MB + Index: 0.18MB
    ja_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB
    ja_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.00MB
    ja_woocommerce_log: Data: 0.00MB + Index: 0.00MB
    ja_commentmeta: Data: 0.00MB + Index: 0.01MB
    ja_comments: Data: 0.48MB + Index: 0.18MB
    ja_ewwwio_images: Data: 1.02MB + Index: 0.51MB
    ja_failed_jobs: Data: 0.00MB + Index: 0.00MB
    ja_ksp_layers: Data: 0.01MB + Index: 0.00MB
    ja_ksp_sliders: Data: 0.00MB + Index: 0.00MB
    ja_ksp_slides: Data: 0.00MB + Index: 0.00MB
    ja_links: Data: 0.00MB + Index: 0.00MB
    ja_mailchimp_carts: Data: 0.05MB + Index: 0.00MB
    ja_options: Data: 4.39MB + Index: 0.17MB
    ja_postmeta: Data: 7.15MB + Index: 1.48MB
    ja_posts: Data: 3.75MB + Index: 0.21MB
    ja_queue: Data: 0.07MB + Index: 0.00MB
    ja_sg_action: Data: 0.00MB + Index: 0.00MB
    ja_sg_config: Data: 0.00MB + Index: 0.00MB
    ja_sg_schedule: Data: 0.00MB + Index: 0.00MB
    ja_termmeta: Data: 0.00MB + Index: 0.01MB
    ja_terms: Data: 0.00MB + Index: 0.01MB
    ja_term_relationships: Data: 0.05MB + Index: 0.10MB
    ja_term_taxonomy: Data: 0.00MB + Index: 0.01MB
    ja_usermeta: Data: 0.13MB + Index: 0.09MB
    ja_users: Data: 0.01MB + Index: 0.01MB
    ja_wfBadLeechers: Data: 0.00MB + Index: 0.00MB
    ja_wfBlockedCommentLog: Data: 0.00MB + Index: 0.00MB
    ja_wfBlockedIPLog: Data: 0.16MB + Index: 0.12MB
    ja_wfBlocks: Data: 0.02MB + Index: 0.01MB
    ja_wfBlocksAdv: Data: 0.00MB + Index: 0.00MB
    ja_wfConfig: Data: 0.99MB + Index: 0.01MB
    ja_wfCrawlers: Data: 0.01MB + Index: 0.01MB
    ja_wfFileMods: Data: 1.18MB + Index: 0.25MB
    ja_wfHits: Data: 9.66MB + Index: 0.48MB
    ja_wfHoover: Data: 0.00MB + Index: 0.00MB
    ja_wfIssues: Data: 0.02MB + Index: 0.00MB
    ja_wfKnownFileList: Data: 0.60MB + Index: 0.08MB
    ja_wfLeechers: Data: 0.16MB + Index: 0.13MB
    ja_wfLockedOut: Data: 0.00MB + Index: 0.00MB
    ja_wfLocs: Data: 0.00MB + Index: 0.00MB
    ja_wfLogins: Data: 0.12MB + Index: 0.03MB
    ja_wfNet404s: Data: 0.00MB + Index: 0.00MB
    ja_wfNotifications: Data: 0.01MB + Index: 0.00MB
    ja_wfPendingIssues: Data: 0.00MB + Index: 0.00MB
    ja_wfReverseCache: Data: 0.00MB + Index: 0.00MB
    ja_wfScanners: Data: 0.04MB + Index: 0.05MB
    ja_wfSNIPCache: Data: 0.01MB + Index: 0.02MB
    ja_wfStatus: Data: 0.12MB + Index: 0.05MB
    ja_wfThrottleLog: Data: 0.00MB + Index: 0.00MB
    ja_wfVulnScanners: Data: 0.00MB + Index: 0.00MB
    ja_wpml_mails: Data: 5.83MB + Index: 0.01MB
    
    ### Post Type Counts ###
    
    attachment: 605
    kt_reviews: 9
    nav_menu_item: 33
    page: 28
    post: 120
    product: 24
    product_variation: 26
    revision: 215
    shop_coupon: 14
    shop_order: 819
    woocarousel: 1
    
    ### Security ###
    
    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔
    
    ### Active Plugins (30) ###
    
    All In One SEO Pack: by Michael Torbert – 2.4.2
    Anti-spam: by webvitaly – 4.4
    Backup: by BackupGuard – 1.1.52
    Flexible Shipping: by WP Desk – 1.9.10
    Google Analytics Dashboard for WP (GADWP): by Alin Marcu – 5.1.2.2
    Instagram Feed: by Smash Balloon – 1.5
    Kadence Related Content: by Kadence Themes – 1.0.1
    Kadence Slider: by Kadence Themes – 2.2.0
    Kadence Widget Dock: by Kadence Themes – 1.0.0
    Kadence Woocommerce Extras: by Kadence Themes – 1.3.2
    MailChimp for WooCommerce: by MailChimp – 2.0.2 – Not tested with the active version of WooCommerce
    MailChimp Forms by MailMunch: by MailMunch – 3.0.6
    PixelYourSite: by PixelYourSite – 5.0.8 – Not tested with the active version of WooCommerce
    WooCommerce Product Carousel Slider: by ADL Plugins – 2.1 – Not tested with the active version of WooCommerce
    Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 2.3.1
    Shortcodes Ultimate: by Vladimir Anokhin – 5.0.1
    Page Builder by SiteOrigin: by SiteOrigin – 2.5.13
    SiteOrigin Widgets Bundle: by SiteOrigin – 1.10.2
    SSH SFTP Updater Support: by TerraFrost – 0.7.1
    W3 Total Cache: by Frederick Townes – 0.9.5.4
    WooCommerce Customer/Order CSV Export: by SkyVerge – 4.3.5 – 4.4.0 is available – Not tested with the active version of WooCommerce
    WooCommerce SecureNet Gateway: by SkyVerge – 1.8.0 – Not tested with the active version of WooCommerce
    WooCommerce AdWords Conversion Tracking: by Wolf+Bär Agency – 1.4.7
    WooCommerce Google Analytics Pro: by SkyVerge – 1.3.4 – 1.3.5 is available – Not tested with the active version of WooCommerce
    WooCommerce Sales Report Email: by WooThemes – 1.1.2 – Not tested with the active version of WooCommerce
    WooCommerce: by Automattic – 3.2.2
    Wordfence Security: by Wordfence – 6.3.21
    WP FastClick: by Mohan Dere – 1.0.2
    WP Mail Logging: by Christian Zöller – 1.8.1
    WP Mail SMTP: by WPForms – 0.11.1
    
    ### Settings ###
    
    API Enabled: ✔
    Force SSL: ✔
    Currency: USD ($)
    Currency Position: left
    Thousand Separator: ,
    Decimal Separator: .
    Number of Decimals: 2
    Taxonomies: Product Types: external (external)
    grouped (grouped)
    simple (simple)
    variable (variable)
    
    Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
    exclude-from-search (exclude-from-search)
    featured (featured)
    outofstock (outofstock)
    rated-1 (rated-1)
    rated-2 (rated-2)
    rated-3 (rated-3)
    rated-4 (rated-4)
    rated-5 (rated-5)
    
    ### WC Pages ###
    
    Shop base: #10 - /products/
    Cart: #2028 - /cart/
    Checkout: #2029 - /checkout/
    My account: #2030 - /my-account/
    Terms and conditions: ❌ Page not set
    
    ### Theme ###
    
    Name: Virtue Premium Child for Woo
    Version: 1.0
    Author URL: http://woocommerce.com
    Child Theme: ✔
    Parent Theme Name: Virtue - Premium
    Parent Theme Version: 4.3.4
    Parent Theme Author URL: https://www.kadencewp.com/
    WooCommerce Support: ✔
    
    ### Templates ###
    
    Overrides: virtue_premium/woocommerce/archive-product.php
    virtue_premium_child/woocommerce/checkout/form-checkout.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_child/woocommerce/single-product/add-to-cart/external.php
    virtue_premium_child/woocommerce/single-product/add-to-cart/grouped.php
    virtue_premium_child/woocommerce/single-product/add-to-cart/simple.php
    virtue_premium_child/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
    
    ### Customer/Order CSV Export ###
    
    Order Export Format: default_one_row_per_item
    Customer Export Format: default
    Automatically Export Orders: ftp
    Export Trigger: schedule
    Export Start Time: 6:55am
    Export Interval: 1440
    Next Export: Scheduled on November 3
    2017 6:55 am
    
    Order Statuses: wc-processing
    Product Categories: 
    Products: 
    Automatically Export Customers: ftp
    Export Trigger: 
    Export Start Time: 
    Export Interval: 30
    Next Export: Scheduled on November 2
    2017 2:35 pm
    
    
    #165882

    Hi Ben

    You did say I needed to create a widget for each language but then you said to see the Polylang site info:

    “For all widgets you have now the possibility to choose to display it for all languages (default) or only one language. If you select “All languages” you will have the possibility to translate the title in the Strings translation option.”

    Which, of course, only refers to the widget title translation and not the widget content translation. I realise that now. I’d left it on All Languages thinking that was the advice to follow, seeing as previous advice had mentioned strings translations (which applied to topbar, but not to the footers set up in widgets).

    Anyway, I think I’m on the right track now. Steep learning curve for me!

    Tanya

    Tanya

    #165880

    – widgets are set to All Languages

    You can’t do that. I thought I said this before “For widgets you just need to create one for each language.”

    Unless you plan to only use one text widget on your entire site you shouldn’t use string translation for widgets.

    Ben

    #165876

    No luck, I’m afraid. I still have French buttons and Credits text in the English footer. It must be something simple:

    – widgets are set to All Languages
    – strings are translated
    – caches are purged

    I realised that I don’t have separate widgets for English and French versions – I think this may be the issue so I’ll now create extra widgets and see if that helps.

    Thanks

    Tanya

    #165873

    Hi, I’ve managed to change the French footer to french language text (via Appearance > Widgets) but that’s also changed the English footer to French, too!

    In forum: Virtue Theme

    In reply to: Home permalink issue

    #165860

    Pages will have twin pages based on translation. You can talk with polylang support for more help with that.

    yes if your default language is french then the french page will be listed. My instructions stay the same.

    switch the language in the admin to English then view your trashed pages.

    Ben

    #165824

    Hi Ben

    I checked and yes, the widgets are set at All Languages and all the strings have been translated in Polylang. The topbar displays fine now in both languages.

    The English footer is fine, but it’s the French one that doesn’t display properly – I have the French copyright line in place, but the rest of the text and the buttons are still appearing in English. I’ve purged all caches and re-loaded a couple of times, but this issue persists.

    Have you any idea where I’ve gone wrong?

    Thanks

    Tanya

Viewing 20 results - 581 through 600 (of 1,794 total)