-
AuthorSearch Results
-
December 10, 2017 at 11:07 pm #14716
In reply to: Move poduct title & thumbnail modifications
Hi LV,
Thank you for choosing our theme.
1, It can’t
2. Please add custom css in Claue > Theme Option > General Layout > Custom CSS
.swatch__list--item, .swatch__value { border-radius: 0; }3. It can’t do it
4. It can’t do it
5. Please add below code to functions.php in claue-child
add_action( 'wp_head', 'remove_my_action' ); function remove_my_action(){ remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); } add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 30 );Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 10, 2017 at 4:54 pm #14703In reply to: New issues after update
Hi,
Sorry for late answer I didn’t receive a notification (forgot the checkbox).
Yes it worked perfectly. I just had to delete the CSS raws on the terms and conditions page (VC raw etc).
Presentation was still good. It worked on my Mac, iPhone, with Chrome and Safari.
Never tried with PC, Windows or Android.
Thanks and regards.
December 10, 2017 at 12:36 pm #14698In reply to: product search
This reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 9, 2017 at 4:29 pm #14677In reply to: Meta Slider issue
Hi Flavex,
1. I saw you set width of content is 1400px it not good for small screen http://take.ms/DkPcT Please go to Theme Option > General Layout > Content Width and change number less than 1280px
2. It now the metaslider doesn’t have option to change color scheme, it can change with custom CSS. Please send us the link show slider we will give you custom code
3. Please adjust setting for popup collection choose display on right, left
4. You can translate in Loco > Plugins > Pin Maker
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 9, 2017 at 9:26 am #14656In reply to: Responsiveness issue + layout question
Sorry I miss understood. Have similar topic related to product status 🙂
You can change the text to normal by add custom css
p.out-of-stock {
text-transform: none;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 9, 2017 at 9:00 am #14654In reply to: Need Claue theme support
This reply has been marked as private.December 8, 2017 at 11:57 pm #14638In reply to: Need Claue theme support
Hi,
1. I help you add new menu for only homepage. You can show/hide this menu by go to Appearance > Menus > Create new menu and assign to Home Menu.
2. I help you make the menu sticky when scroll down
to reduce space please add custom css
#jas-header .jas-row.middle-xs.pb__10 {margin-bottom: 0;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 8, 2017 at 10:50 pm #14626In reply to: Responsiveness issue + layout question
Hi Laurie,
1. Please add custom css
@media only screen and (max-width: 480px) {
.single_add_to_cart_button {
font-size: 11px;
padding: 0 20px;
}}2. Could you send us the product display this message? and tell us the mean of the text.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 8, 2017 at 12:35 pm #14587In reply to: Hide info on blog articles and improve layout
Hi Laurie,
Please add custom css
.archive.category .post-content .wpb_content_element {margin-bottom: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 8, 2017 at 1:13 am #14569In reply to: Woocommerce Top Sidebar not displayed
Hi,
I saw you add custom css code
.result-count-order {
display: none;
}Please remove these code to display WooCommerce Top Sidebar.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results