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: Pinnacle ThemeIn forum: Pinnacle Theme
Hi There,
I am trying to change the language on my new site from English to Danish.
I can see you reccommend Codestyling Localization to do this. But I keep in getting a Script Guard warning telling me that there is a problem with the theme and WooCommerce.
1st warning:
Malfunction at current Theme detected!
Name: Pinnacle Premium | Author: Kadence Themes
Below listed scripts has been automatically stripped because of injection:
*Login to see link2dn warning:
Malfunction at 3rd party Plugin detected!
Name: WooCommerce | Author: WooThemes
Below listed scripts has been automatically stripped because of injection:
*Login to see linkHave you seen this problem before?
Best regards
Mads
In forum: Virtue ThemeIn reply to: Moved to LIquid Web, Now Virtue doesn't work with w3
In forum: Virtue ThemeIn reply to: Change text in shopping cart widget
March 21, 2015 at 10:43 am #34925What plugin are you using? The string is part of the .pot file and it’s in the language strings. Once you update you need to add something to your cart, that will clear the cache.
Ben
In forum: Virtue ThemeIn reply to: RTL support?
March 20, 2015 at 10:23 am #34773The theme doesn’t have a rtl css file. The dir=”rtl” will show in the header if your using a rtl language but it’s very likely that you will have to add in custom css for certain things to make it rtl. If you tell me what your having trouble with I can help with the custom css.
Ben
In forum: Virtue ThemeTopic: RTL support?
Hi Ben 🙂
Just a quick question – I really want to use Virtue (or Pinnacle BTW) for a conference website I’m building, but this website would need a localisation in Hebrew – hence my question: does either of the themes support Right To Left writing?
I’ll obviously use WPML for the Hebrew localisation, but the theme still needs to also support RTL writing (*Login to see link
Ok, edit – I just read following on the WPML blog (the link above):
Now that your content is translated, it’s time to move our attention to the theme.
This little line does most of the magic:
<html dir="rtl" lang="he-IL">The dir=”rtl” attribute tells the site that the display direction for the entire site is Right to Left. Browsers understand it and will flip everything to right direction.
This single PHP line, from header.php, makes it happen:
<html <?php language_attributes(); ?>>
The call to language_attributes inserts the dir and lang attributes. The values come from the core .mo file. If you have the correct .mo files for WordPress, you get the correct values for these attributes.If your theme’s HTML and CSS follow ‘safe’ practices, this is really all you need. By safe, I mean no absolute positioning or widths. If you must use absolutes, you may consider loading different CSS per language.
So I guess my question is now: can I safely do this with Virtue or Pinnacle (premium versions) without breaking everything, including mobile responsiveness?
Thanks!
AnneIn forum: Virtue ThemeIn reply to: how to translate the Icon text on the front page
In forum: Virtue ThemeHi there,
after activating three topbar widgets (Social links, Language Selector and Search) I got them all in three different rows within the Topbar.
Here is my website:
*Login to see linkAt the moment I tried the following CSS and two of them managed to be in the same line, however both below the Social links panel.
How could I resolve this issue?
Thanks!***************
.kad-topbar-right #virtue_social_widget {
float: left;
}
.kad-topbar-right #topbar-search form {
float: right;
}
.kad-topbar-right #lang_sel_list {
float: left;
}
*****************In forum: Virtue ThemeHi,
after having established the shop in german now, we’d like to add English as another language. There seem to be several options like
* WPML (see here and here)
* qTranslate support for WooCommerce
* or MultilingualPress Pro
I am slightly in favor of WPML as first option because it seems to be most widespread, but I have absolutely no experience with it. Any recommendations? What works best together with Virtue? What’s the most often used plugin that other virtue user choose to make their website/shop multilangual?
In forum: Virtue ThemeTopic: Language switcher in topbar
Hi Team,
I’ve got the WPML language switcher working in the topbar of my website, but it’s almost in the middle. Is there any way to move it to the far right?
*Login to see linkThanks!
In forum: Virtue ThemeIn reply to: Page Builder Language issues
Hi Ben,
With the polylang I have a translation page into German that I can edit, but either page that I edit in pagebuilder just wipes out the content for the other side. The site so far can only be in German or English on the front page. 🙁 It seems that that pagebuilder just keeps the structure the same for both sides, but for some reason it doesn’t save the languages.
In forum: Virtue ThemeIn reply to: Page Builder Language issues
March 9, 2015 at 10:50 am #33538Polylang should let you have two different pagebuilder setups for each language just like WPML. The home page should be like any other where you have copies of the same page for each language and you can edit for each language?
Ben
In forum: Virtue ThemeTopic: Page Builder Language issues
Hello,
I am using Polylang on our site and I have used the pagebuilder on the homepage, but everything that I edit in the homepage ends up on the German home page and vice versa. My question is should I create a separate home page for the German page which isn’t linked to the English page or is there a work around?
Thanks in advance,
-Donovan
Hi. I needed to translate a few frontend strings to Danish, so I installed the Loco Translate plugin from *Login to see link – but I had difficulties adding the Danish da_dk language.
When I clicked the “File Permissions OK” link, for the Pinnacle Premium package, I was notified of the following potential issus:
* Theme does not declare a “Text Domain” .. Loco has guessed “pinnacle_premium”
* Theme has a strange POT file name (default.mo). A better name would be “pinnacle_premium.pot”To see if I could get things working, I:
* Added “Text Domain: pinnacle-premium” to style.css according to *Login to see link
* Renamed default.pot to pinnacle-premium.potThese two changes, made loco-translate happy, not throwing any errors, and I was then able to add the da_dk language and translating the strings successfully.
Just for your information 🙂
BjarneIn forum: Virtue ThemeIn reply to: Unable to remove logo
March 6, 2015 at 9:36 am #33294Check your string translation, remove the logo string there if you want to remove the logo. the string allows you to change the logo by language so thats why you have the option.
Ben
In forum: Virtue ThemeHi,
I found some mistranslations in the German language and I’ve correct this for myself. But now after an update this mistranslations are gone. How can I change this, so that after an update I don’t have to correct it again?
On english: Thanks, your email was sent successfully.
Your translation: Danke, ihr E-Mail wurde erfolgreich gesendet.
Correct translation: Danke, Ihre E-Mail wurde erfolgreich gesendet.Everywhere in the translation in the word "ihr" the letter "i" is lowercase, but in German it is polite to write the "i" in capital letters. And in much more cases, the "ihr" has been used incorrectly. In German there are ofte the "Ihre" in use, for example when you mean a plurality.
thanks, regards
In forum: Virtue ThemeIn reply to: Navigation in This Forum
March 5, 2015 at 10:39 am #33205The text can be edited in the theme options > language settings.
The icon can be overridden by css, what icon are you wanting. need a link.
Ben
In forum: Virtue ThemeTopic: SSL certificate instilation
Hello guys. This is not really an issue with functionality of your theme but rather an issue with my lack of understanding certain matters so I wonder if you could help me with my Positive SSL verification. I would like the Comodo Secure logo to go on my home page to the right of my customer file access link. I have a space laid aside for this. Unfortunately I am not understanding the instructions that Comodo secure have given me. I alredy have the png in my library and it is in the coding that comodo secure have given me. Obviously this is extremely important to me as it is my SSL verification for customers to view. Any help with this matter would be greatly appreciated as I am lacking in coding Knowledge. My site is *Login to see link I have included the coding below for you to have a look at. Kind regards Paul
Select the position on your page where you’d like the TrustLogo to appear.
Position: Inline
Install Code Snippets
Your code snippets will appear below based on the position you choose for your TrustLogo.Please insert the following two snippets of HTML code into your webpage document. You will need to repeat the process for each web page you wish to display the TrustLogo.
1. Copy and Paste the following piece of code and insert EXACTLY before your </HEAD> tag.
<script type=”text/javascript”>
//<![CDATA[
var tlJsHost = ((window.location.protocol == “https:”) ? “*Login to see link : “*Login to see link
document.write(unescape(“%3Cscript src='” + tlJsHost + “trustlogo/javascript/trustlogo.js’ type=’text/javascript’%3E%3C/script%3E”));
//]]>
</script>2. Copy and Paste the following piece of code and insert EXACTLY before your </BODY> tag.
<script language=”JavaScript” type=”text/javascript”>
TrustLogo(“*Login to see link “CL1”, “none”);
</script>
SSL CertificatesAfter installing the above code snippets, check to make sure your TrustLogos are displaying correctly on your website. For more help and information, watch our installation video or visit the Comodo forums at forums.comodo.com
In forum: Pinnacle ThemeHello,
I am using Roboto font. I have searched for this font at google fonts and I can see it supports latin extended, which I need for these letters (ščćž…): *Login to see link
Chrome: *Login to see link
Firefox: *Login to see linkI have already found this issue on forum, but changing to Latin Extended ain’t working (I am probably using the same language as him) : *Login to see link
Thanks for all your help!
Regards, Matevz
In forum: Virtue ThemeTopic: i cannot see my products
hello kadence i have bought the virtue template and setting up a shop with woocommerce
i cannot get my products to show on the shopping page (winkel) dutch language.
my url is *Login to see link can you please help me…
what am i doing wrongthanks kevin
-
AuthorSearch Results


