Posts by RonaldoM • 347 points
16 posts
-
15
votes2
answers5677
viewsA: Composer Returning Memory Allocation Error
Problem solved, if someone has that same error I corrected this way: /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 /sbin/mkswap /var/swap.1 /sbin/swapon /var/swap.1 source:…
-
2
votes2
answers5677
viewsQ: Composer Returning Memory Allocation Error
I just installed Composer and I am trying to download some files from sendgrid, however it is returning me memory error. Someone knows what’s causing this and how to fix it? Installing…
-
1
votes2
answers300
viewsQ: How to Protect the Clickjacking Site
Hello, I scanned my site and found that it is vulnerable to clickjacking type attacks, I saw that a solution would implement the header-frame-options x HTTP, my doubt is how to implement it? Would…
-
-1
votes2
answers189
viewsQ: What is the best way to get the content inside a div for a variable?
Chanted needing to take the contents of a div for my variable so I can treat it and send my email. I’m trying with JS but is returning me error "Undefined", my code is like this: var pegarTxt =…
-
1
votes1
answer25
viewsQ: I cannot validate the image extension using charAt
I am trying to make a simple validation in the extension of the images that will occur the upload, but it is not working very well so far, could help me? Follow the code I’m trying to make work. var…
-
0
votes3
answers619
viewsA: if error inside if
In case anyone needs it That’s the way it was: var ainput6 = document.getElementById("IdadePeriodo4").value == ""; if(aoption == 'Aniversario' && ademaisOpcSex.includes(aoptionAni)…
-
0
votes3
answers619
viewsQ: if error inside if
I have a problem, in my view the logic is correct, however it is not working, I have a select that has to be checked and if it is selected certain option it opens another select, in that other…
-
1
votes2
answers259
viewsQ: Is it possible to customize an Alert?
Between an if and Else I have a call from an Alert to return a reply to the user, between both the layout of Alert itself is not very according to the layout of the site, I would like to know how I…
-
0
votes1
answer26
viewsQ: Error checking radio with if
I’m trying to do a simple check of if and Else, but I’m not getting it, because it only returns as true when actually in the case I’m trying to test it was to return false. Keep going like I’m…
-
-1
votes3
answers330
viewsA: How to return type radio value
I performed a test and a half that worked the way I want, but I believe it is not the right way and whether it will work if I have more fields or I would have to fill if. <script…
-
1
votes3
answers330
viewsQ: How to return type radio value
Good morning ! I’m having a little problem I’m trying to return the value of a radio field printing on the screen to give a return type to the user before making the upload click. I’m currently…
-
0
votes2
answers73
views -
0
votes1
answer235
viewsA: How to use the Transition effect on a display?
In case someone needs it, it’s not what you need but it’s better than it was before, follow the code: .ajusHeader{background: transparent; height:0px; overflow:hidden;-webkit-transition: height…
-
0
votes1
answer235
viewsQ: How to use the Transition effect on a display?
Good morning, all right? I’m trying, but I still can’t use the effect Transition to smooth the exchange of display:block for display:none and virse and versa. I’m using JS to when the user scrolls…
-
1
votes1
answer29
viewsQ: Doubts about backup, templates and domains in the Multisite Network in Wordpress
I researched related topics but did not understand very well some things, could clarify me some doubts? 1) How can I backup a specific website on the Multisite network or would not be possible? 2)…
-
1
votes2
answers73
viewsQ: How to use forech in Wordpress using the Wp_query variable
Good morning! I’m not able to implement a forech in a database search using the native variables of wordpress, searching found something similar however is not what I need. <?php global $post;…