-
AuthorSearch Results
-
October 14, 2017 at 10:33 am #11746
In reply to: Issues with Bundles
Hi,
1. Sorry because inconvenience, but the plugin doesn’t support display default variation the user want add bundle to cart they have to select the variation of product in bundle
2. The user have to select variation of main product and variation of product in bundle to “add all to cart”
3. you can follow this video https://www.youtube.com/watch?v=cdkCSls-9s4&list=UUMDvyPJs20jwKoFIO4XUF6w&index=18
4. You can add custom css in Claue > Theme Option > general layout > custom css
.stock.in-stock {
font-weight: bold;
}6. You can reorder by go to Products > Attributes > Size > Config terms > and drag to reorder
7. Sorry the plugin doesn’t support
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 14, 2017 at 10:12 am #11742In reply to: Blog editing: Changing appearance
Hi,
1. You need add more css
.jas-blog .post .post-thumbnail {
margin-bottom: 0;
max-width: 100%;
height: 300px;
overflow: hidden;
display: inline-block;
}
.jas-blog .post-thumbnail img {
width: auto;
min-height: 300px;
max-width: inherit;
}.jas-blog .post-action {
border: none;
padding: 8px 20px;
text-align: center;
display: block;
}.jas-blog .read-more.pr {
text-align: center;
display: inline-block;
padding: 5px 10px;
border: 1px solid;
}2. You can delete first sentences in your blog post by add read more before first sentence.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 14, 2017 at 3:27 am #11732In reply to: Blog editing: Changing appearance
Hello,
Your CSS code resolved only half of my issues in the blog.
I need to:
- Make all pictures in the blog same size like the one with house
- Eliminate Comment Number and Icon in the blog page, but not in the post
- Eliminate the first sentences of the blog text underneath the picture in the blog page
Thanks!
October 14, 2017 at 12:29 am #11727In reply to: wrong images showing on hover
Hi,
You can add custom css
.single-product-thumbnail .p-thumb:hover .slick-arrow { display: none !important; opacity: 0;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 13, 2017 at 11:38 pm #11726In reply to: Header Banner GECKO
Hi Caroline,
You can remove the text by add custom css
.page-head h1 {display: none;}
.page-head p {display: none;}
.page-head .jas-breadcrumb {display: none;}If you want remove page title you edit this page scroll down to Page Layout Option > Enable Page title > Off.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 13, 2017 at 11:22 pm #11724In reply to: Blog editing: Changing appearance
Hi,
You can make this layout by follow the steps:
1. Go to Theme option > Blog and follow this screen shot
2. Add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-blog .jas-masonry .inside-thumb {
left: 0;
right: 0;
bottom: 0;
padding: 20px 15px;
position: relative;
background: none;
color: #4d5959;
}
.jas-blog .jas-masonry .inside-thumb .post-title a, .jas-blog .jas-masonry .inside-thumb a:not(.cg) { color: #4d5959;}
.jas-blog .inside-thumb .post-meta span:not(.cat) { display: none;}
article.post { margin-bottom: 60px;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 13, 2017 at 11:04 pm #11723In reply to: Header Pic blog posts with grey filter
Hi Lorry,
You can get rid of grey overlay header banner by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head::before {
background: none;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 13, 2017 at 9:12 pm #11715lorry
ParticipantOur Header Pictures in our Blog posts have a grey filter or grey tone. Can you tell us how to get rid of that? CSS?
thanks
October 13, 2017 at 7:21 pm #11711In reply to: import problem
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.header-5 .jas-branding {
padding: 15px 0 10px;
}and change 15 and 10 with your number.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 12, 2017 at 6:28 pm #11681In reply to: PHP 7.0 error
Hi,
1. Now our site still run well on PHP 7.0.
Which plugin you check for compatible php version. I checked with PHP Compatibility Checker it work well
2. You can change page header background color by add custom css in Claue > Theme Option > General Layout > Custom CSS
.page-head::before {
background: rgba(0, 0, 0, .5);
}Or you upload featured image for page, blog post to display background image like our demo http://janstudio.net/claue/demo/spring-summer-trending-2017/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results