Ravi Mallya

Results 8 comments of Ravi Mallya

Yes. this is what I also wanted to know. ``` javascript $stateProvider .state('main', { abstract: true, url: '', templateUrl: '/app/views/pages/landing-main.html', data: { requireLogin: false } }) .state('main.home', { parent: 'main',...

Hi. The solution that you provided not working when retrieving a product though. I've not tested by setting a custom meta attribute. Here's https://pastebin.com/N8pWMSFM the output of: `WooCommerce.get('products/14426', function(err, data,...

@pjschrock Even I was also spent hours, and fortunately, I have an old account UA-xxxx with views which works fine for me. Need to see when either this plugin gets...

@FrenchBully Hope this solution works for you: https://github.com/nhn/tui.image-editor/issues/62#issuecomment-2341461476 . This works for me in Angular 18.2.0. Make sure to load fonts correctly. This repository seems to be dead.

+1. Same issue in Angular 18 as well. if there's no space below the select box, it will drop up, but position is like this: ![Image](https://github.com/user-attachments/assets/6f7bc173-cb4c-420f-ad9b-8352ceb1328e)

There's one email address in code of conduct section on this page: https://github.com/nhn/tui.image-editor/blob/master/CONTRIBUTING.md . Can we get in touch with them through that? @Aarbel

@pierresh thanks for the fork and it works fine. However, it would be better if you could publish it as a separate package than forked one. Also, can we avoid...

@faizzzsheikh @charlieelcarlino hope below code would solve your redirection issues. Just add below code to your current theme/child theme's functions.php. Review comments for each methods ``` /** * Force Google...