Vertical ScrollBar always & The question about Bookmarks

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
VictorKrs
 
 
Posts: 308
Joined: Sun May 17, 2020 8:08 pm

Vertical ScrollBar always & The question about Bookmarks

Post by VictorKrs »

Hello, dear WWB users!

Please help me solve the problem and give advice! I will be very grateful!

Question number 1
I made a page for placing a product catalog, which has an upper menu and a side (left) fixed (sticky) menu. The Inline Frame (on the right) displays the corresponding product page (if_1.html, if_2.html, if_1.html). In order for the Inline Frame to display the page without scrolling, I used the iFrame Resizer extension.

Link to the demo project: https://docs.google.com/document/d/1der ... ue&sd=true

On the page "accordion_1.html " by selecting the menu item "SubGroup3 (PROBLEM)" in the "Group1" group in the side menu (of the "accordion" type), a vertical ScrollBar appears in the browser window. If you select an item in the same group, menu item SubGroup1 or SubGroup2, the scrollbar does not appear. Because of this, the elements on the screen are twitching (shifting due to the appearance of the ScrollBar).
Question: how to use the code posted on the page "accordion_1.html " indicate to the browser that the vertical ScrollBar has always been displayed on this page (regardless of whether the page needs to be scrolled or not), which will avoid shifting page elements. Do you have a different solution?

Question number 2
Is there another way (from your development experience) how to make an adaptive page with a fixed vertical menu and display the page corresponding to the selected menu next to it. The displayed pages should be different (when selecting a menu item), and not one with scrolling to the desired anchor. MB. is there a ready-made template with this functionality?
The method I used (in the demo file) required a lot of time and nerves to make it work :lol:

Question number 3
Please specify the following question. Bookmarks, where is it more correct to place them, outside the workspace of the page or inside? (The question also applies to extensions, html objects). Sometimes my Bookmarks expanded the page width, and sometimes not. It is very inconvenient to place it inside the page, because it often creates inconveniences in the Layout Grid in terms of the harmonious arrangement of the elements.

Thank you in advance for your help!
User avatar
wwonderfull
 
 
Posts: 1561
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Vertical ScrollBar always & The question about Bookmarks

Post by wwonderfull »

Your project uses extensions which people may or may not have. Do you have a live web url demo of that project? Any sketch or live demo of another website on how you want it the look on your website?
User avatar
BaconFries
 
 
Posts: 5874
Joined: Thu Aug 16, 2007 7:32 pm

Re: Vertical ScrollBar always & The question about Bookmarks

Post by BaconFries »

Before sharing your project please carefully read the following:
How do I share my project to get help?
User avatar
VictorKrs
 
 
Posts: 308
Joined: Sun May 17, 2020 8:08 pm

Re: Vertical ScrollBar always & The question about Bookmarks

Post by VictorKrs »

Oh, yes!
I'm sorry, I didn't think of that!

Online demo
http://u1043935.isp.regruhosting.ru/

VideoScreen
https://disk.yandex.ru/i/1OgkSHPw3ziGHg
User avatar
Pablo
 
Posts: 23239
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Vertical ScrollBar always & The question about Bookmarks

Post by Pablo »

1. You can force the scrollbar via Page Properties ->Advanced -> Overflow -> Visible

2. Instead of an inline frame, you also use a carousel to switch content.

3. If you use layout grids then you can also use the layout grid itself as bookmark. In that case, you do not need a separate bookmark object.
This is demonstrated in many of the templates.
User avatar
wwonderfull
 
 
Posts: 1561
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: Vertical ScrollBar always & The question about Bookmarks

Post by wwonderfull »

On the page "accordion_1.html " by selecting the menu item "SubGroup3 (PROBLEM)" in the "Group1" group in the side menu (of the "accordion" type), a vertical ScrollBar appears in the browser window. If you select an item in the same group, menu item SubGroup1 or SubGroup2, the scrollbar does not appear. Because of this, the elements on the screen are twitching (shifting due to the appearance of the ScrollBar).
pablo answered it all I think. The first question I was looking on is that your SubGroup3 has a lot of contents which overflows from top to bottom that is the reason the scroll bar comes to scroll and see the rest of the content which is a logical reason for it to show the scroll bar or people would think that is the end of the content and won't even see the overflowing content. Although it could be adjusted using CSS too and yet be scrollable.
Last edited by wwonderfull on Mon Jan 06, 2025 6:42 pm, edited 1 time in total.
User avatar
VictorKrs
 
 
Posts: 308
Joined: Sun May 17, 2020 8:08 pm

Re: Vertical ScrollBar always & The question about Bookmarks

Post by VictorKrs »

Thank you so much for your prompt response, Pablo!

P. S. Waiting for the twenty :) I really liked a number of improvements!
User avatar
VictorKrs
 
 
Posts: 308
Joined: Sun May 17, 2020 8:08 pm

Re: Vertical ScrollBar always & The question about Bookmarks

Post by VictorKrs »

wwonderfull wrote: Mon Jan 06, 2025 6:38 pm
On the page "accordion_1.html " by selecting the menu item "SubGroup3 (PROBLEM)" in the "Group1" group in the side menu (of the "accordion" type), a vertical ScrollBar appears in the browser window. If you select an item in the same group, menu item SubGroup1 or SubGroup2, the scrollbar does not appear. Because of this, the elements on the screen are twitching (shifting due to the appearance of the ScrollBar).
pablo answered it all I think. The first question I was looking on is that your SubGroup3 has a lot of contents which overflows from top to bottom that is the reason the scroll bar comes to scroll and see the rest of the content which is a logical reason for it to show the scroll bar or people would think that is the end of the content and won't even see the overflowing content. Although it could be adjusted using CSS too and yet be scrollable.
Thanks for the clarifications, wwonderfull!
SubGroups have different amounts of information about the products in this group (from small to large, as in SubGroup3 (PROBLEM)).
Yes, you're right, overflow can confuse the user... I'll have to think about how to resolve this issue.
User avatar
VictorKrs
 
 
Posts: 308
Joined: Sun May 17, 2020 8:08 pm

Re: Vertical ScrollBar always & The question about Bookmarks

Post by VictorKrs »

Pablo wrote: Mon Jan 06, 2025 6:24 pm 1. You can force the scrollbar via Page Properties ->Advanced -> Overflow -> Visible

2. Instead of an inline frame, you also use a carousel to switch content.

3. If you use layout grids then you can also use the layout grid itself as bookmark. In that case, you do not need a separate bookmark object.
This is demonstrated in many of the templates.
Pablo!

Unfortunately..
1. You can force the scrollbar via Page Properties ->Advanced -> Overflow -> Visible
...doesn't help.


It helped ->
Overflow-y = scroll

Great! Thank you all very much!
Post Reply