-
D danielerametta
Hello, everyone,
Has anyone ever created a custom slider on Lay theme? I've tried inserting this code but it doesn't work.https://codepen.io/Lomzo/pen/qBBROLm
Any ideas?
Thanks -
D danielerametta
Hi,
I am developing an ecommerce with Laytheme and I should implement a function that I have never tried before.
Is it possible to enter multiple Paypal accounts or other to differentiate revenue? I.e., for example, t-shirt shop category on account company A, sweatshirt shop category on account company B. Do you know if there is a plugin compatible with Laytheme that does this?Thank you very much for your report
-
D danielerametta
Hi,
I have noticed a problem with the All in one Seo plugin. After the update the seo score doesn't work. Has anyone noticed the same problem? -
D danielerametta
HI
I entered the code (sub menus dropdown) but I don't understand why it doesn't work.
You could help me!
Thanks/submenu/
nav.primary .sub-menu li{
display: block;
position: relative;
}
.sub-menu{
padding-top: 10px!important;
opacity: 0;
transition: opacity 200ms ease;
-webkit-transition: opacity 200ms ease;
pointer-events: none;
position: absolute;
}
nav.primary li:hover .sub-menu{
opacity: 1;
pointer-events: auto;
}
/**/the domain is https://www.proarta.ch/beta
the drop-down menu is up EXHIBITIONS
thanks
-
D danielerametta
HI @arminunruh
I entered the code (sub menus dropdown) but I don't understand why it doesn't work.
You could help me!
Thanks/submenu/
nav.primary .sub-menu li{
display: block;
position: relative;
}
.sub-menu{
padding-top: 10px!important;
opacity: 0;
transition: opacity 200ms ease;
-webkit-transition: opacity 200ms ease;
pointer-events: none;
position: absolute;
}
nav.primary li:hover .sub-menu{
opacity: 1;
pointer-events: auto;
}
/**/the domain is https://www.proarta.ch/beta
the drop-down menu is up EXHIBITIONS
thanks
-
D danielerametta
HI @arminunruh
I entered the code but I don't understand why it doesn't work.
You could help me!
Thanks -
D danielerametta
hi
I have a problem with multilingual. specifically I saw that by changing the page the menu does not update.
-
-
-
D danielerametta
Hi
after updating the carousel plugin, I noticed that when you load the web page you see the carousel that enters from the right. I cannot dissatisfy this initial animation.
Thanks!