Forum Replies Created
-
AuthorPosts
-
Hi Mikelare,
I see the Categories, tag and attributes not translate https://tppr.me/Auray Please try translate the text first.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Mikelare,
Can you send me admin account to check?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
The issue because the custom tab plugin not support load js and css of plugin PinMaker
You need add the suggested code i gave to you to hide description tab while still have to add any pin shortcode to product description. On the product it will not show the pin in description but it can help to load js and css code of plugin to show pin in custom tab
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioCan you send me authentication account to check.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can turn off this popup in Claue > Theme Option > WooCommerce > Product Detail Settings > Enable Sticky Add to cart > Off
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.wc-tabs li.product-information_tab a {border-color: #222222 } #tab-product-information {display: block !important;}
2. and add below code to claue-child > functions.php
// Remove Tabs. add_filter( 'woocommerce_product_tabs', 'yikes_woo_remove_tabs', 20, 1 ); function yikes_woo_remove_tabs( $tabs ) { // Remove the description tab. if ( isset( $tabs['description'] ) ) { unset( $tabs['description'] ); } return $tabs; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou’re welcome. Have a nice day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Chen,
Thank you for choose our theme.
1. The shop page generate by plugin WooCommerce so you can’t edit with Elementor.
2, 7. You can change the text by use plugin Loco Translate follow this topic http://support.janstudio.net/forums/topic/theme-translation/
and you can change badge background in Claue > Theme Option > Color Scheme > Product Badge Color3. Please go to WooCommerce > Settings > Products > Add to cart behavior and uncheck 2 last fields.
4. Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Products Attribute On Product List and uncheck all
5,6. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media screen and (-webkit-min-device-pixel-ratio:0) { .product .stripe-enabled #wc-stripe-payment-request-wrapper { margin-right: 15px; }} .jas-wc-single .entry-summary > .price-review { justify-content: flex-start; } .legal-price-info { margin-left: 15px; } .badge span { z-index: 1; }
8. You can move column switcher to center by enable filter icon in Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Sidebar Filter
9. You can change size of product title on the shop by add below code to Claue > Theme Option > General Layout > Custom CSS
.elementor-kit-8 h3.product-title { font-size: 14px; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 27, 2021 at 9:07 am in reply to: how to put at the top of the product page, the categories menu had? #41344Hi Esteban,
Please go to Appearance > Menus and create new Menu and after that go to Apppearance > Widgets > WooCommerce Categories Menu Sidebar > Add Navigation Menu Widget and select the menu you just created in prev step https://tppr.me/A8SKI
Btw, your support expired. Please renew your support at https://themeforest.net/downloads
Thank and regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add below code to Theme Option > General Layout > Custom CSS to enable click on swatch
.swatch__list--item.disabled { pointer-events: initial !important; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts