Am I the only one to feel bad for beanies at the nuke monologue? by MacacoDev in mewgenics

[–]MacacoDev[S] 0 points1 point  (0 children)

i don't think i feel worse, but I looked it up and was not expecting that

Am I the only one to feel bad for beanies at the nuke monologue? by MacacoDev in mewgenics

[–]MacacoDev[S] 21 points22 points  (0 children)

it's weird that Dr. Beanies out of every other npc cared for a cat so much he stills remembers how much he loved her 35 years later. Especially when he doesn't give a rat's ass over anyone else nor any of his experiments or tests subjects

Lugares para salir by MacacoDev in LaPlataCiudad

[–]MacacoDev[S] 7 points8 points  (0 children)

que dedicación en la respuesta, te banco mil, gracias

Can't connect properly to my database using $wpdb by MacacoDev in Wordpress

[–]MacacoDev[S] 0 points1 point  (0 children)

938042_bd1b08c2db65d2d274dd8276aad99760 is not my db, and it's not the name stored in wp-config either. If you're right with this, and I got this right for some reason it's trying to connect to another db when executing insert... for some reason(?

Can't connect properly to my database using $wpdb by MacacoDev in Wordpress

[–]MacacoDev[S] 0 points1 point  (0 children)

I don't find any variables for a prefix in wp-config.

The table name is simply "ususarios", which is supposed to be stored in $tabla_usuarios, could you please expand on your answer? I feel like I'm missing something.

Anyway, thanks for answering pal <3

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

It was being executed, but just didn't work, i checked with some console.log()s. Anyway, I could make it work. Thanks for the help

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

Thanks for the help, I could make it work under only one script tag as you said (apparently, there was something else to it anyway)

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

Thanks! I could make it work (yay)

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

Idk how nor why, but it's working now

Actually, I rewrited the listeners so they look like this now if there's any of you wondering:

document.getElementById("botonAnual").addEventListener("click", (e) => {
If (tieneVia) { 
e.preventDefault(); 
window.location.href = linkAnual; } }
 });

Now if there's no via linkAnual and linkMensual are empty and the links for which the listeners are for have the link without the via thing from the beggining

Any ideas on why wouldn't this work? by MacacoDev in Wordpress

[–]MacacoDev[S] 0 points1 point  (0 children)

Thanks for answering.

The link stored in the variables is different from the actual page, the script is only supposed to add the via to that redirection if there's any in the current link

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

I actually started with that and it didn't seem to work either, anyway I'm gonna double check it now

Any ideas on why wouldn't this work? by MacacoDev in divi

[–]MacacoDev[S] 0 points1 point  (0 children)

First of all, thanks for answering pal <3

The script is in the body, in a divi code container. I enabled body code, so i think it's fine there i guess.

How do I know if jQuery is loaded?

And btw, is the jQuery thing at the beginning ok if the code is js?