-
AuthorSearch Results
-
June 12, 2017 at 2:22 pm #5303
In reply to: remove the shop icons from certain pages
Hi Kath,
Please use this custom CSS code
– Foster
June 12, 2017 at 9:47 am #5300In reply to: A Few Questions for Gecko Template
Hi,
1. You can add custom css in JanStudio > Theme Option > General Layout
.single-product-thumbnail .slick-slider .slick-prev,
.single-product-thumbnail .slick-slider .slick-next {
opacity: 1;
}2. You can change these text by follow our below video and translate plugins > WooCommerce, when you create new language choose English-US and select location as system
3. You can change content of Additional Tab in Attribute tab
https://monosnap.com/file/45FQu1ppWREDLRKkpJo4AwXuGfuCcD#
– With variable product it has more additional info ( weight, height,..) https://monosnap.com/file/O72az2ARr67US7flE8jPMfC8KPTKgM#4. You can use a plugin to select specify products for Related Products section https://wordpress.org/plugins/custom-related-products-for-woocommerce/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 12, 2017 at 12:23 am #5278In reply to: Edit Breadcrumbs title And RTL support!
Hi Flendra,
Thank you for purchase.
1. You can download attach file, unzip and copy to folder wp-content > themes > helpdesk > assets > css
2. We saw this issue, we will fix and update soon.
3. You can follow our video to translate the text to your language
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 11, 2017 at 11:48 pm #5276In reply to: Product Page Problems
Thx Harry!
question 2. Is there an other css code for mobile? Because i have the same issue there..
And, how about the ‘padding’ on my main page? See picture.
Last question: Is it possible, when i scroll down on my main page, my ‘top menu’ is scrolling down aswell? So it stays visible.. I hope you know what i mean.
Btw, you guys have a great customer/help service! Thx for that!
Attachments:
You must be logged in to view attached files.June 11, 2017 at 1:10 pm #5265In reply to: Pin maker does not stay in the picuture
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix this issue.
.pin__wrapper {
display: inline-block;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 11, 2017 at 11:04 am #5261Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-addon .form-row {
position: relative;
color: #999;
border: 1px solid #999;
}
.product-addon .form-row:after {
content: ‘\f107’;
position: absolute;
font-family: ‘FontAwesome’;
right: 10px;
top: 7px;
pointer-events: none;
}
.product-addon .form-row select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}You’re welcome.
Hope our love our theme and consider give us good review and 5 stars rating at https://themeforest.net/downloads we really appreciate.
Thank and have a nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 10:46 pm #5259In reply to: Product Page Problems
Hi,
1. The issue because your product is variable product but you don’t add any variation for product and price.
2. You can add custom css in Claue > Theme Option > General Layout > Custom CSS.woocommerce-tabs {padding-top: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 7:04 pm #5255In reply to: Modify Product Category color
Hi,
You can change color for categories by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3, .product-category h3::before, .product-category h3::after { color: #fff;}
Change #fff with your color.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJune 10, 2017 at 6:48 pm #5254In reply to: remove the shop icons from certain pages
Hi,
You can hide cart icon on homepage or certain other page by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.home .jas-icon-cart, .page-id-9 .jas-icon-cart { display: none;}
You can get class for any page by inspect to body class and change “.page-id-9” with class of the page you want hide icon cart
https://monosnap.com/file/M8AeLQKqj8hVOWN6BPxyiCKlxs65vP#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Sorry for miss reply.
You can add custom CSS
.footer__top .widget-title {margin-bottom: 5px;}
I help you make signup form in one line
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results