-
AuthorSearch Results
-
August 24, 2017 at 9:56 pm #8748
In reply to: metaslider and layout
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.metaslider .slides img {
height: 250px;
max-width: inherit;
width: auto !important;
}
}
@media only screen and (max-width: 480px) {
.metaslider .slides img {
height: 200px;
max-width: inherit;
width: auto !important;
}
}You can change 250 and 200 with your number.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 24, 2017 at 1:00 am #8718In reply to: Customize contact form
Hi,
You can use custom css to customize style of submit button color, width of field
form.wpcf7-form input, form.wpcf7-form textarea {
width: 100%;
}form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
background: #000;
color: #fff;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 23, 2017 at 11:32 am #8682In reply to: Issues with Child Theme and Other Questions
Hi imamul,
Thank you for choosing our theme.
1. After activate child theme you have to rearrange widgets this is issue of WordPress, i don’t know why this issue have a long time they no fix
2. You can use Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/
After install plugin you go to Loco Translate > Themes > Claue > Add new language > English(Us)
search Size Guide and change to the text what you want.
3. You change change text “Add to wishlist” in YITH plugins > Wishlist http://take.ms/8GGe4
You can change icon to text by add custom css code in Claue > Theme Option > General Layout > Custom CSS
4.You can add your content in Claue > Theme Option > WooCommerce > Product detail setting > Extra Content
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I saw you added js code to control event.
You can add custom css in Claue > Theme Option > General Layout > Custom CSS to remove sliding effect.jas-mini-cart {
right: 0;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 22, 2017 at 9:48 pm #8622In reply to: disable footer in checkout
Hi,
You can use this custom CSS code
.woocommerce-checkout #jas-footer { display: none; }
Cheers,
FosterAugust 22, 2017 at 3:56 pm #8602In reply to: Bigger product thumbnail on cart page
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.cart .product-thumbnail a img { width: 100%; max-width: 250px;}
you can change 250 with your number.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 22, 2017 at 2:32 pm #8600Topic: Bigger product thumbnail on cart page
in forum Clauecapellaink
ParticipantHello,
I need to make the product thumbnail on cart page bigger. Please let me know the custom css code for this.
Thank you!
August 22, 2017 at 5:45 am #8587Hi Harry ,
also thanks to Foster for the CSS Code. i have implement it, but the solution is not perfect and finished 🙂
@media only screen and (min-width: 75em) {.jas-container {width: calc(100% – 100px);}}
I don`t unterstand how the pixel get subtracted. Here you see the Screenshots. By 50px you see not much space on the left and right edge.
The principle is working, but the pictures should not be scaled. Do you have there a solution ?
<hr />
The problem with the basket : you get no answer of hemn?
I wrote him today to get the file you wished.
OK we must wait. I give you a feedback.
<hr />
Thanks also for the idea with the geolocation plugin, it sounds really good. Â If there is no solution possible with 2 banking accounts on one shop? … so i will try these plugin.
The other plugins for optimization i installed, too – the site gets also faster now… and the SEO – oh yeah – a big mountain of working 🙂<hr />
The Question 4:
On my  impressions.shop i have so many work to create the new products.
I set there a master and clone it and change in the products the pictures. On every photo shooting a have to create there hundreds of products. Its like a job creating measure 🙂
As i was looking for the galleries, i found this lunar plugin. It has also a nice gallery-function and has also a tool inside that creates out of all picture automatically the products. So it is a great plugin, but u can create there just simple products. But i need variable products and have not the time to go inside all products to change something. So the question is: Do you also know a plugin or a code or can you create me a code that i can make out of pictures a variable product with a master-product?
Do u understand the problem ?
<hr />
A friend of me saw also your great template. He sells boats and wish to make a new website.
He had also one question to you. Can you made him a query for the clients, that all the questions should be answer before the shop get open ? Here is a example:Â http://www.primesails.de/index.php?id=42There the clients get the price of the products and the luxury boats.
<hr />
OK thats all for the moment 🙂
Thanks a lot and best regards. Have a good start in the day.
René
August 21, 2017 at 10:37 pm #8571In reply to: Menu font size don't get smaller
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1366px) {
.jas-menu > li:not(:first-child) {
margin-left: 25px;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioAugust 21, 2017 at 4:47 pm #8557In reply to: Add to cart button in product listing page
Hi,
You can hide cart icon on menu bar by add custom css in Claue > theme options > general layout > custom CSS
.jas-icon-cart { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results