Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 62em) {
.archive .jas-row .jas-col-md-9.jas-col-sm-9 {flex-basis: 80%; max-width: 80%;}
.archive .jas-row .jas-col-md-3.jas-col-sm-3 {flex-basis: 20%; max-width: 20%;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Chris,
Please add below code to Theme Customize > Theme Settings > Custom Code > Custom CSS
a {color: #222}
and change #222 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Sorry for late reply.
1. It can’t change header for only product page. The header setting will apply for all page.
2. You can change background bar for menu and mini-cart by add below code in Theme Customize > Theme Settings > Custom Code > Custom CSS
.jas-push-menu h3 {
background: #000;
}
and change #000 with your color.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
This reply has been marked as private.
Hi ArtK,
I help you fix issue 1,2,4,5 and add change the css in Theme Option. On the homepage because css of tab element of Visual Composer hidden the content outside it so can’t move the arrows out as you want.
Could you please try Tools > Re-generate Thumbnail
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
hello,
in main shop page and all woo category / archive pages we want:
- less width for woo sidebar, eg from 25% to 15 or 20%
- then for product grid/list we want the rest of the width eg 85 or 80% (in sync with the sidebar setting above)
- one reason we need the above is that with current sidebar settings at 25% we get too much white space between sidebar & grid
- when we tried our custom css to do all 1, 2, 3 of the above we had issues with grid columns in chrome, safari, firefox and then when we clicked for 3 grid columns we got 5 or 6
thx, tasos
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.woocommerce-variation-add-to-cart {
width: 100%;
}
.single_add_to_cart_button {
width: calc(100% - 127px);
}
@media only screen and (max-width: 480px) {
.quantity.pr.fl.mr__10 {
width: 100%;
margin-right: 0;
}
form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
width: 100%;
margin-top: 15px;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Theme Settings > Custom Code > Custom CSS
.shopify-section iframe {max-width: 100%;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I have installed Loco Translate in a local installation in order to investigate the issue.
After syncing a lot of new untranslated strings appeared in Loco Translate.
I translated them and got the new .po file.
I have uploaded in my live installation and everything works properly now.
The problem persists in missing strings in your .pot file.
Please check attachment.
The specific one as all the other untranslated strings are missing from your .pot. (css class shall be included in string)
So if you try to translate manually there is no chance of translating them.
Thanks
Attachments:
You must be
logged in to view attached files.
This reply has been marked as private.