Home Forums Search Search Results for 'css'

Viewing 10 results - 2,561 through 2,570 (of 3,138 total)
  • Author
    Search Results
  • #8797

    In reply to: A Few Simple Questions

    Hi,

    1. I checked again on your site and saw the issue because plugin “WooCommerce Variation Swatches” https://monosnap.com/file/RczllDi1xz0yFuo7XzSApzDdx9Nnb2# i disabled this plugin. it now ok

    2. The issue with Add to cart button related to our theme, we will fix in next version. You can hot fix by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .single-product div.product .stripe-enabled form.cart .quantity~.button {

    white-space: nowrap;
    }
    3. You can hide Additional Information tab by add custom css

    .woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information { display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #8789

    In reply to: A Few Simple Questions

    Hi,

    1. You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .single-product .woocommerce-message,
    .single-product .woocommerce-error {
    display: none;
    }

    2,3. Could you send us your site url and temporary admin account as private reply. We will check and give you suggest

    4. You can add custom CSS

    .jas-social i {
    font-size: 30px;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi Rene’,

    1 I checked and saw you set background for both (text block) and row wrap, you should remove one

     

    2. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .single-portfolio .page-head  { background-color: #252525; background-image: none;}

    .single-portfolio .page-head time { display: none;}

    3. With your friend case i think this theme http://motors.stylemixthemes.com/boats/ better than our theme for boat shop and rent services.

    4. Thank you so much for your idea, we have a topic for customer show off their site http://support.janstudio.net/forums/topic/website-showcase-show-off-your-website-use-gecko/ but not much customer want publish their site.

    All the best,

    Harry

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    HI Harry,

    thanks a lot. we are coming step by step to the finish line 🙂
    It will be getting boring for you 🙂 if we finished all.

    OK  i switched again the options for high off. After that i have just a small stripe. So i try to set the high here.

    Is this correct?

    After that i have a funny double picture of the front and the background picture.

    I understand your original Template, that you use just the background picture with the 1/1 size. In the smaller boxes you put always the pictures in the box directly? Which option / parameters define the high? What is the advantage / disadvantages of these 2 different options?

    <hr />

    The css code works. But can i also switch of the date and set the background to the dark grey instead of the main-picture?

    ——-

    Get Foster the Informations of HAMN he need for the basket?

    If we finish i will send you again a  gift for all your great work, help and hours of supporting 🙂

    Thanks a lot guys.

    <hr />

    My friend ask me again something. He wish to create there a boat shop and rent service. So he found there also a template.
    But you did so great work and he wanna know if these function are also possible with gecko and is it possible to realize it or is it better he should buy these other template. I know you have a lot of things to do. Say it honestly, what you are thinking about it.  http://motors.stylemixthemes.com/boats/

    <hr />

    Perhaps a idea for your future to get more sells.

    Do u like to make a page of all your clients? So it will be great to see, what you did done and what is also possible with your template. And it helps to get a decision.

    Thanks

     

     

     

     

    #8767

    In reply to: A Few Simple Questions

    Hi,

    Thank you for choosing our theme.

    1. You mean on product detail page? Because on product listing doesn’t have SKU and categories.

    you can add custom css code in Claue > Theme option > General Layout > Custom CSS

    .jas-wc-single .entry-summary .product_meta { display: none;}

    2. It hard to control because the content, if you add more product on you still have to scroll down in popup

    3. You have to config for all variations

    4. You can hide in Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Add To Cart Button > Off

    5.  You can add custom css code

    @media only screen and (max-width: 736px) {

    .products .jas-col-xs-6 { flex-basis: 100%; max-width: 100%; }

    }

    6. You can setup “New” badge for individual product by edit this product scroll to Product Detail Layout Option > New Arrival and edit number you want display the badge https://monosnap.com/file/Qw77hryuOkcUzemxQ3GS7iQynmXhaK#

    7.  Now the image auto resize to fit content on mobile, you can make the text on size guide image bigger

    8. Could you tell me where is the instagram icon you want it bigger (header, social share)?

     

    Best regards

     

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #8760

    Hi subcity,

    You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 960px) {
    .product-image:hover .product-button > *,
    .product-image:hover .db:before {
    display: none;
    }
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi Rene’,

    1. You follow this screen shot. Uncheck full height for the row wrap image http://take.ms/tn2OC

    2,3,4. You can add custom css

    .jas-portfolio .jas-breadcrumb { display: none;}
    .single.single-portfolio .page-head { display: block;}
    .single-portfolio .jas-breadcrumb { display: none;}
    .portfolio-meta {
    margin-top: 60px;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #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=janstudio

    #8718

    In 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=janstudio

    #8682

    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=janstudio

Viewing 10 results - 2,561 through 2,570 (of 3,138 total)