phantomas88
Forum Replies Created
-
FIXED: Although the discounts plugin does not use coupons, it seems that checking “Subtotal includes coupons” in the rules options of your plugin and also having the option “Apply minimum order rule before coupon discount” unchecked when creating a Free Shipping coupon, solves my issue.
Thanks.
Hello, I was having the same issue earlier on, until I realized that the discount applied actually takes into account the tax as well, even if the prices are set to include tax in WC settings.
So in my case, even if the total value of products is 20 and the discount is set to 5%, it kept deducting 1,24 instead of 1,00… Because it actually discounts 5% from 24,80 (20 + 24% VAT in my occasion).
Hope you guys can fix this or add an option to include tax or not.
Thanks
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Nav menu dropdown color on scrollForum: Plugins
In reply to: [Sticky Header Effects for Elementor] Nav menu dropdown color on scroll@jkinlaw Thanks for your kind words!
You are right, we were trying to do slightly different things.
However, I carefully read your initial post again and what you are trying to achieve and then I checked out your site. I believe that the css you need is this one:
.she-header a.elementor-item-active {
color: #FFFFFF !important;
}Hope I helped this time 🙂
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] Nav menu dropdown color on scroll@jkinlaw Thanks for adding up to my initial question.
I have actually found the correct code today. The css to edit the color of the elementor dropdown sub-menu items when the header is sticky. You didn’t have the “;” after “important” in the code you posted, but it did not work for my anyway.
Here is the one that worked:
.she-header .elementor-nav-menu–dropdown a {
color: #98a86d !important;
}Hope it helps!