Page 1 of 1
Marquee or Flex Grid issue...
Posted: Fri Aug 23, 2019 6:26 pm
by pacstar
Pablo,
Here is another issue I have run across. Here's and example,
https://www.pacificcoastvictory.com/vic ... s-pads.htm
Look at the Marquee "Select Below for more Options" (if you don't see it, make your window smaller)
1) it isn't showing in the default view, but it shows in 600px and 320px views. It was working fine.
2) the speed at which it is scrolling down has
significantly slowed down in this update
It may be something I have set, but I can't find it, or figure it out. I didn't make any changes.
You should still have access to my file if you need it.
https://www.pacificcoastvictory.com/WYS ... uilder.zip
Re: Marquee or Flex Grid issue...
Posted: Fri Aug 23, 2019 8:56 pm
by Pablo
In WB15, the Marquee (which is a deprecated HTML element) now uses standard HTML/CSS.
That is why the properties work slightly different.
Because the marquee now uses standard HTML/CSS code and you are using it inside a flexgrid, you will need to set the correct flexbox properties otherwise the behavior is undefined.
1. Select the Marquee
2. Click 'Flexbox properties.
3. Set these properties:
flex grow: 1
flex shrink: 1
min height: 25px
Unfortunately, there is no way to automatically upgrade the settings from older versions because there are too many possible combinations.
Re: Marquee or Flex Grid issue...
Posted: Fri Aug 23, 2019 10:35 pm
by pacstar
Pablo,
OK, that seemed to work.
Thanks
Re: Marquee or Flex Grid issue...
Posted: Fri Aug 23, 2019 10:54 pm
by pacstar
Pablo,
Did that also affect Line Spacing?
See these two pages and look at the text link above the images (most obvious in the 320 breakpoint).
This is how is used to look...
https://www.pacificcoastvictory.com/vic ... intake.htm
This is how the line spacing is appearing now...
https://www.pacificcoastboulevard.com/m ... -racks.htm
The line spacing is larger, and I can't seem to get it to get smaller now.
When I update a page, it changes the spacing in the 320 breakpoint.
Thanks
Re: Marquee or Flex Grid issue...
Posted: Sat Aug 24, 2019 6:22 am
by Pablo
The line-spacing of which object are you referring to?
Re: Marquee or Flex Grid issue...
Posted: Mon Aug 26, 2019 11:32 pm
by pacstar
Pablo wrote: Sat Aug 24, 2019 6:22 am
The line-spacing of which object are you referring to?
Sorry Pablo, Busy weekend.
I think I figured it out. Changing the "Line spacing" In Format on the Default break point fixed it. I was trying to change the Line Spacing within the 600px and 320px breakpoints.
Is that the way it is supposed to work?
I'm referring to the text above the images in the Flex Grid.
Thanks again.
Re: Marquee or Flex Grid issue...
Posted: Tue Aug 27, 2019 6:17 am
by Pablo
Currently, the line-spacing in the Marquee is not responsive, so you will need to set it in the default view.
I may add responsive line-spacing in a future update.
Re: Marquee or Flex Grid issue...
Posted: Tue Aug 27, 2019 4:04 pm
by pacstar
Pablo wrote: Tue Aug 27, 2019 6:17 am
Currently, the line-spacing in the Marquee is not responsive, so you will need to set it in the default view.
I may add responsive line-spacing in a future update.
Could the font size be made to be responsive also? Just a thought.
Re: Marquee or Flex Grid issue...
Posted: Tue Aug 27, 2019 4:37 pm
by Pablo
The font-size is already responsive.