-
AuthorSearch Results
-
January 10, 2017 at 11:14 pm #1556
In reply to: Lightbox Setting
You can try add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
div.pp_pic_holder { left: 50% !important; transform: translateX(-50%); max-width: 95% !important; }
Best regards,
-
This reply was modified 8 years, 2 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 10, 2017 at 10:25 pm #1543In reply to: Shop Category
Hi, sorry for late reply.
1. Don’t have option to edit pictures size, You should crop image have same size before upload.
2. You can edit color of title by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce .product-category h3, .product-category h3 { color: #4d59595;} and change
.product-category h3:before { color: #999;}
You can change “#4d5959” and “#999” with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 8, 2017 at 10:03 pm #1522In reply to: Disabling 'Quick View' feature
Hello,
Thank you for purchase and your rating.
You can disable “quick view” on product listing by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-button .btn-quickview {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 6, 2017 at 10:18 am #1515In reply to: Custom thumbnails for product categories
You need upload image have same dimension or add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.swatch li span { width: 24px;}
Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 6, 2017 at 7:18 am #1513In reply to: Widget problems
Hi,
1. The price filter doesn’t show on this page because 3 product have same price or lost price filter in Widgets > WooCommerce Top SideBar, WooCommerce Sidebar, can you try add a product with different price to check or add price filter in these widget
2. This problem because you upload images don’t have same dimension
you can add custom css in JanStudio > Theme Option> General Layout > Custom CSS
#pa_color.swatch li span { with: 24px;}
3. It better if you upload these images have same dimension or same ratio
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 5, 2017 at 9:22 am #1496In reply to: Custom thumbnails for product categories
Hi,
1. You need enable “Swatch style Attributes” at WooCommerce > MG Open Swatch Option https://monosnap.com/file/aKwLLMFf7M1ug3oBCgbevOoHhBfCcg# and follow our document at WooCommerce Settings > Product Attributes and Product Color and Size http://janstudio.net/gecko/document/index.html#product-swatch
2. You can hide this tab by uncheck in ” Visible on the product page” https://monosnap.com/file/pADcNtpttdnkkQaqLo14TMQ4z4SCgu#
or add custom css in JanStudio > Theme Option > General Layout > Custom CSS Style
.woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 4, 2017 at 12:20 am #1468In reply to: Product Lsiting On Mobile Layout To 2 Columns
Hi,
You can add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.products.jas-row .jas-col-xs-12 {flex-basis: 50%; max-width: 100%;}
}
Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 3, 2017 at 10:00 pm #1464In reply to: Search – How do I edit Search UI
Hi,
Thank you for purchase and using our theme!
1. You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.header__search .jas-ajax-search.ui-autocomplete-input { background: #000;} and change #000 with your color
2. You can edit search result in “gecko > Views > post > content.php”
3. You can edit search no result in “gecko > Views > post > content-none.php”
We recommend you copy file to child theme and override code on child theme.
Kind regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 3, 2017 at 1:25 am #1453In reply to: Link Classes
Hi,
1. You can use class “cw tu button-o-w” for button with transparent background
2. You can add custom css in JanStudio > Theme options > General Layout > Custom CSS
.jas-action > *:not(.sf-open.cb.chp) { display: none;}
Best regards.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 3, 2017 at 12:28 am #1448In reply to: Link Classes
Hi,
You can add custom link class by click on Screen Options on Top Right > And check CSS Classes
https://monosnap.com/file/pflCcpti0cdmqbGCrzmmJDM6vSw1tj#
Best regards,
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 8 years, 2 months ago by
-
AuthorSearch Results