Problem With Super Box In Layout Grid

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
User avatar
protectourlands
 
 
Posts: 426
Joined: Sat May 24, 2008 2:16 am
Contact:

Problem With Super Box In Layout Grid

Post by protectourlands »

I have a layout grid at page top set to floating / fluid, then a floating layer below it. When I place Photo Gallery into the top layout grid everything works fine. The floating layer below it behaves nicely as the gallery adjusts at different page widths.

Demo 1
https://www.icandyexperts.com/test/album/test1.html

However I need to use Superbox instead (paid extension). Same layout grid and same floating layer below it, but the float behavior is erratic and the bottom floating layer will not locate as the gallery resizes in different page widths.

Demo 2
https://www.icandyexperts.com/test/album/test2.html

Anyone have a solution for this?
Last edited by protectourlands on Fri Jul 29, 2022 6:17 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 23249
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem With Super Box In Layout Grid

Post by Pablo »

What do I need to do to see the problem?

Note that superbox is based on a third party script so I do not have a lot of control over the behavior, but maybe it's porpoise to solve it with different settings if I know what the problem is...
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Problem With Super Box In Layout Grid

Post by crispy68 »

It looks to me the extension has a fixed height in the breakpoints. I'm not familiar with that extension but can you set the height to auto?

if not, try adding this to the css between the <head> tags:

Code: Select all

#wb_Extension1{height:auto;}
User avatar
protectourlands
 
 
Posts: 426
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Problem With Super Box In Layout Grid

Post by protectourlands »

Thank you guys.

I published a demo for each scenario and included links in the initial post. If you view each link at different page widths you will see Photo Gallery works well (demo 1), but there is an issue with Superbox (demo 2) and the grey floating layer below it. I think Crispy is right. It seems like the layout grid containing Superbox (demo 2) does not recognize responsive sizing of superbox at varying page widths.

Crispy, I tried adding your auto height code in the head and no change. Superbox does not have any settings related to sizing and responsiveness. I'm sure it is something simple.

I am most appreciative.
User avatar
crispy68
 
 
Posts: 3001
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Problem With Super Box In Layout Grid

Post by crispy68 »

I know the code works as it works when i view your demo. My code is being superseded by the gallery code.

Add it like such:

Code: Select all

<style>
#wb_Extension1{height:auto !important;}
</style>
User avatar
protectourlands
 
 
Posts: 426
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: Problem With Super Box In Layout Grid

Post by protectourlands »

Outstanding! The important script works perfectly. I cannot thank you enough. I'm glad it was something simple.

Best regards
Post Reply