Posts by Julio Cesar • 135 points
16 posts
-
0
votes1
answer74
viewsQ: Erro script Analytics Google
Hello, I’m having an error in the Google generated Analytics script. Which is exactly this way: <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXX-X"></script>…
-
1
votes0
answers63
viewsQ: Several errors like this on the console: Invalid or Unexpected token
Hello, I’m having several errors like this in the browser console (as image). All these scripts are Wordpress own, nothing there was I who put. I’ve disabled all plugins, but the problem persisted.…
-
1
votes2
answers802
viewsQ: Action while button is being clicked
It is possible to know if the left mouse button is clicked using Javascript? It’s not whether it was clicked, it’s whether it was pressed and it’s still going on. When you click it changes a value…
javascriptasked Julio Cesar 135 -
2
votes1
answer4210
viewsQ: Save contact, email and phone by clicking a link
I was wondering if that’s possible, because I have a client who wanted to do this, I don’t think so. As the title says, I need to click an image (this on the cell phone, of course) save or at least…
-
0
votes1
answer93
viewsQ: Custom fields in user registration
Hello, I need a plugin to create custom fields in the user register and then display this registered information. For example. wanted a CPF field, Address, Phone, etc. I even found a plugin, he is…
-
1
votes2
answers5730
viewsQ: Button to copy html from page
I need to provide a button where users will just click and copy all the code that was used to develop that page. I’ve seen a lot of similar questions, but none of them have solved my problem. It…
-
0
votes1
answer1560
viewsQ: Runtime error - 1035 - Selection Test 1 - URI Online Judge
First of all, I don’t have much experience with C#, I just know programming logic. I’m studying C# out of curiosity, it’s a language that always interested me. I am studying for URI and I am not…
c#asked Julio Cesar 135 -
0
votes1
answer57
viewsQ: Show terms of a taxonomy randomly
I am displaying all categories with their respective images, according to the code below: <?php categorias = apply_filters('taxonomy-images-get-terms', '', array( 'taxonomy' => 'category') );…
-
0
votes1
answer398
viewsQ: Listar posts por categoria
I have several posts and some of them have a category called "Featured" and the others are without category, what I need to do is list all these posts, and the first always need to be the "Featured"…
-
0
votes0
answers604
viewsQ: Blank page when click on new post in Wordpress
I have a post_type called Minutes, when I click to add a new post inside this pot_type appears a blank page, as below: I did some research and many people said that it could be some plugin, but no…
-
1
votes1
answer1685
viewsQ: Tips on how to make a search field with Wordpress
I need tips on how to create a search field in Wordpress, I have a little knowledge on the platform but still very limited and do not know where to start. The search field is composed of state, city…
-
1
votes1
answer55
viewsQ: "Element dl is Missing a required instance of Child element dd." Wordpress
Hello, I’m trying to validate a project of mine in W3C Validator. My page contains a Wordpress gallery, the one you manually create through the Dashboard. The problem is, I don’t know why, the W3C…
-
2
votes2
answers1177
viewsQ: Code to Leverage Browser Cache Leaves the Site Offline
Well, I’m having a problem getting the blessed "Enjoy Browser Cache" out of Pagespeed Insights. The site I’m doing this for is Wordpress. The entire internet indicates the same code to be inserted…
-
1
votes0
answers330
viewsQ: How to make this effect in css?
Hello, I would like to know how to apply this effect in CSS. I can’t describe what those vertical stripes are called. I’d also like to know how you make that dash inside a div. Thanks in advance.…
-
0
votes0
answers396
viewsQ: How to use foreach with mPdf library?
Hello, my friends. I’m in a tough spot, I know what it is, but I can’t fix it. Well, I’m using the mPDF library to generate reports, it’s great and very simple to use. I am bringing information from…
-
0
votes2
answers11884
viewsQ: Add value of an array
I need to sum up the values provided by an array. The array comes from a select in the database. The array is this way: Array ( [0] => Array ( [valorPagamento] => 12 ) [1] => Array (…