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: Several little questions
In forum: Virtue ThemeIn reply to: Slider code required
February 8, 2016 at 9:53 am #80167add_action( 'kt_afterheader', 'kt_woocommerce_single_head_slider', 10 ); function kt_woocommerce_single_head_slider() { if (class_exists('woocommerce')) { if(is_product()) { if(ICL_LANGUAGE_CODE=='en') { echo '<div class="kt-desktopslider">'; echo do_shortcode('[cycloneslider id="1-english"]'); echo '</div><div class="kt-mobileslider">'; echo do_shortcode('[cycloneslider id="1-english-mobile"]'); echo '</div>'; } else if(ICL_LANGUAGE_CODE=='fr') { echo '<div class="kt-desktopslider">'; echo do_shortcode('[cycloneslider id="1-english"]'); echo '</div><div class="kt-mobileslider">'; echo do_shortcode('[cycloneslider id="1-english-mobile"]'); echo '</div>'; } else { echo '<div class="kt-desktopslider">'; echo do_shortcode('[cycloneslider id="1-dutch"]'); echo '</div><div class="kt-mobileslider">'; echo do_shortcode('[cycloneslider id="1-dutch-mobile"]'); echo '</div>'; } } } }In forum: Virtue ThemeIn reply to: Slider code required
In forum: Virtue ThemeTopic: Slider code required
Hello,
Previously, I had a code given for cyclone sliders on individual products, that I had inserted in my functions.php file in the child theme. It had a check for languages too…
add_action( 'kt_afterheader', 'kt_woocommerce_single_head_slider', 10 );
function kt_woocommerce_single_head_slider() {
if (class_exists('woocommerce')) {
if(is_product()) {
if(ICL_LANGUAGE_CODE=='en') {
echo do_shortcode('[cycloneslider id="1-english"]');
} else {
echo do_shortcode('[cycloneslider id="1-dutch"]');
}
}
}
}I would like the mobile versions for both the languages to be added to this code too…
The code for desktop + mobile version given to me was:
<div class="kt-desktopslider">[cycloneslider id="1-english-desktop"]</div><div class="kt-mobileslider">[cycloneslider id="1-english-mobile"]</div>
<div class="kt-desktopslider">[cycloneslider id="1-dutch-desktop"]</div><div class="kt-mobileslider">[cycloneslider id="1-dutch-mobile"]</div>
How do I incorporate these two lines in the above code or does the code need to change?
Your help would be appreciated.
Kind Regards
In forum: Virtue ThemeIn reply to: Woocommerce: random missing product pages
Hi,
my wordpress permalink setting is Post name: http://tuscanini.audio/tuscanini/sample-post/
I cannot find any permalink setting inside the woocommerce setting page. However, I tried to clean WC Transients and Expired Transients and to rebuild the Term counts without success.
This is the configuration of my woocommerce plugin:### WordPress Environment ### Home URL: http://tuscanini.audio/tuscanini Site URL: http://tuscanini.audio/tuscanini WC Version: 2.5.2 Log Directory Writable: ✔ /home/lapalazz/public_html/tuscanini/wp-content/uploads/wc-logs/ 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.6.17 PHP Post Max Size: 128 MB PHP Time Limit: 120 PHP Max Input Vars: 3000 SUHOSIN Installed: – MySQL Version: 5.5.44 Max Upload Size: 128 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 2.5.2 : 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 (17) ### Polylang: by Frédéric Demarle – 1.8.1 Auto Terms of Service and Privacy Policy: by TourKick (Clifford P) – 1.7 Black Studio TinyMCE Widget: by Black Studio – 2.2.8 Child Theme Configurator: by Lilaea Media – 1.7.9.1 Cookie Law Info: by Richard Ashby – 1.5.3 Cyclone Slider Pro: by Nico Amarilla – 2.10.1 Kadence Slider: by Kadence Themes – 1.5.1 List Plugins: by SedLex – 1.4.3 Slider Revolution: by ThemePunch – 5.1.6 SG CachePress: by SiteGround – 2.3.3 Page Builder by SiteOrigin: by SiteOrigin – 2.2.2 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.11.23 WooCommerce Polylang Integration: by Darko Gjorgjijoski – 0.2 WooCommerce: by WooThemes – 2.5.2 Yoast SEO: by Team Yoast – 3.0.7 WP Editor: by Benjamin Rojas – 1.2.5.3 MailPoet Newsletters: by MailPoet – 2.7 ### Settings ### Force SSL: ✔ Currency: EUR (€) Currency Position: right Thousand Separator: . Decimal Separator: , Number of Decimals: 2 ### API ### API Enabled: ✔ API Version: 3.1.0 ### WC Pages ### Shop Base: #937 - /en/shop/ Cart: #845 - /en/cart/ Checkout: #847 - /en/checkout/ My Account: #849 - /en/my-account/ ### Taxonomies ### Product Types: external (external) grouped (grouped) simple (simple) variable (variable) ### Theme ### Name: Virtue - Premium Child Version: 1.0.1453800605 Author URL: Child Theme: ✔ Parent Theme Name: Virtue - Premium Parent Theme Version: 3.4.7 Parent Theme Author URL: https://www.kadencewp.com/ 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.phpFor the polylang plugin I have the WPML Compatibility option set to Activated and I cannot change it. The description is WPML compatibility mode of Polylang.
Regarding to the URL setting of polylang I have:
Remove /language/ in pretty permalinks: Example: http://tuscanini.audio/tuscanini/en/
and
The language is set from the directory name in pretty permalinks: Example: http://tuscanini.audio/tuscanini/en/my-post/The site is under development and in the future I will move it into the finale URL http://tuscanini.audio.
Thank youIn forum: Virtue ThemeIn reply to: Menue in 2nd languages is not working
February 4, 2016 at 2:48 pm #79787Hey,
Stylesheet in 2nd languages – that doesn’t make sense? Are you sure they referenced stylesheets?Can you tell me whats going on with the menu?
From the output it looks like your internal menu is double. Have you tried previewing with a different theme?
Ben
In forum: Virtue ThemeHello
I’m using WPML and I made for each language a sidebar but somehow the categories coming all double and the menu does not work
I’ve Contacted WPML and WPML thinks that maybe the theme is not displaying the Stylesheet in 2nd languages.
I’ve already tried with the normal theme Virtue Version: 2.6.2 and it was better, unfortunately I could not see my menus. I also uninstalled Virtue – Premium and installed again but it still does not work!
Thank you,
RalfIn forum: Virtue ThemeIn reply to: Homepage layout
February 4, 2016 at 10:17 am #79698Hey,
If it’s on your home page. Use the shortcode option for the slider instead of the Kadence slider option. That will just mean you add a slider shortcode into the shortcode box but that box is string translatable in your polylang or wpml settings. So you in fact make two sliders one for each language and translate the “shortcode” to the other sliders shortcode.Ben
In forum: Virtue ThemeIn reply to: Product quantity in checkout
This reply has been marked as private.February 4, 2016 at 6:19 am #79632In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Is virtue premium support other language?
Hi Mike,
The theme doesn’t have a rtl css file, sorry. The dir=”rtl” will show in the header if your using a rtl language, but it is very likely that you will have to add in custom css for certain things to make it rtl. We would be happy to help with any css.Hannah
In forum: Virtue ThemeIn forum: Pinnacle ThemeTopic: weird woocommerce notice
Hi Ben,
after updating to woocommerce 2.5.x I get this notice
Your theme (Pinnacle Premium – Child) contains copies of some of the update template WooCommerce. These files may need to be updated to ensure compatibility with the current version of WooCommerce. You can see which files are out of date by the system status page. If in doubt, check with the author of the topic.The Child theme is only for the theme options settings not for else can you check this issue, please?
website http://www.wocmultimedia.biz here’s the System Report from woocommerce system page
### WordPress Environment ###
Home URL: *Login to see link
Site URL: *Login to see link
WC Version: 2.5.2
Log Directory Writable: ✔ /web/htdocs/www.wocmultimedia.biz/home/wp-content/uploads/wc-logs/
WP Version: 4.4.1
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
Language: en_US### Server Environment ###
Server Info: Apache
PHP Version: 5.6.17
PHP Post Max Size: 55 MB
PHP Time Limit: 300
PHP Max Input Vars: 10000
SUHOSIN Installed: –
MySQL Version: 5.5.45
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.2
:
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 (32) ###
Add From Server: by Dion Hulse – 3.3.1
All in one Favicon: by Arne Franken – 4.3
Black Studio TinyMCE Widget: by Black Studio – 2.2.8
Cyclone Slider Pro: by Nico Amarilla – 2.10.1
Duplicate Post: by Enrico Battocchi – 2.6
Easy Heads Up Bar: by Greenweb – 2.1.7
AVH Extended Categories Widgets: by Peter van der Does – 4.0.2
Flip Book: by flipbuilder.com – 1.0
Google XML Sitemaps: by Arne Brachhold – 4.0.8
Kadence Slider: by Kadence Themes – 1.5.1
Leaflet Map: by bozdoz – 1.14
Maps Marker Pro ®: by MapsMarker.com e.U. – 2.6.2
Link Manager: by WordPress – 0.1-beta
Manage Upload Types: by Jeremy Madea – 1.3
OSM: by MiKa – 3.6.2
Paid Memberships Pro: by Stranger Studios – 1.8.7.3
Per page head: by Erik von Asmuth – 1.2.1
Paid Memberships Pro – WooCommerce Add On: by Stranger Studios – 1.2.10
Pro Categories Widget: by Shambhu Prasad Patnaik – 1.3
qTranslate-X: by qTranslate Team – 3.4.6.4
Reveal IDs: by Oliver Schlöbe – 1.4.6.1
Slider Revolution: by ThemePunch – 5.1.5
SEO Ultimate: by SEO Design Solutions – 7.6.5.8
Simple Share Buttons Adder: by Simple Share Buttons – 6.1.5
Standout CSS3 Buttons: by Jimmy Peña – 0.3.0
Easy Updates Manager: by kidsguide
ronalfy
pixolin
roary86 – 5.4.3WooCommerce & qTranslate-X: by qTranslate Team – 1.3
WooCommerce – Table Rates: by WP Ronin – 1.4.0
WooCommerce: by WooThemes – 2.5.2
WP Gallery Custom Links: by Four Lights Web Development – 1.11
WP Slimstat: by Camu – 4.2.6
WPTB Language: by Stanil Dobrev – 1.1.0### Settings ###
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2### API ###
API Enabled: –
API Version: 3.1.0### WC Pages ###
Shop Base: #649 – /shop/
Cart: #650 – /carrello/
Checkout: #651 – /checkout/
My Account: #652 – /mio-account/### Taxonomies ###
Product Types: external (external)
grouped (grouped)
simple (simple)
variable (variable)### Theme ###
Name: Pinnacle Premium – Child
Version: 1.0.1
Author URL: *Login to see link
Child Theme: ✔
Parent Theme Name: Pinnacle Premium
Parent Theme Version: 1.5.7
Parent Theme Author URL: *Login to see link
WooCommerce Support: ✔### Templates ###
Overrides: pinnacle_premium/woocommerce/archive-product.php
pinnacle_premium/woocommerce/content-product.php
pinnacle_premium/woocommerce/content-product_cat.php version 2.5.0 is out of date. The core version is 2.5.2
pinnacle_premium/woocommerce/content-single-product.php
pinnacle_premium/woocommerce/loop/loop-end.php
pinnacle_premium/woocommerce/loop/loop-start.php
pinnacle_premium/woocommerce/loop/rating.php
pinnacle_premium/woocommerce/loop/sale-flash.php
pinnacle_premium/product-searchform.php
pinnacle_premium/woocommerce/single-product/add-to-cart/variable.php
pinnacle_premium/woocommerce/single-product/product-image.php
pinnacle_premium/woocommerce/single-product/product-thumbnails.php
pinnacle_premium/woocommerce/single-product/related.php
pinnacle_premium/woocommerce/single-product/up-sells.php
pinnacle_premium/woocommerce/single-product.php
pinnacle_premium/woocommerce/taxonomy-product_cat.php
pinnacle_premium/woocommerce/taxonomy-product_tag.php: Learn how to update outdated templates
Thanks,
Angelo
In forum: Virtue ThemeIn forum: Pinnacle ThemeTopic: JavaScript error
Hey guys,
The theme is throwing up this JavaScript error.Error: TypeError: a is null
Source File: *Login to see link
Line: 69I’m using a booking plugin where the tooltips only work when I disable the Pinnacle theme. Is there any way to fix?
Thank you
AutumnIn forum: Virtue ThemeIn reply to: Portfolio Filter Trigger
In forum: Virtue ThemeJanuary 25, 2016 at 9:14 am #77571Hey,
1. I think hannah meant theme options > language settings. You will see sale as part of that options page.2. so adding an extra badge over the image would take a plugin like this: https://wordpress.org/plugins/yith-woocommerce-badges-management/
Hope that helps,
Ben
In forum: Virtue ThemeIn reply to: search field
January 25, 2016 at 8:44 am #77561Hey,
Theme options > Language Settings. Search placeholder should do it.Ben
In forum: Virtue ThemeIn reply to: Sidebar plugin issue
In forum: Virtue ThemeIn reply to: Sidebar plugin issue
-
AuthorSearch Results


