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
Marquee or Flex Grid issue...
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/publish.html
http://www.wysiwygwebbuilder.com/preview.html
Frequently Asked Questions about Publishing
Re: Marquee or Flex Grid issue...
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.
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...
Pablo,
OK, that seemed to work.
Thanks
OK, that seemed to work.
Thanks
Re: Marquee or Flex Grid issue...
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
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...
The line-spacing of which object are you referring to?
Re: Marquee or Flex Grid issue...
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...
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.
I may add responsive line-spacing in a future update.
Re: Marquee or Flex Grid issue...
Could the font size be made to be responsive also? Just a thought.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.
Re: Marquee or Flex Grid issue...
The font-size is already responsive.