Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioCan you send us ftp account via private we will check for you.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
you can add code blow replace line 531 in gecko > core > libraries > vendors > woocommerce > init.php
add_action( ‘woocommerce_after_main_content’, ‘jas_gecko_wc_page_head’, 15 );
Be careful because if you override parent theme if you update theme all your customize code will be remove.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. To display filter on sidebar you can add widget to WooCommerce Sidebar
And in JanStudio > Theme Options > WooCommerce > Product Listing Setting > Select Sidebar > WooCommerce Sidebar
2. To display color swatch on product detail page you need enable OpenSwatch plugin and follow our document at http://janstudio.net/gecko/document/index.html#product-swatch at WooCommerce Setting > Product’s Colour and Size
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can override code in child theme and use action hook.
add_action( ‘woocommerce_before_main_content’, ‘jas_gecko_wc_page_head’, 15 );
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I checked your site and saw you’re using PayJunction plugin to approve creditcard checkout. Can you ask plugin author about this issue.
Btw, our theme version now is 1.2.5 you can update theme for more features and bug fix.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. To display text replace icon you need customize code you can contact our team at http://support.janstudio.net/our-services/
2. I saw you hide subscribe form.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYes,
You can change prev code i sent to
.woocommerce-ordering select { background: #2c2c2c;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
This page doesn’t have option to upload background image. We will remove in next update
You can add custom css to hide grey bar
.search-no-results .page-head { display: none;}
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Can you tell us which browser have problem (Chrome, Firefox, IE)?
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce-ordering select { color: #ddd;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts