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'
-
AuthorSearch Results
-
In forum: Virtue ThemeJune 22, 2017 at 5:01 pm #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
In forum: Virtue ThemeHi,
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 ThemeIn reply to: Overlapping sidebar content
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
In forum: Virtue ThemeJune 19, 2017 at 4:37 am #149260Hi 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: *Login to see link (when you click on that, it doesn’t go anywhere)
Description: Virtue Premium Child Theme
Author: My Name Leila Kubegusa
Author URI: *Login to see link (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-child2. 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!
LeilaIn forum: Virtue ThemeTopic: Demo version 4
In forum: Virtue ThemeTopic: Language Switcher Widget
June 12, 2017 at 2:38 pm #148661Hello.
Help me please to find Language Switcher Widget.
I can`t see it on my Appearance -> Widgets pannel.
*Login to see linkIn forum: Virtue ThemeJune 12, 2017 at 10:54 am #148637In 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 ThemeIn reply to: error log
June 6, 2017 at 11:10 am #147886So 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
In forum: Membership ForumsIn reply to: Kadence Galleries Filter: "All"
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/
In forum: Membership ForumsIn reply to: Kadence Galleries Filter: "All"
In forum: Virtue ThemeIn reply to: Homepage Content & Polylang
In forum: Virtue ThemeIn reply to: Homepage Content & Polylang
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,
AstridIn forum: Virtue ThemeBuilding 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=”*Login to see linkHowever 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
FrankIn forum: Virtue ThemeIn forum: Reply To:May 29, 2017 at 2:14 pm #147042Likely 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
In forum: Virtue ThemeIn reply to: WPML compatibility with shorcodes
May 24, 2017 at 2:11 pm #146570ok, 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
In forum: Ascend ThemeIn reply to: Staff posts Read more -text off
In forum: Virtue ThemeIn reply to: Move search icon on main menu further to the left
In forum: Virtue ThemeHi,
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:
*Login to see linkAny 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).
In forum: Virtue ThemeMay 22, 2017 at 3:50 pm #146305You 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
-
AuthorSearch Results


