Forum Replies Created
-
AuthorPosts
-
Jon San Roman
ParticipantHi!
I have solved the problem but a new problem has appeared.
I have added this code to functions.php
function custom_sanitize_numer( $value ) { // Format number, add separate comma $value = number_format( $value, 0, ',', '.' ); return $value; }Now everything looks fine in front but in the backend i am getting a bug.
https://capturas.trinchera.marketing/04uq4RgmJon San Roman
ParticipantHow can i display in elementor a number 1000000 like that: 1.000.000?
Jon San Roman
ParticipantI already have the extension installed.
Jon San Roman
ParticipantHi!
The problem happens when elementor pro is activated.
Jon San Roman
ParticipantHi!
The problem happens when elementor pro is activated.
Jon San Roman
ParticipantHi im having a problem with the custom post type categories. I want to show category archive with elementor themer but it shows the post grid empty when i select actual query.
Jon San Roman
ParticipantCould anyone help me with that?
Jon San Roman
ParticipantI need an input from the client part about each product. Imagine that im selling personalized tshirts, i need to receive the name of the client to print it in the tshirt.
-
AuthorPosts