Marquee or Flex Grid issue...

Issues related to previewing and publishing your web site.
Post Reply
pacstar
 
 
Posts: 162
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Marquee or Flex Grid issue...

Post 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
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Marquee or Flex Grid issue...

Post 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.
pacstar
 
 
Posts: 162
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Re: Marquee or Flex Grid issue...

Post by pacstar »

Pablo,

OK, that seemed to work.

Thanks
pacstar
 
 
Posts: 162
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Re: Marquee or Flex Grid issue...

Post 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
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Marquee or Flex Grid issue...

Post by Pablo »

The line-spacing of which object are you referring to?
pacstar
 
 
Posts: 162
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Re: Marquee or Flex Grid issue...

Post 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.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Marquee or Flex Grid issue...

Post 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.
pacstar
 
 
Posts: 162
Joined: Wed Nov 14, 2018 8:49 pm
Contact:

Re: Marquee or Flex Grid issue...

Post 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.
User avatar
Pablo
 
Posts: 21699
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Marquee or Flex Grid issue...

Post by Pablo »

The font-size is already responsive.
Post Reply