This topic has 711 replies, 86 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp
Hello Eva,
Now i could change the font of product with your code. Thank you, but i try to put another google font like ubuntu font but doesn’t works.
I would like to change in white background, if you give me the code for black font 🙂 please.
Thank you Eva.
Sébastien
Hello @sebdicam,
You need add Google font in WP admin panel > Punch Fonts. After that you can change font via css.
Do you want to have whole page in white background or keep header black and only the content to have white background?
Regards,
Eva Kemp.
Ok thank s Eva for font.
I would like like all pages. Header in black, rest in white.
Thank you.
Sébastien
Hello @sebdicam,
Sorry, but it’s still unclear. In the previous post you said you wanted to change background color only for Cart and Checkout pages, now you told to change it for all pages. So how should it be done?
Please explain with more details what you want to achieve.
Thank you.
Regards,
Eva Kemp.
I just told you i would like the cart and checkout pages like all my other pages:
Black header and white background content.
Tks
Hello @sebdicam,
I’ve edited CSS blocks of VC editor for both pages – Cart and Checkout:
http://storage7.static.itmages.com/i/15/1015/h_1444925582_4008602_f0725f5a79.png
Please check the pages now.
Regards,
Eva Kemp.
Eva,
Thank you.
– When i want to put a side bar on cart and checkout page, the background become black but the sidebar is white (i would like inverse). Is it normal?
– On final checkout page i can’t translate 2 words: “Cart subtotal” (Sous-total) and “order total” ( Total) (these words are translated in po file)
-For cart page: The name of product is in light grey. How can i change for dark grey, same for “total panier” and “page précédente”(under “contact” main menu)
Thank you.
Sébastien
Eva,
I ve still problem on flag page https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
Thanks
Sébastien
Hello @sebdicam,
1. As I see there is no side bar on cart and checkout page. Please add it and after notify us to change background.
2. You can translate “Cart subtotal” and “Order total” in the wp-content/themes/legenda/woocommerce/checkout/review-order.php file in lines 50 and 97.
3. I’ve added the css code in custom css to change mentioned font color:
.shop_table .product-name a, .breadcrumbs .back-to, .cart_totals h2 {
color: #716E6E !important;
}
4.
I ve still problem on flag page https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
Could you please describe with more details what exactly problem you are facing?
Best regards,
Jack Richardson.
Hello Jack,
– Color font: done. Thank you. Just miss “page précédente” on each product page (previous page in english)
-Translation: done. Thank you.
– Problem on flag category: http://i59.tinypic.com/wi4ocj.jpg
I would like without space between flags.
– For sidebar on cart and checkout page, i would like to put one but when client use mobile, the widget is first on page, is it possible to put them at the end? If yes, i ll put it.
-Is it possible to have 6 rows on each page categories?
Thank you Jack.
Sébastien
Hello @sebdicam,
Just miss “page précédente” on each product page
I’ve fixed the color you wanted.
I’ve edited the css code to fix the problem with the flag category page:
.product-category {
width: 30% !important;
}
As for the sidebar position go to Theme Options > Blog Layout and change “Sidebar position for responsive layout” to “Top”.
Is it possible to have 6 rows on each page categories?
Unfortunately it’s not possible.
Best regards,
Jack Richardson.
Jack,
– “Previous page” font color. Thank you.
– Flags page: ok, thank you but i would like 5 rows like “écussons” page.
Each time i change something in flag category i have a problem space.
If i update WP and legenda, i won’t have any problem of presentation? any problem with woocommerce?
Thank you.
Sébastien
Hello @sebdicam,
I’ve edited the code in custom.css to:
@media (min-width: 1200px) {.product-category {
width: 18% !important;
}}
Each time i change something in flag category i have a problem space.
Please clarify the issue with more details.
Show a screenshot of the space problem.
You can update WP and legenda, but create a back up of your files and database before starting update process!
Best regards,
Jack Richardson.
Hello,
Each time i change something in flag category, there is a problem of presentation and your code css is erased.
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
I tried to put it again but still problem.
Is it possible to have smaller size font in each part of category? I would like name product in 2 line.
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-personnalises/polynesie-drapeaux-personnalises/
Thank You
Sébastien
Hello,
Try to add this code in custom.css:
.span4.product-category.first {
margin-left: 1% !important;
}
and check categories then.
To change font size of product titles use this code in custom.css file:
.archive .product-name a {
font-size: 13px !important;
}
Best regards,
Jack Richardson.
Thank you Jack.
For font it’s ok.
When i asked you if i can have 6 rows in categories, you said no. With the code you gave me for flag, now i have 6 rows but still with hole.
Can i have 6 rows in each categories, please?
Thank you.
Sébastien
Hello @sebdicam,
When there are 6 items per row there may be displaying issues if you add more categories.
Please show on a screenshot what “hole” you mean.
Thank you.
Best regards,
Jack Richardson.
Jack,
When i change something in these page always, problem on presentation.
http://i58.tinypic.com/14bmc7p.jpg
http://i61.tinypic.com/18j2o5.jpg
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-aito/
– When you add products in cart, is it possible to change the green background by red and white font? Please.
http://i61.tinypic.com/9103f4.jpg
Thank you.
Sébastien
Hello @sebdicam,
The layout breaks because you category items number differs on each page and the code we provide should be always modified in this case. That’s why we recommend you not to use 6 or 5 items per row, use only 3 or 4 to avoid such problems.
Your screenshot regarding cart question isn’t working. Please reupload it. If you mean to change this block http://storage6.static.itmages.com/i/15/1019/h_1445265038_7971951_6610cc046e.png then add this code in custom.css:
.woocommerce-message {
color: white;
background-color: red !important;
}
Best regards,
Jack Richardson.
Hello Jack,
For cart, perfect. Thank you.
Ok for rows but i didn’t choose nothing. When i try to put 5,there is a problem of presentation on the page i shown you link above. For ecusson page, i ve no problem, always good. Could you arranged these 2 pages please?
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-aito/
Thank you
Sébastien
Hello @sebdicam,
I’ve edited the code:
.product-category {
width: 18% !important;
display: inline-block !important;
clear: none !important;
height: 200px;
}
Please check categories pages now.
Best regards,
Jack Richardson.
Hello,
I saw, you changed. Thank you.
Could you change the color of “menu” in header for mobile? Actually is white, i would like yellow.
Thank you.
It look likes the main page http://www.aitoguerriersdupacifique.com is larger than at start. All looks look likes bigger. Do you know whats happend?
Regards
Sébastien
Hello @sebdicam,
Please use this code in custom.css:
@media (max-width: 992px) {.header .menu-icon {
color: yellow;
}}
Sorry, but I don’t see any size changes in the main page. It looks the same as before.
Best regards,
Jack Richardson.
Hello Jack,
Thank you for the code.
For main page, all pictures looks like bigger then lower quality.
And ” Contactez-nous en direct 24/7 via le chat ” on header isn’t center anymore but on right.
Any idea?
Thank you
Sébastien
Hello @sebdicam,
Please add this code in custom.css file:
.custom-info-block.a-right {
text-align: center !important;
}
Regards,
Eva Kemp.
I m very angry! I spent a lot of money this week end for facebook commercial and i was surprise to sell nothing. 90% of my products are wrote like 0 in stock!!!!!!
I have to check all the time if your template works good??????
I should update the theme, “Stock” disapeared but i want it when product has limited stock.
I have a problem with presentation of name products too like that onehttps://aitoguerriersdupacifique.com/produit/kanaka-v2/
Your theme is very nice but too many problems ! I never passed so long time to configurated it
After update, the yellow word “menu” on mobile version is not there anymore.
No button to see the cart after to have bought a product in main page? We have to go on the top of page?
Hello @sebdicam,
Did you create backup before starting update?
Ask your hosting provider to restore it to have the working version of your site.
Best regards,
Jack Richardson.
The stock problem is before i update.
I need the code for Yellow menu on mobile version and title product without line on each product
https://aitoguerriersdupacifique.com/produit/kanaka-v2/
How can i have the stock product without wrong number?
Is it possible to have a “see the cart” in main page product on mobile version?
And please repaired the cart menu, one time is balck font, one time is yellow.
I havent time to see with my provider, i lost too many time.
The issue related to '‘Installation Issues & Fixes (Read First)’' has been successfully resolved, and the topic is now closed for further responses