-
AuthorSearch Results
-
September 12, 2017 at 5:39 pm #9870
stephane
ParticipantHi,
I’d like to know how to add a straight line like this : see screenshot please
Thanks for your help
Attachments:
You must be logged in to view attached files.September 12, 2017 at 4:58 pm #9861In reply to: Footer & font size
Hi Stephane,
Thank you for rating.
1. You can change footer font-size and change subscribe form to square by add custom css
#jas-footer {
font-size: 13px;
}
.signup-newsletter-form,
.signup-newsletter-form input.submit-btn {
border-radius: 0;
}2. You can add line on top header by add custom css
header {
border-top: 3px solid #222;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 12, 2017 at 11:57 am #9848In reply to: PAGE HEADER & FOOTER CONTENT
Hi,
1. You can add custom css code
.term-description p {
margin: 15px auto;
max-width: 1280px;
text-align: center;
width: 100%;
}2. On the woocommerce category page it doesn’t support display any content in footer with page builder.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 12, 2017 at 2:13 am #9833In reply to: SRCSET TAG
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1280px) {
.product-image.pr {
height: 269px;
overflow: hidden ;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 11, 2017 at 11:38 pm #9815In reply to: Traductor theme
If you override only CSS you can copy these code to Claue-child > Style.css
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 11, 2017 at 11:36 pm #9814In reply to: Traductor theme
CSS.
September 11, 2017 at 10:35 pm #9809In reply to: Traductor theme
You only install child theme (attached in package you downloaded from ThemeForest) via Appearance > Themes > Add New
Which code you override core theme? both PHP and CSS or only CSS?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 11, 2017 at 7:08 pm #9795In reply to: Bug with mini cart and bundle plugin
Hi,
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS to hide this
.single-product .woocommerce-message { display: none;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 11, 2017 at 4:57 pm #9784Hi,
You can inspect element of chrome, firefox to know page ID http://take.ms/20tdW
so the css for specific page is
.page-id-4082 #jas-header, .page-id-4082 #jas-footer { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 10, 2017 at 11:26 am #9727In reply to: Multiple Questions
Hi,
1. When you config in WooCommerce > Settings > Product > Display > Images you can uncheck “Hard crop” so your image will keep original ratio.
2. You check hard crop in catalog images and uncheck in Single product image
3. I checked your site but don’t see this issue. I saw your image in quick view so heavy (2.2MB normally it about 300-400kb) , you can optimize your image before upload https://tinypng.com/ that will help you save your hosting band width and site speed. Only give your buyer original images with high quality.
4. The height of quick view auto fit with the image on left the content will be scroll, if you make the height of quick view follow the content it will has a white space below the image this not good
5. I think 8/4 is better you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1280px) {
.jas-col-md-7.jas-col-sm-7 {
flex-basis: 66.666%;
max-width: 66.666%;
}.jas-col-md-5.jas-col-sm-5 {
flex-basis: 33.333%;
max-width: 33.333%;
}
}6. Could you take a screen shot, it will clear for us
7. You can add custom css
.jas-breadcrumb { display: none;}
8. You can follow our document at http://janstudio.net/gecko/document/#page-title and http://janstudio.net/gecko/document/#category-header-background
9. You follow 7, 8 to do
10. You can exclude sub categories in Theme Option > WooCommerce > Product Listing Setting > Exclude Subcategories > On
11. Sorry the filter by categories doesn’t support this
12.a you can use a plugin https://wordpress.org/plugins/woo-custom-related-products/
12.b you can try this plugin https://yithemes.com/docs-plugins/yith-woocommerce-badge-management/02-settings.htmlBest regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results