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 - 701 through 720 (of 1,794 total)
  • Author
    Search Results
  • #149661

    Hey,

    If your using page builder you can’t also use the string translation to translate any widgets. The widgets in the page and widget area will get all mixed up in WPML.

    If you need to translate footer or sidebar widgets you would need to make a widget per language that way the string translation is not effecting any widgets.

    Ben

    #149577

    Hi,

    After last update I have problem with Virtue – after making a change in any widget in PL version of the site (for example on About US page) the content of this widget is copied to some completly diffrent widget on EN version (for example it copied changed text from About us widget in PL and put it in footer widget in EN version).

    I am using WPML and everything is up to date.

    Any idea?

    In forum: Ascend Theme
    #149514

    If you find any issues in mobile, you can wrap the CSS in a media query like this in order to only effect desktop:

    @media (min-width: 992px) {
    .bundled_product_summary {
        padding-left: 35px !important;
    }
    }

    The sale banner is actually output by the theme. You can set the text in Theme Options> Language Settings. You can hide it with CSS, but I would think that it’s worth leaving there so that customers have an indication that the product is on sale.

    This CSS will hide the Sale banner:

    span.onsale {
        display: none;
    }

    -Kevin

    #149260

    Hi team,

    I want to translate some text to Dutch in my virtue theme that’s not up for editing in the theme options language settings, and looking for the easiest way to do that. (so, without adding a plugin)
    The text I want to change is on the bottom of each post where it says “previous post” and “next post”.
    I want to have the Dutch words there: “vorig artikel” and “volgend artikel”.

    I thought to create a child theme. I found your tutorial.

    I still have some questions.

    1.

    What url do I need to replace the example url’s with, considering my domain name is prachtwerk.be?
    Would this be correct?

    Theme Name: Virtue Premium Child
    Theme URI: (when you click on that, it doesn’t go anywhere)
    Description: Virtue Premium Child Theme
    Author: My Name Leila Kubegusa
    Author URI: (does this matter?)
    Template: virtue_premium (the name of the standard virtue theme folder I see in ftp)
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout
    Text Domain: virtue-child

    2. Do I need to add the function.php as a complete empty file? (Why?)

    3. What code do I add to tell it different names for the “previous post” and “next post” ?

    Thanks in advance for pointing me in the right direction!
    Leila

    In forum: Virtue Theme
    #148753

    Hi
    I have started based on the demo 4
    I need to replace the simple contact form build into the page and replace by contact form 7 so I can change the language etc.
    How do I replace it?

    #148661

    Hello.
    Help me please to find Language Switcher Widget.
    I can`t see it on my Appearance -> Widgets pannel.

    #148637

    In your settings, you have set the editor mode to “raw”

    If I switch it to “Use Language Switching Buttons” and edit a category (don’t make any changes) just save it then it works.

    I can’t tell you why as this isn’t my plugin but that is a workaround to make it work.

    Ben

    In forum: Virtue Theme

    In reply to: error log

    #147886

    So this looks like an issue with polylang and the adjacent post links because polylang is trying to sort out the adjacent post and which language it should be in.

    I suggest temporarily turning off the single product arrows (theme options > product settings) and I’ll try and rework the code to support polylangs filtering.

    Ben

    #147758

    Hey,
    i changed it already in language settings but i doesn’t work.
    I updated the plugin and the K Galleries doesn’t load anymore….

    here is the site with the gallery: https://www.gabo360.de/produkte/

    #147746

    Hey,
    You should be able to change that from Theme Options > Language Settings.
    Hope that helps!

    Hannah

    In forum: Virtue Theme
    #147703

    The best news: Now I can supress the display of the cart in the topbar for the english language as well:

    .language-en .kad-cart-total {display:none;}

    In forum: Virtue Theme
    #147700

    I’ve found a way. I switched back from using Page Builder, because it creates only one page for my homepages.

    Than I added this little function to my functions.php:

    /* Adding a language class to the body to apply styles individually per language */
    add_filter('body_class', 'append_language_class');
    	function append_language_class($classes){
    	$classes[] = 'language-'.ICL_LANGUAGE_CODE; 
    	return $classes;
    }

    Now I can use this custom css in the theme options:
    .language-en .home-product {display:none;}

    Best regards,
    Astrid

    #147415

    Building and affiliate site and tried to add a grid display creates at Commission Junction. It ( CJ ) gave me a JavaScript to post on the website.
    <script type=”text/javascript” language=”javascript” src=”

    However when adding this to a post nothing appears. Yes, I did enter it in the Text editor and not Visual, however from reading what I have I realize this is more of a WordPress issue than Virtue.
    I can’t be the first person to run into this so thought I would ask for the most Virtue theme compatible solution?
    Thanks
    Frank

    #147104

    Hi,
    I have installed WPML to translate all website, but all the Theme option doesn’t have the English version.
    There is any solution?
    Thanks,
    Stefania

    In forum: Reply To:

    In reply to:

    #147042

    Likely you have not updated your language po file to sync from the latest pot file in woocommerce. That entire file was updated with 3.0 so you just need to re-sync your language file to the latest woocommerce pot file.

    Also, no the theme doesn’t control those strings.

    Ben

    #146570

    ok, so that would be why it’s not working. You can’t change the site language and then show french posts. You would need to translate each post and post categories so that if you change the language those items are translated.

    Ben

    #146518

    Not sure what you mean. Are you wanting to change the “more” text?

    You can change this by going to Theme Options> Language Settings.

    Is this what you’re after? Sorry if I’m understanding.

    -Kevin

    #146395
    This reply has been marked as private.
    #146393

    Hi,

    at the moment my menu is like:
    ... Contact | EN "My Account" "Cart" "Search"

    EN is the polylang language switcher
    My Account, Cart and Search are from Virtue’s Theme options under “Menu”

    Out of these 4 the “Cart” is the one mostly interacted with by the user, so it should be at the most right where it is better visible. Also “Search” would better fit to the language switcher. So I would like to change it as follows:
    ... Contact | EN "Search" "My Account" "Cart"

    Here’s a screenshot of my stage site:

    Any way of doing this? I thought of manually adding the cart or search as widgets, but cannot find a search widget which is just the search icon that can be clicked (there’s only a search input box widget).

    Basically I’d just like to change the order of My Account, Cart and Search. Ideally there would be a ways the order can be changed as part of Theme options > Menu settings (same I can adjust what is enabled/disabled and in which order on the Theme options > Main page settings).

    #146305

    You have padding in your VC builder that is adding padding to the top of your page. And in the footer, you seem to have a legacy WPML language switcher enabled which adds 30px padding to the bottom.

    Ben

Viewing 20 results - 701 through 720 (of 1,794 total)