-
AuthorSearch Results
-
September 16, 2017 at 11:04 pm #10244
In reply to: default product variation display
please enable add to cart button in theme option and add custom css
.product-info.mt__15 {
text-align: left;
}The product title should be decrease to have space for wishlist and add to cart icon.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 16, 2017 at 10:14 pm #10243In reply to: different layout on home page
Dear Harry thanks for your help
can you help me once again?
actually I want to use header layout like my attachment before
Just header layout, I will do rest (html and css)
Help me with child theme
Thanks again
Hi,
Please use new one.
On document 2
4. You should crop your image before upload
5. You can add custom css.jas-wc-single .page-head { display: none;}
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 16, 2017 at 12:32 am #10196In reply to: Promotion Banner – Word Responsiveness on Mobile
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to fix
@media only screen and (min-width: 737px) and (max-width: 1024px) {
.jas-promotion h3, .jas-promotion h4 {
white-space: normal;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 15, 2017 at 11:53 pm #10191In reply to: Issue on menu when navigate on product page
Hi,
You can add custom css to fix
header {
position: relative;
z-index: 9999;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 15, 2017 at 6:02 pm #10162In reply to: Instagram suddenly stopped showing square images
Hi,
This issue because Instagram update their API now the image will display both landscape and portrait https://instagram-press.com/blog/2017/08/29/improvements-to-posts-with-multiple-photos-and-videos/
You can fix by add custom css code in Claue > Theme Option > General Layout
.jas-sc-instagram .item img {
height: 320px;
max-width: inherit;
width: auto;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 15, 2017 at 3:51 am #10112In reply to: Translate "Shop Now" text
Hi!
Thanks for support. i don’t knew where can i to change the en-US to pt-BR language.
Simplely inserting this CSS code is not working 🙁html[lang=”en-US”] .product-category h2::before,
html[lang=”en-US”] .product-category h3::before {
content: “Comprar”;
}I have a second issue:
At home, the block above the slider shows categories. Originally i believe that is showed by alphabetical order. Do you have some way or solution bethrough i can to change the order?
I need that shows 1 – Moda 2.Casa 3. Bolsas 4. AcessóriosAttachments:
You must be logged in to view attached files.Okay,
I understand its diffcualt for guys to trace the problem since its in different language, which is unreadable for you.
however I have spent last 2 hours, debuging the issue and I have found the couse behind it.
its “letter-spacing” attribute, When I disabled it I can see characters displayed proper without any space, so culprit is this attribute.
you can try also, just go to any product list my site, and disabled this attribute in CSS file. you will notice text got changed immediately.
So what do you advice, this attribute needs to be turned off in RTL, so the Arabic characters displayed correctly
September 14, 2017 at 10:45 pm #10096In reply to: default product variation display
You can add custom css in Claue > Theme Option > General Layout > Custom CSS
.product-btn {
opacity: 1;
top: 50%;
visibility: visible;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 14, 2017 at 9:50 pm #10083In reply to: shadow on image
Hi,
Please add below css
Change “shop now” to your language.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results