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?
Problem With Super Box In Layout Grid
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
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
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Problem With Super Box In Layout Grid
Last edited by protectourlands on Fri Jul 29, 2022 6:17 pm, edited 1 time in total.
Re: Problem With Super Box In Layout Grid
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...
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...
Re: Problem With Super Box In Layout Grid
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:
if not, try adding this to the css between the <head> tags:
Code: Select all
#wb_Extension1{height:auto;}
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Problem With Super Box In Layout Grid
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.
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.
Re: Problem With Super Box In Layout Grid
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:
Add it like such:
Code: Select all
<style>
#wb_Extension1{height:auto !important;}
</style>
- protectourlands
-
- Posts: 426
- Joined: Sat May 24, 2008 2:16 am
- Contact:
Re: Problem With Super Box In Layout Grid
Outstanding! The important script works perfectly. I cannot thank you enough. I'm glad it was something simple.
Best regards
Best regards