This topic has 35 replies, 4 voices, and was last updated 7 years, 11 months ago ago by Rose Tyler
Hi !
I just would like to know how change “category” by “categorie ” (in french) on carousel categorie.
Picture 1 & 3 in attached.
A to know if we can change the “sale” by another text or icon ?
Picture 3 in attached.
I also don’t arrived to put widget filters as on your demo here : https://www.8theme.com/demo/classico/variant1/product-category/dresses/
On left widget area…
When I try to put on widget product pages, nothing appears…
Thanks for your help !
Thierry
Hello,
1. Do you mean you want to translate the text?
Please read our documentation how to translate the theme https://www.8theme.com/demo/docs/classico/#translation .
2. “Sale” text also can be translated in .po file as described in the documentation.
3. As I see you haven’t added any widgets in Appearance > Widgets > Shop Sidebar, only in “Single Product Page sidebar”. Move them to “Shop Sidebar”.
Also you need create attributes in Products > Attributes and set variations for them. Then assign the attributes to your variable products, read Woocommerce documentation https://docs.woocommerce.com/document/variable-product/ .
Regards,
Eva Kemp.
Hello Eva,
1. I have edit the po with po edit and I still see category not traduct like this “catégorie”.
I have translate all words and group of words who contain the word “category”.
2. I will try tomorrow for “sale”…
3. It’s ok for the shop page and for prices filter.
Except that the filter with attributes doesn’t work.
Even if I have create attributes…
I also don’t know how put prices filter on shop pages…
And the same for filter with attributes.
Hello,
1. I see only our default files in the directory wp-content/themes/classico/languages. You should save the files with your language prefix. Read here http://betterwp.net/wordpress-tips/create-pot-file-using-poedit./ .
3. I don’t see any attributes in Products > Attributes http://storage3.static.itmages.com/i/16/0726/h_1469518167_7020791_77ee840b57.png . Where have you created them?
Add attributes in Products > Attributes section.
Regards,
Eva Kemp.
Hi !
I have some questions that I have put in pictures in attached.
If you have solutions.
hank you in advance !
Thierry
Hello,
1. Add this code in Global Custom CSS:
.woocommerce-price-suffix {
display: block;
}
2. Refer to this article:
https://businessbloomer.com/disable-variable-product-price-range-woocommerce/
3. Edit the file wp-content/themes/classico/framework/woo.php in line 739. Make changes in the child theme.
4. Edit the file wp-content/themes/classico/framework/theme-init.php in line 47. Do you want to change colors of the text or buttons?
5. Edit the file wp-content/themes/classico/framework/woo.php in line 752. Use this css code:
.shopping-container .btn.border-grey, .cart_list.product_list_widget .btn.border-grey {
background-color: #B8B8B8;
border-color: #B8B8B8;
color: #fff !important;
}
.shopping-container .btn.filled {
color: #fff !important;
background-color: #262626;
border-color: #262626;
}
Change color values to yours.
Regards,
Eva Kemp.
For 2 : is it possible to do like picture in attached 2.1 ?
For 4 I want to change both.
For 5, it doesn’t work.
Is it correct with this in attached (picture 5.1) ?
Hello,
2.1. Please use this css code:
.product-information .price del {
display: none;
}
4. Add the following css code:
.emodal .emodal-title {
color: red;
}
.emodal .emodal-text .btn {
color: red;
background-color: white;
}
.emodal .emodal-text .btn.filled.active {
color: red;
background-color: white;
}
Change color values to yours.
5. You should add css code not into the file wp-content/themes/classico/framework/woo.php (just edit text there), but add all css code in Theme Options > Styling > Custom CSS > Global Custom CSS.
Regards,
Eva Kemp.
Many thanks for your help 😉
Everything works fine !!
I have a last problem… on picture in attached.
Thank you in advance !
Thierry
Hello,
You need remove sale price for the mentioned products.
Best regards,
Jack Richardson.
Hi Jack,
But if I remove sale price, we won’t see prices on website, shop and products ?
I have another question about an addons I try to activate… but it doesn’t work.
Picture in attached.
DO you think there is an incompatibility between classico theme and this addons ?
Thanks in advance !
Thierry
Hello,
We can’t access your site now:
http://storage9.static.itmages.com/i/16/0907/h_1473255648_1422760_de98129991.png
Check the issue with your hosting provider support.
Regards,
Eva Kemp.
Sorry, my host have problem actually.
Sometimes it works and sometimes not…
I will let you know when ok.
br,
Thierry
it seems to work now… on the other hand I don’t know how long.
Hello,
To hide price use this css code:
.product .price del {
display: none;
}
I tried to activate the plugin but there is an error:
http://storage8.static.itmages.com/i/16/0907/h_1473263243_4507449_5c593d4770.png
As you have Woocommerce installed you also have to install https://woocommerce.com/products/product-add-ons/
Best regards,
Jack Richardson.
Hi Jack,
Perfect it works !!
Thanks a lot 🙂
But I have the same problem with widget… as on picture in attached.
For the product addons I think that it’s not free addons… so I will pay it 😉
I have also created a static block to have a new footer.
Is it possible to take off the white area under the footer ?
Picture in attached.
Thank you in advance !
Thierry
Hello,
Add this code in Global Custom CSS section:
.product_list_widget li .small-coast del {
display: none;
}
.demo_store {
margin-bottom: 0px !important;
}
Regards,
Eva Kemp.
Yes it’s perfect !!
🙂
I have another problem with footer I have created in static blocs and put into footer widget area.
There are some pages where it’s ok like this :
http://www.replik-cd.fr/?page_id=786
And some others where it’s not ok…
http://www.replik-cd.fr/?page_id=964
Do you have an idea ?
Thank you again and again in advance 😉
Thierry
Hello,
I’ve enabled the option in Ultimate VC Addons settings > Modules > Debug http://storage3.static.itmages.com/i/16/0908/h_1473350865_8690327_f1fdb669f5.png
Please check footer now.
Regards,
Eva Kemp.
Hi Eva,
Footer works now 😉
But I have lost pictures and background colors on home page… is it normal ?
And I don’t find “debug” in vc addons > modules…
Picture in attached.
Thank you in advance !
Thierry
Hello,
You’ll find Debug link at the bottom:
http://storage1.static.itmages.com/i/16/0909/h_1473428292_8166772_3b9ec3b515.png
Click it and it will appear among other tabs.
Please check home page now.
Regards,
Eva Kemp.
Hi Eva,
I have installed product addons from woocommerce.
I have create an option for the price who add 50 euros to the total price.
But total price is not shown on product page or on basket.
I have asked to woocommerce team for more help but they answered me this (in private content).
Do you know how to show the total price (regular price + option price) ?
And how to have the total price with option in the basket ?
I put a picture in attached too.
Thank you again for your precious help !
Thierry
Hello,
Try to use this css code:
dl.product-addon-totals {
display: table;
}
Best regards,
Jack Richardson.
Hello Jack,
It works fine !!
But the option price is not include when ordering… in basket
Picture in attached.
I have another problem… but I don’t know if it’s a problem with theme or with woocommerce.
I have put product carousel who is a woocommerce plugin.
Picture in attached too.
When I try to select options, then I save… and after options are not selected.
If you have an idea ?
Br,
Thierry
Hello,
To configure product addons plugin requires additional customization which is beyond our basic support scope. Please contact via this form https://www.8theme.com/customization-services/ and describe your query there.
As I see from your screenshot you’re using outdated element. Try to remove it and re-add from a new version.
Best regards,
Jack Richardson.
Hi !
I have tried to update manually with FTP my plugins as screet chat, visual composer and master slider pro.
But each time I have this notice :
Notice: Undefined property: stdClass::$slug in /home/replik-cd.fr/web/wp-admin/includes/class-wp-plugin-install-list-table.php on line 52
So I have stopped all updates… to know if you think I can do it without problem with my FTP ?
Thank you in advance !
Thierry
Hello,
This is just a notice, you can ignore it. Besides it’s related to WordPress, not to the theme.
You can keep updating the plugins.
Regards,
Eva Kemp.
Hi !
I have seen this when I want to add plugins on my wp.
Picture # 1 in attached.
Is it normal ?
I have problem when I try to update really simple captcha… it doesn’t work !
Is it the same problem ?
On picture #2 you can see that plugin is not updated.
How can I update ?
Thank you in advance !
Thierry
Hello,
1. This is also a warning and related to WordPress. Just ignore it.
2. On the screenshot I see Visual Composer element which is outdated. You need remove it from your page and re-add a new one from VC editor.
Make sure you’re using last VC version. You can download it here https://www.8theme.com/download-plugins/
Regards,
Eva Kemp.
Ok for warning 😉
But I have already tried to update VC editor and it still doesn’t work.
Still outdated…
Do you have another new update ?
Regards,
Thierry
The issue related to '‘Langage/filters & others questions’' has been successfully resolved, and the topic is now closed for further responses