Search found 10 matches
- Sat Oct 07, 2023 9:11 pm
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Foto gallery op mobiel
- Replies: 2
- Views: 3626
Re: Foto gallery op mobiel
Indeed, it's a flex container. I will have a look at it and will change it according to your suggestion. Thanks in advance
- Sat Oct 07, 2023 8:01 pm
- Forum: WYSIWYG Web Builder - Nederlandstalige versie
- Topic: Foto gallery op mobiel
- Replies: 2
- Views: 3626
Foto gallery op mobiel
Ik ben er nog niet achter hoe ik de foto gallery op mobiel goed laat werken. Ik heb deze pagina gemaakt: https://www.villa-kerkemeer.nl/gallery.html en wil graag dat de tegels automatisch passend worden gemaakt voor het mobiele scherm. Ik had gehoopt dat de instelling responsive zou werken, maar dat ...
- Tue Mar 17, 2020 11:06 am
- Forum: General Questions
- Topic: Docking layer menu issue
- Replies: 6
- Views: 1383
Re: Docking layer menu issue
A master page is always behind all other content (by design)
So, the quickest way to solve this is by adding to code to Page HTML->Between head tags:
<style>
#nav_menu
{
z-index: 9999 !important;
}
</style>
This makes sure the layer is always on top.
Thank you so much for the speedy reply!
- Tue Mar 17, 2020 10:39 am
- Forum: General Questions
- Topic: Docking layer menu issue
- Replies: 6
- Views: 1383
Re: Docking layer menu issue
Here you are https://goalvision.nl/demo_project.zipPablo wrote: Tue Mar 17, 2020 9:57 am To be able to help you, I need to see what you have done.
Do you have a demo project?
Thanks in advance
- Tue Mar 17, 2020 9:15 am
- Forum: General Questions
- Topic: Docking layer menu issue
- Replies: 6
- Views: 1383
Re: Docking layer menu issue
Make sure your docking layer is 'moved to the front' which will give it the highest z-index. It should appear at the bottom in your Object manager.
The docking layer is at the bottom on the master page. When I replace on the (index) page the card object with a text object (on exactly the same ...
- Mon Mar 16, 2020 11:27 pm
- Forum: General Questions
- Topic: Docking layer menu issue
- Replies: 6
- Views: 1383
Docking layer menu issue
Hi.
Pls have a look @ my website in in progress.... https://goalvision.nl I made a masterpage with a hamburger menu with an 'onclick' event to show the nav menu. The nav menu is a layer in docklayer mode.
When scrolling the page, certain objects (like the card object) move OVER the nav menu ...
Pls have a look @ my website in in progress.... https://goalvision.nl I made a masterpage with a hamburger menu with an 'onclick' event to show the nav menu. The nav menu is a layer in docklayer mode.
When scrolling the page, certain objects (like the card object) move OVER the nav menu ...
- Sat Feb 29, 2020 9:50 pm
- Forum: General Questions
- Topic: Trying to understand behavior of masterpage
- Replies: 6
- Views: 2182
Re: Trying to understand behavior of masterpage
Pablo, thanks! Learned a lot in the past few hours
watching tutorials etc. Start to understand more and more about this fine peace of software

- Sat Feb 29, 2020 5:39 pm
- Forum: General Questions
- Topic: Trying to understand behavior of masterpage
- Replies: 6
- Views: 2182
Re: Trying to understand behavior of masterpage
Pablo, I have no experience how to share a project on this forum. Should you have access to the actual wbs file?
I made use of template http://responsivewebdesign.se/modern/modern.zip
On the master page I want to replace the footer with the '4 column footer'
This footer should only appear at the ...
I made use of template http://responsivewebdesign.se/modern/modern.zip
On the master page I want to replace the footer with the '4 column footer'
This footer should only appear at the ...
- Fri Feb 28, 2020 7:51 pm
- Forum: General Questions
- Topic: Trying to understand behavior of masterpage
- Replies: 6
- Views: 2182
Re: Trying to understand behavior of masterpage
Hi Pablo, thanks for your reply. I only use 1 footer. I did try the footer position, both fixed and float, but that didn't do the trick. With float the footer disappears completely, so doesn't show at all. With position footer fixed the footer is permanent at the bottom of the screen and that's not ...
- Fri Feb 28, 2020 5:35 pm
- Forum: General Questions
- Topic: Trying to understand behavior of masterpage
- Replies: 6
- Views: 2182
Trying to understand behavior of masterpage
I'm very new to WBB and still learning a lot. I try to understand the behavior of the masterpage = MP. I'm using a 1 page template with a MP. I changed successfully the menu-header etc. on the MP. However I like to change the handmade footer (a layer with textblock) with a ready 'blocks' footer. The ...