Hi,
Please go to style.css in child-theme and edit “Template: claue” to “Template: gursikhistore” http://take.ms/9CmNq
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hey Mates,
2 Questions:
How can i change the submenu color and the text orientation?
and what ist the parameter for sending a PriceTable to the Cart @ button click?
Dear JanStudio member;
We asked several times for codes to remove blog post dates site wide. Two or tree times. The last code worked for blog detail page. But now the date on the blog detail page title area is back :/
all the code you sent -and now in the custom css area is- is here:
.product_meta span.sku_wrapper { display: none;}
.product_meta span.sku_wrapper { display: none;}@media only screen and (min-width: 1025px) { .jas-push-menu-btn { display: none;}}html[lang=”tr-TR”]
.product-category h2::before,html[lang=”tr-TR”]
.product-category h3::before { content: “kullanmaya başla”;}html[lang=”tr-TR”]
.product-category h2::after,html[lang=”tr-TR”]
.product-category h3::after { left: 160px;}
.product-category h2::before, .product-category h3::before { white-space: nowrap;}
.posted-on, .post-info span,
.post-meta .author, .post-meta .comment-number { display: none;}h3
.product-title, .woocommerce h3.product-title {text-transform: none;}
.post-related .item span.f__libre {display: none;}
Attachments:
You must be
logged in to view attached files.
Hi,
You can remove portfolio page title and sub-title by add custom code in Claue > Theme Option > General Layout > Custom CSS
.post-type-archive-portfolio .page-head {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can fix this by add custom css
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi there,
We’re using the most recent versions of both WP and your theme. In doing compatibility tests, we noticed that your theme has rendering issues on iPhone devices below 6 (i.e. iPhone5 and below).
We can confirm that this is, indeed, a theme issue because we ran a multitude of internal tests, but noticed that your theme demo itself http://janstudio.net/gecko/fashion/ (see below) replicates the issue.

It would seem that either the theme has an issue with a) ‘full-height’ parallax backgrounds b) the usage of ‘flex’ display types isn’t compatible with iPhone 5 and below devices. We tried various CSS child-theme overwrites (i.e. max-height:100%), but these did not work. In other words, on iPhone 5(s) and below, full-height blocks are sized incorrectly.
Please advise at your earliest convenience
Hi,
You can hide this by add custom css in Claue > Theme Option > General Layout > Custom CSS
.product_meta .sku_wrapper {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to fix this issue.
.metaslider .flexslider .flex-direction-nav li a.flex-prev,
.metaslider .flexslider .flex-direction-nav li a.flex-next {
outline: none;
padding: 0;
overflow: hidden;
top: 50%;
margin-top: -23px;
width: 40px;
height: 40px;
z-index: 8;
background: #b59677;
background-image: none;
border: 1px solid #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
text-shadow: none;
}
.metaslider .flexslider:hover .flex-direction-nav li a.flex-next {
right: 30px;
}
.metaslider .flexslider:hover .flex-direction-nav li a.flex-prev {
left: 30px;
}
.metaslider .flexslider .flex-prev:hover,
.metaslider .flexslider .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
font-family: 'Pe-icon-7-stroke';
font-size: 36px;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-indent: 0;
display: block;
line-height: 36px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.metaslider .flexslider .flex-direction-nav li .flex-prev {
left: 30px;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-prev {
right: 30px;
left: auto;
}
.metaslider .flexslider .flex-direction-nav li .flex-prev:before {
content: '\e686' !important;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-prev:before {
content: '\e684' !important;
}
.metaslider .flexslider .flex-direction-nav li .flex-next {
right: 30px;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-next {
right: auto;
left: 30px;
}
.metaslider .flexslider .flex-direction-nav li .flex-next:before {
content: '\e684' !important;
}
[dir='rtl'] .metaslider .flexslider .flex-direction-nav li .flex-next:before {
content: '\e686' !important;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add custom css
.post-related .item span.f__libre {display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
You can change product title to normal by add custom css in JanStudio > Theme Option > General
h3.product-title, .woocommerce h3.product-title {
text-transform: none;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio