httrsolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Not compatible with translatepressThank you @malihu,
You’ve put me on the right track, it was the end slash that was causing the problem, I’ve corrected it with this custom filter:add_filter('trp_get_url_for_language', 'trpc_remove_end_slash', 10, 6); function trpc_remove_end_slash($new_url, $url, $language, $abs_home, $lang_from_url_string, $lang_url_slug){ return untrailingslashit($new_url); }The problem is that I can’t test it because you don’t have a trial version on your paid versions. But when you say your integration works with Woocommerce, does that mean it supports the Woocommerce checkout page? So theoretically if I install a custom woocommerce payment module, it should display in Amelia’s payment page too?
Isn’t it possible to have a demo version for a few hours/days please?No, I completely understand your point about accessibility, but in a way your reasoning would mean giving up certain functions. The advantage of being able to specify the unit and a precise number is that you can really go a long way in the quality of your design, to be able to adjust the smallest detail.
When you emphasise accessibility as you would like to do, you lose some of that sense of detail in my opinion.
But one thing’s for sure, there’s still room to improve the interface and make it more accessible. I can tell you that it has already evolved a lot in that direction since the first versions.
Personally, I disagree. I find greenshift a joy to work with.
Of course, for the average person, it’s not very accessible, but it’s a joy for developers who are used to working with CSS properties, so we don’t feel out of place.
I missed this option to set the min size. It’s now OK.
Thank you
- This reply was modified 3 years, 3 months ago by httrsolutions.
For the bug, I confirm that all my lists on several sites are now broken, this must be caused by a recent update.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Border radius is brokenUpdate: you are faster than lightning, I saw in the last changelog that you fixed the problem. I just updated the plugin.
Thank you very much!