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 Theme
In reply to: Virtue: Image resizing height in mobiles
April 26, 2016 at 10:45 am #92589Hey,
1. If you are referng to this image: *remove linkYou would save a lot by removing the empty spaces on either side.
2. For hiding:
@media (min-width: 768px){ #pg-20-0 { display: none; } }3. If you’re not seeing the custom menu widget title in your string translations of WPML then you may need to create two widgets and show one per language. See here https://wpml.org/2014/08/display-different-widgets-per-language-wpml-widgets/
Ben
In forum: Virtue ThemeIn reply to: Virtue: Image resizing height in mobiles
In forum: Virtue ThemeIn reply to: translation plugin
This plugin will allow you to make direct edits to your language files within your WP admin area.
https://wordpress.org/plugins/loco-translate/Try that out and let me know if it works for you.
In forum: Virtue ThemeTopic: portfolio problem
Hello there,
can you tell me why my second page of portfolio doesn’t work, in both languages?
Kind regards,
PiotrIn forum: Virtue ThemeIn reply to: add to cart buttons are missing on product page
In forum: Virtue ThemeTopic: Woo category pages are gone
Something strange happened today. We had problem with the site and the pages went blank. I then deactivated the plugins via FTP. I managed to get the site back up and I started to activate the plugins one by one. I activated Woocommerce, but the category pages just wouldn’t show up. I have checked in the menus and the URL seems to be ok. The product pages in Woo are working just fine. Any idea what might have happened and do you have a “cure”?
(The category pages are the ones in the lower menu, e.g. “Display & expo”)
### WordPress Environment ###
Home URL: *Login to see link
Site URL: *Login to see link
WC Version: 2.5.5
Log Directory Writable: ✔
WP Version: 4.5
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
Language: sv_SE### Server Environment ###
Server Info: Apache/2.2.31 (FreeBSD) PHP/5.5.33 mod_ssl/2.2.31 OpenSSL/0.9.8zh-freebsd
PHP Version: 5.5.33
PHP Post Max Size: 50 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
SUHOSIN Installed: –
MySQL Version: 5.5.34
Max Upload Size: 50 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔### 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: av Black Studio – 2.2.8
Contact Form 7: av Takayuki Miyoshi – 4.4.1
Cyclone Slider Pro: av Nico Amarilla – 2.10.4
Kadence Slider: av Kadence Themes – 1.5.3
Slider Revolution: av ThemePunch – 5.2.5
Page Builder by SiteOrigin: av SiteOrigin – 2.4.6
WooCommerce Customizer: av SkyVerge – 2.2.0
WooCommerce: av WooThemes – 2.5.5### Settings ###
Force SSL: –
Currency: SEK (kr)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2### API ###
API Enabled: ✔
API Version: 3.1.0### WC Pages ###
Butikbas: #4 – /butik/
Varukorg: #5 – /varukorg/
Kassan: #6 – /till-kassan/
Mitt konto: Sida har ej valts### Taxonomies ###
Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Theme ###
Name: Virtue – Premium Child
Version: 1.0.0
Author URL: *Login to see link
Child Theme: ✔
Parent Theme Name: Virtue – Premium
Parent Theme Version: 3.6.0
Parent Theme Author URL: *Login to see link
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: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Translation plug in
In forum: Pinnacle ThemeTopic: Translation plug in
In forum: Virtue ThemeHi!
1. I’ve based a custom form in my child theme on the code in the page-contact.php. I found something what I think can result in an error in edge cases:
$headers = __("From", "virtue").': '.$name.' <'.$emailTo.'>' . "rn" . 'Reply-To: ' . $email;
Here the “From” is translated (very different for each language), but in mail headers it should always be english “From”.Anyways, wp_mail adds a “From” header anyway (which is [email protected] in my case). So this is not needed, especially there is “Reply-To” anyways for convenient and easy answering. I would propose to only use simply this instead:
$headers = "Reply-To: $email"2. Besides this, I am not over all and totally sure if the parsing of the mail and comments user input is sufficient. The best resource on this is *Login to see link and here step 3 “Sanitize all the things”. … 5 min later … Ok, there is wp_filter_kses, so probably all same here 😉
Kind regards!
In forum: Pinnacle ThemeIn forum: Pinnacle ThemeIn reply to: Home Widget Area Problem
April 15, 2016 at 3:40 pm #90967The home widget area is differnet and one of the ways would be through the string translation but I don’t recommend it because of the exact issue you were having wpml just isn’t the best with that so the easiest to me would be that you use the home page content instead of the widget area. Then you can translate right in the page.
Else you would need to use widget logic and show a widget based on language, see here: https://wpml.org/2011/03/howto-display-different-widgets-per-language/
In terms of the icons you can do that in your string translation settings of wpml. Each icon area would have each part available for translation.
BenIn forum: Virtue ThemeIn reply to: Change the "Upsell products" text
In forum: Virtue ThemeIn reply to: Home Layout Fullwidth slider
April 14, 2016 at 5:45 pm #90767Hey,
1. Ok to be clear child themes see here: https://www.kadencewp.com/child-themes/
If you don’t know coding then you would need to hire someone to do this and add extra fields.2. In your apperance > menus page you can add categories to the menu by clicking “screen options” in the top right corner and adding categories.
3. What version of IE?
4(1). Theme options > language settings.
5(2). ^ same.
6(3). That would require you edit the plugin woocommerce. You would have to edit their file directly to change text like that.
7(4). You can add text in a text widget using the topbar widget area… enabled in your theme options > topbar settings.8(1). I don’t have a recommendation for this. Might be worth asking woocommerce.
9(2). For that you would need a shipping system that handled labels or did all your shipping through a third party system like ship station. That isn’t something I can recommend, to many variables you need to see what makes the most sense for you at a price you’re willing to pay. There are manual entry optijons through:
https://wordpress.org/plugins/aftership-woocommerce-tracking/
https://wordpress.org/plugins/yith-woocommerce-order-tracking/
10(3). I’ve used this: https://www.woothemes.com/products/smart-coupons/
I’ve not used any of the other cheaper ones that do similar things.Ben
In forum: Pinnacle ThemeIn reply to: Translation overwritten when updating Virtue Premium
From the Loco Translate FAQ.
https://localise.biz/help/wordpress/translate-plugin/faqs#17
“Why have my translation files been deleted?If you’re translating somebody else’s theme, any files you save inside the theme’s folder will be deleted by automatic updates of the theme. This can be avoided by setting up Loco to save files in the global languages directory. This will protect your files from theme and plugin updates.”
This explains it pretty well. Let us know if you need any help setting up a global language directory.
With the last theme changes (latest version) the home page in my other languages (french + german) only display the blog, and i can not make it work again.
*Login to see link
*Login to see linkCan you please help me,
CédricIn forum: Virtue ThemeIn reply to: Features image makes posts on home page disappear
April 10, 2016 at 5:32 am #89986Sure! here’s the link
I use WPML and the pbm occurs on the home page for both languagesIn forum: Virtue ThemeTopic: Theme quit working HELP!`
lifelineelixirs.biz
### WordPress Environment ###
Home URL: *Login to see link
Site URL: *Login to see link
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.4.42
PHP Post Max Size: 65 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
SUHOSIN Installed: –
MySQL Version: 5.5.43
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔### 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 (13) ###
AgeVerify Pro: by Imbibe Digital – 1.5
Akismet: by Automattic – 3.1.10
Authorize.net Payment Gateway For WooCommerce: by Ishan Verma – 3.5
Black Studio TinyMCE Widget: by Black Studio – 2.2.8
Cyclone Slider Pro: by Nico Amarilla – 2.10.4
Kadence Slider: by Kadence Themes – 1.5.3
Ninja Forms: by The WP Ninjas – 2.9.40
Slider Revolution: by ThemePunch – 5.2.3.5
Search Engine Visibility: by GoDaddy – 0.5
Sidekick: by Sidekick.pro – 2.6.8
Page Builder by SiteOrigin: by SiteOrigin – 2.4.4
WooCommerce: by WooThemes – 2.5.5
WP101 Video Tutorials: by WP101Plugin.com – 0.3### Settings ###
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2### API ###
API Enabled: ✔
API Version: 3.1.0### WC Pages ###
Shop Base: #18 - /shop/
Cart: #7 - /cart/
Checkout: #8 - /checkout/
My Account: #9 - /account/### Taxonomies ###
Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Theme ###
Name: Virtue - Premium
Version: 3.5.8
Author URL: *Login to see link
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 themeWooCommerce 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/emails/admin-cancelled-order.php
virtue_premium/woocommerce/emails/admin-failed-order.php
virtue_premium/woocommerce/emails/admin-new-order.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.phpIn forum: Virtue ThemeTopic: Theme quit working HELP!`
### WordPress Environment ###
Home URL: *Login to see link
Site URL: *Login to see link
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.4.42
PHP Post Max Size: 65 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
SUHOSIN Installed: –
MySQL Version: 5.5.43
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔### 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 (13) ###
AgeVerify Pro: by Imbibe Digital – 1.5
Akismet: by Automattic – 3.1.10
Authorize.net Payment Gateway For WooCommerce: by Ishan Verma – 3.5
Black Studio TinyMCE Widget: by Black Studio – 2.2.8
Cyclone Slider Pro: by Nico Amarilla – 2.10.4
Kadence Slider: by Kadence Themes – 1.5.3
Ninja Forms: by The WP Ninjas – 2.9.40
Slider Revolution: by ThemePunch – 5.2.3.5
Search Engine Visibility: by GoDaddy – 0.5
Sidekick: by Sidekick.pro – 2.6.8
Page Builder by SiteOrigin: by SiteOrigin – 2.4.4
WooCommerce: by WooThemes – 2.5.5
WP101 Video Tutorials: by WP101Plugin.com – 0.3### Settings ###
Force SSL: –
Currency: USD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2### API ###
API Enabled: ✔
API Version: 3.1.0### WC Pages ###
Shop Base: #18 - /shop/
Cart: #7 - /cart/
Checkout: #8 - /checkout/
My Account: #9 - /account/### Taxonomies ###
Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Theme ###
Name: Virtue - Premium
Version: 3.5.8
Author URL: *Login to see link
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 themeWooCommerce 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/emails/admin-cancelled-order.php
virtue_premium/woocommerce/emails/admin-failed-order.php
virtue_premium/woocommerce/emails/admin-new-order.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.phpIn forum: Virtue ThemeHi,
How can I customize the title of the Blog Post Bottom Carousel Default? I want to translate “Recent Posts” in my language and
I don’t see any way to do this in the Theme Options. It seems that I have to modify some php files in my child theme, right? If
yes, could you point me in the right direction? Thank you. -
AuthorSearch Results


