Yeah, now works perfect.
thanxs again! Lay theme are the f****g best!
Yeah, now works perfect.
thanxs again! Lay theme are the f****g best!
I send the email
Thanxs a lot
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.
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>
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
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.
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?
ah! okey is in the row! Thanxs a lot!
I'm actually looking for a way to have "Cosmetic" displayed when you first load the page.
Hello
you can click on "Cosmetic" and scroll
Hello all,
Its imposible for me to place a functionally stick element.
Link:
https://www.secretsfilms.com/site/en/alexis_taule_home-copy
Any idea??
Thanxs in advance!
Just some of my clients...
Thanks a loot! The iPad and the mobile in landscape mode is a f***** nightmare :P
ah! okey! Is true! sorry I dont see this.
Thankssss!
What is the way to make the mobile menu appear when you rotate the phone to landscape?
Thanxs in advance!
Oh! Thanks a lot! You are the best :)
Thanks for the reply. I understand why, but I'll have to find a solution. I think I'll have to somehow add a back button. Here's the link to the website where I'm having the problem:
It's in the menu items with the protection icon.
Thanks a lot for the answers.
Hello.
Two questions here:
1- What is the way to put the style buttons (Button 1, Button 2, Button 3) to the menu items?
2- How I can return to the visibility to the menu and site title in a pasword page?
Thanx a lot in advance!
Hello, this is the link:
https://bravo.studio/site
And in this other page:
https://bravo.studio/site/work/
The video in fullscreen desapears when scrolling under Safari. Te console says: Unhandled Promise Rejection: AbortError: The operation was aborted.
Thanks in advance.