Single View
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Single View
Is there an easy way to achieve this …….
I want a single page site with one page view (not a scrolling page).
A menu will give 11 options to choose from.
When a selection is made it will hide the previous choice and replace with the new selection.
The problem is i would never know which previous page was being displayed so i cannot just hide choice 1 and view choice 6 for example.
I guess i could use events to hide every other possible choice (hide choice 1,2,3,4, etc) but would need to do this for every menu option which seems a long way to achieve what i want - if this is what i need to do then is there an easy way to copy events from one menu item to another to save time and effort ?
Hope that makes sense
I want a single page site with one page view (not a scrolling page).
A menu will give 11 options to choose from.
When a selection is made it will hide the previous choice and replace with the new selection.
The problem is i would never know which previous page was being displayed so i cannot just hide choice 1 and view choice 6 for example.
I guess i could use events to hide every other possible choice (hide choice 1,2,3,4, etc) but would need to do this for every menu option which seems a long way to achieve what i want - if this is what i need to do then is there an easy way to copy events from one menu item to another to save time and effort ?
Hope that makes sense
Re: Single View
There is no standard solution.
If you want to keep track of the previous choices then you will need to implement a script for that.
You can use the 'copy/paste' button in the events window to copy/paste events between objects.
If you want to keep track of the previous choices then you will need to implement a script for that.
You can use the 'copy/paste' button in the events window to copy/paste events between objects.
Re: Single View
OK thanks for the response. I can copy/paste event entries one at a time but I don't seem able to select all entries to copy/paste (as there will be 11 event entries per menu item) - is that correct or am I missing something ?
Thanks again
Thanks again
Re: Single View
If you use copy then all events will be copied.
Re: Single View
Sorry another question - can you hide/show 'cards' as for some reason its not working at the moment - I will keep trying but just want to make sure it should work. Thanks
Re: Single View
It should work.
If you need help then please share a DEMO project so I can see what you are trying to do.
If you need help then please share a DEMO project so I can see what you are trying to do.
Re: Single View
Now this seems strange
I know I am missing something !
I am using the Responsive Menu and hide/show does not work ....
I added buttons and copied and pasted the events and the menu then works as expected.
I deleted the buttons - menu does not work
Re-added the buttons and hid them (as I don't want them but for some reason they make the menu work) - menu works as expected.
The demo is very basic but shows what I am seeing. Using the menu things work as expected - now delete the 2 buttons and try the menu again .... for me the menu does not work without the buttons
https://file.io/D7eH27MgdlVr
I know I am missing something !
I am using the Responsive Menu and hide/show does not work ....
I added buttons and copied and pasted the events and the menu then works as expected.
I deleted the buttons - menu does not work
Re-added the buttons and hid them (as I don't want them but for some reason they make the menu work) - menu works as expected.
The demo is very basic but shows what I am seeing. Using the menu things work as expected - now delete the 2 buttons and try the menu again .... for me the menu does not work without the buttons

https://file.io/D7eH27MgdlVr
Re: Single View
For floating (flexible) content you will need to use 'showwitheffects', otherwise the visibility will not be updated.
If you do not want to use effects, then set the effect to 'fade' and length to 0.
If you do not want to use effects, then set the effect to 'fade' and length to 0.
Re: Single View
Its OK - I have found it thanks
Re: Single View
Maybe try Tabs? Make each choice a Tab and then you can put the information in that Tab Page.
I have a site that needs two versions of a form. Instead of putting both forms on the page, making it really long, I tried tabs. Each form is an HTML Object in the Tab. Worked out ok. You can see it on the page below. Scroll down the page to the Tab sections for forms.
https://tatecountyfair.org/vendor.html
I have a site that needs two versions of a form. Instead of putting both forms on the page, making it really long, I tried tabs. Each form is an HTML Object in the Tab. Worked out ok. You can see it on the page below. Scroll down the page to the Tab sections for forms.
https://tatecountyfair.org/vendor.html
onlye
Gluckstadt, MS USA
Gluckstadt, MS USA
Re: Single View
Thanks but with Pablo's assistance I have a working site now. The only slight issue I have is ...... the 'ResponsiveMenu' has a tick box that says 'close menu on link click' which is ticked - but it doesn't have any effect on Windows or my iPad. Its not a huge issue as moving the mouse/pointer off the menu closes it. It would have been better if the menu closed after a selection is made - any thoughts ?onlye wrote: ↑Tue Mar 21, 2023 3:41 pm Maybe try Tabs? Make each choice a Tab and then you can put the information in that Tab Page.
I have a site that needs two versions of a form. Instead of putting both forms on the page, making it really long, I tried tabs. Each form is an HTML Object in the Tab. Worked out ok. You can see it on the page below. Scroll down the page to the Tab sections for forms.
https://tatecountyfair.org/vendor.html
The strange thing is it does work on my iphone which uses a 320 breakpoint
Thanks