levrden
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Add user on huge user baseWON-DER-FUL
As @digamberpradhan ‘s solution didn’t work, or maybe i didn’t understood, i just updated the plungin and now here it is !
Thanks for the very quick answer !To solve the problem, i just did it using jquery, thanks to @nko !
No need to apply again when you have filtered the vpf
/*Lorsque les éléments du portfolio sont survolés par la souris, on s'adresse aux articles */ jQuery(".vp-portfolio__items").hover(function(){ /*et on leur attribue des propriétés de transition, ainsi qu'une opacité faible*/ jQuery(this).children("article").css("opacity", "0.2"); jQuery(this).children("article").css("transition-timing-function", "ease"); jQuery(this).children("article").css("transition", "0.5s"); /*Sauf pour l'article qui est lui-même survolé*/ jQuery("article").hover(function(){ jQuery(this).css("opacity", "1"); }, function(){ jQuery(this).css("opacity", "0.2"); }); }, function(){ /*Si le portfolio n'est pas survolé, on redonne à tous les articles une opacité normale*/ jQuery(this).children("article").css("opacity", "1"); }); /*Insérer des propriétés de transition aux articles, qui sont les enfants de .vp-portfolio-items*/ jQuery(".vp-portfolio__items")(function(){ jQuery(this).children("article").css("transition-timing-function", "ease"); jQuery(this).children("article").css("transition", "0.5s"); });
Hi !
in the settings, you can add custom taxonomies for the filters ??Just found what the problem was
The page has been created from a pasted code from a gutenberg templatejuste created another banner from scratch and it works perfectly
thanks for the support
Jonathan
Only the custom css work, here is a recording :
https://share.getcloudapp.com/xQuY6Q7j(Thanks for cloudapp, it’s wonderful !)
of course, here it is:
https://tests.hardyjonathan.fr/accueil2/The first one, it is an image which has a button block inside it
Hi
Just checked if it was from my theme, but it appears not
there are noplugins on my site, except Editor plushere is the block icon, in french : https://tests.hardyjonathan.fr/wp-content/uploads/2020/12/Capture-decran-2020-12-15-101144.png
thanks