-
AuthorSearch Results
-
May 3, 2021 at 4:10 pm #41403
In reply to: Custom tab + pin glitch?
Hi there,
I have already added the provided css code to the theme custom css and php code to the claue-child > functions. See screenshots below.
If I understand correctly, I will have to enter a pin shortcode into every product description in order for it to load the php for the custom tab? Won’t that mean the pin image will appear twice, once in the description and again in the custom tab description?
The tabs are still not working properly though. The text from additional custom tabs is displaying / loading underneath. See screenshot below and https://www.linnwold.com/product/ave-poster/. Also the selected tab border display as multiple highlighted.
Cheers,
BrittanyMay 1, 2021 at 9:08 am #41382Hi Bmerton,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.single-post .page-head { background: none !important; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 29, 2021 at 10:59 pm #41367In reply to: Custom tab + pin glitch?
Hi,
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=janstudioApril 28, 2021 at 11:55 pm #41358In reply to: Custom tab + pin glitch?
Hi,
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=janstudioApril 28, 2021 at 7:22 pm #41350In reply to: Some Questions
Hi 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 26, 2021 at 6:52 pm #41340In reply to: Disable the sliding Cart Sidebar
Hi,
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=janstudioApril 26, 2021 at 12:01 pm #41339In reply to: Certain Thing not showing up.
Hi,
1. I add class “attachment-woocommerce_thumbnail” to excluded optimize image.https://tppr.me/QHARF
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS
.header-text a {color: #fff;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 25, 2021 at 12:15 am #41331In reply to: Products page problem
Hello,
I already try the plugin but nothing happen so I use the CSS and its said with the repair key
Attachments:
You must be logged in to view attached files.April 23, 2021 at 11:19 pm #41326In reply to: Products page problem
Hi Jennifer,
Please try deactivate plugin one by one and check again.
If issue not resolve, please add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce ul.wc-tabs li.active a { background-color: transparent; border-bottom: 1px solid #555; } .woocommerce ul.wc-tabs li a { border-bottom: none; } .woocommerce ul.wc-tabs { width: 100%; float: none; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioApril 22, 2021 at 11:40 pm #41319In reply to: Double-Click on Bootstrap Dropdown
Reminder, I removed the custom css code. Is that supposed to be back in there?
@media only screen and (max-width: 736px) {
.variations .value select {
-webkit-appearance: initial;
-moz-appearance: initial;
appearance: initial;
}}
.variations .value:after {
right: 15px;
font-size: 18px;
top: 6px;
} -
AuthorSearch Results