lwxbr

Results 11 comments of lwxbr

Yeah, links and buttons don't resize using fittext, I tried in this pen: https://codepen.io/vendramini/pen/PBNqbN I did some algorithm based in viewport width without change the properties of fittext, hope it...

@thadeu220. Acredito que o @claudiosanches não tenha implementado este recurso porque especificamente o PagSeguro não tem esse recurso de pagamento em dois cartões disponíveis na plataforma em questão (não que...

O Plugin do PayPal não apresenta a funcionalidade: https://wordpress.org/support/topic/e-possivel-fazer-uma-compra-e-pagar-com-multiplos-cartoes/

Yes, unluckily, you can get the password of database in wp-config.php. But you can limit the ips that will have access to that server (DB server). I don't like the...

> Actually, the .htaccess magic in WebP Express does not redirect to Wordpress, but directly to a php (no Wordpress bootstrap). That php does not have update_option or any other...

Thank you, @rosell-dk, for giving attention to this thread. At the moment I'm very busy in another projects but as soon I got some time. I will continue the work...

@rosell-dk, that's a great idea! I think you could use telemetry to do that, of course, with users permission, like "User Example, do you want to share some anonymous data...

Will you design a REST API for that, right? A server will be used to receive all the data collected by the plugins like the old Client/Server Architecture? The plugins...

The developer needs to implement this or implement a wild card mask. The solution I found is: ```js import {mask} from 'vue-the-mask'; export default { directives: { mask: { ...mask,...

@samuelcust, sorry for post wrong solution. I thought the developer implemented the directive using directive properties. Like in this doc: https://br.vuejs.org/v2/guide/custom-directive.html. Reading the code. I think the hole is more...