domilo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fonts Size and Color in Cart and Cart PageHi lorro,
Thank you very much for these valuable indications, there are also the codes for the size of the prices, regular, sale, and totals. I will also have to change them I think?
/* WooCommerce Price (Regular Price) */
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product-price del, .woocommerce ul.cart_list li .quantity del, .woocommerce-page ul.cart_list li .quantity del, .woocommerce ul.product_list_widget li .quantity del, .woocommerce-page ul.product_list_widget li .quantity del {
color: #696969;
font-size: 18px;
text-decoration: line-through;
}/* WooCommerce Price (Sale Price) */
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
color: #e42d2a;
font-size: 26px;
font-weight: bold;
text-decoration: none;
}/* WooCommerce Cart Totaux */
.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount, .woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
color: #ffcc00;
font-size: 18px;
}Forum: Plugins
In reply to: [WooCommerce] Fonts Size and Color in Cart and Cart PageThanks lorro,
Yes, I did this research, but it seems that theses css apply throughout the site, without exception…
Forum: Plugins
In reply to: [WooCommerce] Fonts Size and Color in Cart and Cart PageHi,
I partially resolved the problem by removing the sidebar, giving then more place at all…
But if anyone can answer my question, thanks a lot !Hi Malay,
Thanks for your message…
I will update the 3.5.18 with the new one when all will be ok ! The 3.5 works so fine…Regards
domiloHi Borisj,
Thanks for your email…
I took a look into the database, and compared it with another site of mine where the plugin goes perfect. I deleted the tables named es_ remaining, and in the options table, deleted all the records with option_name beginning with ig_es_.
And now it works !Thanks 🙂
Thanks Docolli ! This will surely help, I’ll take a look deeper…
Answer to OLIVERMERK :
Did you have a successfully finished conversion of you database after upgrading? YESDo you have a backup of your plugin folder with V3.5.18 of this plugin? YES and NO :
when I saw that the v4 was not running properly, I replaced it with v3 (after deactivating and deleting), but when v3 activated, the dashboard remains with the v4 options… So my backup is with this configuration.
I restored all with this backup, but now I cannot activate the v3 without having this error message.
That’s why I thought of going into the database and change something, but what is the question 🙂Thanks for trying to help !
Here are the infos : WordPress 5.1 | PHP 7.2.15 | Apache | MySQL 5.5.60-0
I tried to install via FTP, the same…
Then I installed the 3.5.18, made the upgrade, then deactivate, delete, and upload the 3.5.18, and always the same error message…
That’s why I think there is something in the database that is on v4, and does not match with v3…
Yes, i did. Perhaps is there anything to do into the database ?