o28o
Forum Replies Created
-
Guys! It helped! Thank you very much.
I don’t think that this issue was caused by some of plug-ins as I mentioned earlier: I tried to disable all the plugins except woocommerce and plugin itself. the problem still exists. So most probably it’s related to Spacious Theme I’m using
But css code you provided fixed the problem.
Thank you very much. I’m buying the pro version.
Oh! wow thank you for swift reply!
yes if user presses on the currencу that was not active at the moment it’ll work as expected. But if the user will press at the same currency (e.g. he activated the widget accidently or out of curiosity) scroll will not work.
here is video with some more details
to test the issue you can click on any empty space or on the same currency that is active (on your video it was usd) and you’ll see the issue.
Thank you very much for your help. Hope that this issue can be solved.
Cheers
Pavel- This reply was modified 4 years, 4 months ago by o28o.
Forum: Plugins
In reply to: [Blackout: Dark Mode Widget] Exclude Images from DarkmodeOh. i’ve fould the answer here
https://darkmodejs.learn.uno/.darkmode–activated .logo {
mix-blend-mode: difference;
}and it worked for me
.darkmode–activated #featured-slider {
mix-blend-mode: difference;
}Forum: Plugins
In reply to: [Blackout: Dark Mode Widget] Exclude Images from DarkmodeHi guys.
tried it on dhammasukha.ru
and can’t exclude slider images from dark mode (colors become inverted)
when i try this
#featured-slider {
mix-blend-mode: difference;
}it works but this works wierd as mentioned in some help
how can i use darkmode-ignore in this case? I’m not good at css and all that stuff.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] hide Showing …. entries and translationCool. Thanks it solved the first problem.
But i didn’t understand how to change the column visibility – button name or apply russian translation in general.
Sorry I’m now dev guy it’s not that simple and obvious for me.