- This topic has 17 replies, 4 voices, and was last updated 4 years, 4 months ago by
Elvin.
-
AuthorPosts
-
November 20, 2021 at 1:45 pm #2012552
carlos
Buenas, tengo un problema en la pagina home de mi web, no puedo pulsar los botones porque js-particles esta por encima de ellos, el codigo es el siguiente, cuando lo quito de las css, si que me deja pulsar los botones.
`/* js-particles css */
}
.gb-container.particle-background {
position: fixed;
z-index: 0;
}#particles-js {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1;
}Que es lo que debo modificar en el codigo para que se quede por detras de los botones y el texto?
Un saludo
safegest.com
November 20, 2021 at 6:55 pm #2012688Leo
StaffCustomer SupportHi there,
Not sure if I understand.
Does the issue exist without the CSS you’ve added above?
November 20, 2021 at 7:30 pm #2012705carlos
Hi Leo,
The problem is that js-particles is over the button, then i Can not click the button. I need that button is over js-particles.
Whithout css the button is ok i can click, but with css, js-particles is active, then the button can not click.

safegest.com
November 20, 2021 at 9:26 pm #2012753Leo
StaffCustomer SupportTry setting
z-indexto1in this GB container:
https://www.screencast.com/t/OLy6pxVFWyhttps://docs.generateblocks.com/article/container-overview/#outer-z-index
November 20, 2021 at 10:08 pm #2012767carlos
Perfect!
Thanks Leo! 😉
November 21, 2021 at 10:10 am #2013496Leo
StaffCustomer SupportNo problem 🙂
November 21, 2021 at 1:37 pm #2013724carlos
Hello again Leo.
I just noticed something.
After testing what you told me yesterday I saw that the container stayed above js-particles and then in that part of the page the user could not interact with js-particles and in the rest of the page if he could, so not I liked it because it seems a failure of the web for the user.
What I have tried has been to clone the web that worked well for me and the current one and I have noticed that what causes the failure is the update of the generablocks plugin:
Here is the website of the updated generateblocks plugin:
https://www.dropbox.com/s/vkwv9hilxffjdkw/Screenshot_3.png?dl=0
Here is the generateblocks website not updated
https://definitivo.safegest.com/
https://www.dropbox.com/s/nmdrgq1bkk4b4zc/Screenshot_4.png?dl=0
I would like my website to be like this again https://definitivo.safegest.com/ (to be able to click on the button and for the user to interact with js-particles in the rest of the containers)
Un saludo
November 21, 2021 at 1:49 pm #2013732Ying
StaffCustomer SupportHi there,
Both of the site links works well on my side:
https://www.screencast.com/t/5cjLGGlYYIsn’t this what you see?
Let me know if I miss anything!
November 21, 2021 at 1:55 pm #2013734carlos
It’s true!!! If I try it in incognito mode, it also works for me on both websites.
If you see them in non-incognito mode, does it work for you?
If so, maybe it is the incompatibility of some chrome extension.
Un saludo
November 21, 2021 at 2:00 pm #2013737Ying
StaffCustomer SupportYes, they both work for me in non-incognito mode 🙂
November 21, 2021 at 2:06 pm #2013739carlos
thanks Ying, I have tried with other browsers and it works it must be some chrome extension that is incompatible when I update generateblocks
Thanks for everything!
November 21, 2021 at 2:10 pm #2013742Ying
StaffCustomer SupportYou are welcome 🙂
November 21, 2021 at 6:42 pm #2013895carlos
Hola Ying,
Resulta que si que es cierto que ya no se puede pulsar el boton, se quedo por debajo del js-particles y si q se debe al actualizar el generateblocks.
Lo he probado con otros navegadores y desde otras IP y no funciona en ninguna de las web, el boton se quedo por debajo y no se como colocarlo donde estaba, es decir por encima del js-particles.
https://definitivo.safegest.com/ (ahora actualice todo por eso tambien el boton se ve por debajo en esta web)
November 21, 2021 at 7:07 pm #2013908Elvin
StaffCustomer SupportHi Carlos,
Can you try adding this CSS?
.gb-container.gb-container-2248ac11 { z-index: 1; position: relative; }November 21, 2021 at 7:17 pm #2013914carlos
Hola Elvin, si justo eso lo probe con Leo y funciona, el problema es que el contenedor .gb-container.gb-container-2248ac11 se pone por encima de js-particles y lo unico que debe aparecer por encima de particles es el boton, no todo el contenedor, tal y como lo tenia antes:
https://www.screencast.com/t/5cjLGGlYYSi pasas el raton por encima con este codigo:
.gb-container.gb-container-2248ac11 {
z-index: 1;
position: relative;
}Se superpone todo el contenedor a particles y por tanto particles no reacciona al pasar el raton.
Lo que debe estar por encima de particles es unicamente el boton y no el contenedor.
probe esto:
.gb-button-wrapper {
z-index: 999999!important;
}
a.gb-button.gb-button-2e8ce59d {
z-index: 22!important;
}pero no funciono tampoco
Un saludo
-
AuthorPosts
- You must be logged in to reply to this topic.