I downgraded to keep working. They'll fix it eventually.
dnlbrv
Posts
-
Problem after update 11.1.8 -
Problem after update 11.1.8After version 11.1.8, when editing a page, the page overlay settings are placed over the entire WordPress UI and the Cancel or OK buttons do not work.
Any idea? I cant work!
screenshot link:
https://www.dropbox.com/t/9gdoYBPJqq52GTxe -
When opening a project page, it does not respect the previously selected language.Hey I send a email with the data
-
When opening a project page, it does not respect the previously selected language.sorry, where is this option?
-
When opening a project page, it does not respect the previously selected language.And qTranslate-XT Version 3.15.5
-
When opening a project page, it does not respect the previously selected language.Hey, Im under 10.9.7 version but the problem persist. In the projects doesn't respect the language selected.
-
When opening a project page, it does not respect the previously selected language.Hey sorry, the path disappear because is configurated in the language preferences. But the traductions in project pages doesn't work, always show the deafault languaje selected in preferences no the languaje selectd in the website.
-
When opening a project page, it does not respect the previously selected language.A big problem here: I make a 3 languages site but the project pages doesn't respect the language selected, always show english.
The problem is:
For exemple, when open a project from:
https://lainvisible.pro/site/ca/services/The adress from the open project is;
https://lainvisible.pro/site/test-project/The path of the languaje is disapear and show default.
Any idea??
Thanks in advance
-
Language switcher in the footer with shortcodeIs posible change the properties and functionality of the language switcher added with shortcode? for example add a dropdown functionality.
Thanxs in advance
-
Big problem here with licensesHello,
I have several Laytheme licenses and they've stopped working. I can't log in to laykeymanager.com with my username. What's going on? I need to be able to activate my licenses.Thanks
-
qtranslate-xt language switcher in the footer?Hello all,
is posible put the qtranslate-xt position of the language switcher in the footer?
Thanxs in advance.
-
Help! Sticky element doesen't work for me...Yeah, now works perfect.
thanxs again! Lay theme are the f****g best!
-
Help! Sticky element doesen't work for me...I send the email
Thanxs a lot -
Help! Sticky element doesen't work for me...After put your code, console says:
[Error] TypeError: undefined is not an object (evaluating 'Gs.find')
(anonymous function) (frontend.app.min.js:1:238436)
dispatch (jquery.min.js:2:40041)
trigger (jquery.min.js:2:70130)
(anonymous function) (jquery.min.js:2:70734)
each (jquery.min.js:2:3134)
(anonymous function) (alexis_taule_home-copy:2797)
emit (events_channels.min.js:1:1741)
(anonymous function) (frontend.app.min.js:1:302722)In the screenshot you see where I added the code.

-
Help! Sticky element doesen't work for me...I tray activate the button but dont work:
<script>
window.laytheme.on("newpageshown", function() {
jQuery('body.type-project.id-801 .btn_accion').trigger('click');
});
</script> -
Help! Sticky element doesen't work for me...Hey,
if I put the script:<script>
window.laytheme.on("newpageshown", function() {
jQuery('a[data-expand="13"]').click()
});
</script>page don't load. Only the menu is visible and the error in console says:
[Error] TypeError: undefined is not an object (evaluating 'Gs.find')
(anonymous function) (frontend.app.min.js:1:238436)
dispatch (jquery.min.js:2:40041)
trigger (jquery.min.js:2:70130)
(anonymous function) (jquery.min.js:2:70734)
each (jquery.min.js:2:3134)
(anonymous function) (alexis_taule_home-copy:2773)
emit (events_channels.min.js:1:1741)
(anonymous function) (frontend.app.min.js:1:302722)Any idea? Thanks in advance
-
Help! Sticky element doesen't work for me...If I leave the row expanded as you said, the button state is not ".expand-link-clicked" and when I click it the row closes and the functionality logic of a category menu does not work.
-
Help! Sticky element doesen't work for me...The expand row issue is more complicated for me. My client wants to display an "element grid" with different images depending on the category. I'm trying to replicate the functionality of the categories with the "expand row." With CSS, I disabled the closing of the row when it's already open. Now I'm looking for a way to have the first "cosmetics" category open when the page loads.
With CSS, I disabled the open row:
.expand-link-clicked {
cursor: not-allowed;
pointer-events: none;
}I'm looking for a way to have "cosmetics" open:
#grid.id-801 .row-3 {
data-collapsed="false" !important;
}But it doesn't work. I think I'll have to try using JS:
Any ideas? -
Help! Sticky element doesen't work for me...ah! okey is in the row! Thanxs a lot!