createandcode
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field “Grayed Out”@stephjacq – just chiming in on this same issue.
FYI – this is what I see on a stock 3.6.2 install running TwentyNineteenAt first I assumed like @mta1 that this was a bug.
Is the screenshot above the intended/correct UI for this use case?
If so, it’s incredibly confusing.
1.) No label next to the field to indicate its purpose. At the moment it simply looks like a buggy field being displayed for no reason.
2.) The previous UX of simply entering the refund amount was far superior IMHO – what was the motivation for the change?
3.) The tooltip currently states “Refund the line items above” – it’s not clear what ‘above’ is referring to. I would recommend tweaking the tooltip to something like “Enter the refund amount in the input box under the relevant line item above” or something similar.I think the overall UX implementation for this change probably need a fresh pair of eyes as I’m sure if it’s confusing me (who looks at this daily!) it’s got to be confusing others.
Colm
Forum: Plugins
In reply to: [Autoptimize] Elementor global css and page/post specific css not deferred@optimizingmatters – nope not yet – I’ll do so and see what they have to say. Thanks for your efforts on this thus far. (Oh and the multisite instance are all on the same url).
Forum: Plugins
In reply to: [Autoptimize] Elementor global css and page/post specific css not deferredI installed the github beta – still the same…
https://themedemo.commercegurus.com/elemtest/elementor-4/
Would the fact this is a multisite instance make any difference?
Forum: Reviews
In reply to: [WooCommerce Product Image Gallery Options] Didn’t work.Hey @kronikon
v1.1.0 has just been released and should fix your issue.
Forum: Reviews
In reply to: [WooCommerce Product Image Gallery Options] Needs to be updated to workhey @wtsadmin
sorry you experienced this issue – v1.1.0 just shipped which should fix this for you.
Forum: Plugins
In reply to: [WooCommerce Product Image Gallery Options] PHP 7.2 compatibility?hey @wizzard_
sorry about the delayed reply!
V1.1.0 just dropped which fixes this fatal error.
thanks @jtsternberg for your wonderful work on CMS2 as always and for stopping by here ??Forum: Plugins
In reply to: [Autoptimize] Elementor global css and page/post specific css not deferred@optimizingmatters – strange!
I’ve re-created it again on one of our servers so you can see it in action.
https://themedemo.commercegurus.com/elemtest/elementor-4/When you tested it you may not have done enough ‘stuff’ on the page for Elementor to create the page specific css.
Colm
Forum: Plugins
In reply to: [Jilt for Easy Digital Downloads] Fatal error in latest version – v1.3.0Hey @jilt @nikschavan – confirming we had the same issue and it is indeed a conflict w/ Stream.
@beka – given how popular/useful Stream is – would you be able to reach out to those nice folks and ask them to stop breaking Jilt?
??
Hi there
I can’t think of anything the theme would do to cause that.
I suggest switching temporarily to a default theme such as twentyseventeen and try it with that. If it still happens there’s something up with the plugin – best get in touch with their developers.
Best
Simon
Forum: Reviews
In reply to: [WooCommerce Product Image Gallery Options] Didn’t workHi,
It’s probably because your theme is overriding some core WooCommerce hooks. If you switch to the TwentySixteen theme and deactivate your other plugins other than WooCommerce does it work?Forum: Reviews
In reply to: [StartRight] Centralize main menuHi there!
Try adding the following via Appearance > Customize > Additional CSS:
ul.blog-menu {
text-align: center;
}ul.blog-menu ul {
text-align: left;
}.blog-menu > li {
float: none;
display: inline-block;
}Best,
SimonForum: Plugins
In reply to: [WooCommerce Product Image Gallery Options] Problem with WPMLHi there,
I don’t think you understood my last reply. This plugin just uses standard WooCommerce hooks – nothing in there should stop WPML doing it’s thing. They don’t need to ‘make’ this plugin Multilingual as WooCommerce already supports WPML via the WooCommerce Multilingual plugin. If you’re asking for the gallery options to be language specific that’s something WPML would need to do – not this plugin – and you didn’t buy this plugin – it’s free ??Forum: Plugins
In reply to: [WooCommerce Product Image Gallery Options] Problem with WPMLHi there,
sorry about the delayed reply! If you’re still having this issue I would recommend contacting WPML directly as this plugin is very very simple and uses standard WooCommerce hooks – so my guess is that WPML is doing something when a language is switched that means the plugin isn’t firing the WooCommerce hooks in our plugin.Colm