-
AuthorSearch Results
-
October 20, 2017 at 12:29 am #12112
In reply to: wrong images showing on hover
Hi,
1. I saw your product have so much variation could you try add below code to functions.php in gecko-child
2. You can copy file description.php from plugins > woocommerce > templates > single-productt > tabs to gecko-child > woocommerce > templates > single-productt > tabs or use plugin Loco translate plugin when create new language choose English(US) http://support.janstudio.net/forums/topic/theme-translation/
3. You can change it to circle by add custom css
.slick-prev, .slick-next { border-radius: 50%;}
To make another shape it need more custom code
Could you please reply us on our support forum, don’t reply email so us can easy track your issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 19, 2017 at 11:13 pm #12104In reply to: Video background & Color Scheme
Hi Harry
You’re the best.
Thanks for fix the bug on item 2! One more last thing regarding item 2. Do you know how can I change the color RED from the text on the header? (Printscreen_1.jpg) I don’t see the option on the Color Scheme from the Clauve panel.
About the item 1 (background overlay), I see that you delete de CSS class already, so I guess the overlay background is not there anymore. Finnaly I wanted to check if is it possible to set up a percentage of the overlay background intensity through a menu or via CSS, I did it in the current production page through the a plugin and via CSS on others HTML5 websites.
Thanks again for your big help and patience!
Have a nice day.
Attachments:
You must be logged in to view attached files.October 19, 2017 at 5:49 pm #12091In reply to: two issues about main menu
Hi Tekir,
You can add custom css in JanStudio > theme Option > general Layout > Custom CSS to fix
@media only screen and (min-width: 1025px) { .jas-push-menu-btn { display: none;}}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 19, 2017 at 5:36 pm #12088In reply to: SHOP CATEGORIES FILTER
Hi
Please add below css code in Claude -> Theme Option -> General -> Custom CSS
.jas-masonry .product-info {min-height: 66px;}
Best regards, Neo
October 19, 2017 at 4:12 pm #12076In reply to: two issues about main menu
Hi,
- what is the solution to the exclude of the mobile menu on “desktop” screen resolutions?
- can we change the menu css on our own?
best regards!
October 19, 2017 at 3:55 pm #12074In reply to: Arabic lang problem
Hi,
I checked your site it use plugin to translate not run real content in Arabic so it doesn’t use css for RTL layout and it doesn’t change main language or add any class to body html.
Could you ask plugin support to add a class to body and change class when user change language?
You can add below code to fix but it will affect to style in English and other language.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 18, 2017 at 11:51 pm #12040In reply to: Cart Page Blue Banner disappeared and other…
Hi,
This banner appear when you have a product in your cart and you remove this product from cart.
You can change background and color by add custom css in Claue > Theme Option > General Layout > Custom CSS
.woocommerce-message {
background: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
}and change #dff0d8, #d6e9c6, color: #3c763d with your colors
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 18, 2017 at 3:25 pm #11982In reply to: two issues about main menu
Hi Tekir,
1. Do you want to hide action icons on right corner ?
Please add this custom css code in child-theme
.header-5 .jas-action { display: none; }
2. Could you let me know the font family which you want to use ?
Best regards, Neo
October 18, 2017 at 11:35 am #11966In reply to: Blog editing: Changing appearance
Hi,
Sorry because the code still not correct, you can change prev code to
.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;}
.jas-blog .post .post-thumbnail > a {
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 .comments-link { display: none;}
.jas-blog .read-more.pr {
text-align: center;
display: inline-block;
padding: 5px 10px;
border: 1px solid;
}
.read-more:hover i {
opacity: 0;
right: 0;
}2. If you want hide first
You have to switch editor to classic
and add custom css code
.jas-blog .post-content {
text-indent: -9999em;
}
.jas-blog .post-action {
border: none;
padding: 8px 20px;
text-align: center;
display: block;
text-indent: 0;
margin-top: -50px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 18, 2017 at 10:09 am #11963In reply to: metaslider and layout
Hi,
You can add custom css to fix:
.woocommerce form.lost_reset_password .form-row-first,
.woocommerce form.lost_reset_password .form-row {
float: none;
width: 100%;
text-align: center;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results