Page height question
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Page height question
Can a page height be set to auto?
I'm using a gradient color background and it would be much easier if there was a way to set the page height to auto adjust based on the content in the particular page.
Thanks
I'm using a gradient color background and it would be much easier if there was a way to set the page height to auto adjust based on the content in the particular page.
Thanks
Re: Page height question
The size of the published page is always 'auto'.
The size in the page properties defines the workspace size.
The size in the page properties defines the workspace size.
Re: Page height question
Does it only auto size up? Because it doesn't appear to size back down.
Re: Page height question
What do you mean by 'size back down'?
Do you mean the published page?
What is the exact problem?
Do you mean the published page?
What is the exact problem?
Re: Page height question
OK, I see exactly what you're saying. I think we are talking about 2 different things. I'm referring to the background, not the actual page size.
Here are 2 pages I treated the same way. They both were much taller during design, but ended up with a final design that was shorter.
Look at the first break point step down. (600px)
https://www.pacificcoastindian.com/spri ... xhaust.htm
https://www.pacificcoastindian.com/chie ... xhaust.htm
On the first page I manually changed the heights before publishing, on the second I left it alone. on the second page the 970px and 320px look good, but it looks like the 600px did not adjust the gradient height.
The actual height of the page does adjust, but it is not handling the gradient background coloring the same.
Here are 2 pages I treated the same way. They both were much taller during design, but ended up with a final design that was shorter.
Look at the first break point step down. (600px)
https://www.pacificcoastindian.com/spri ... xhaust.htm
https://www.pacificcoastindian.com/chie ... xhaust.htm
On the first page I manually changed the heights before publishing, on the second I left it alone. on the second page the 970px and 320px look good, but it looks like the 600px did not adjust the gradient height.
The actual height of the page does adjust, but it is not handling the gradient background coloring the same.
Re: Page height question
I cannot see your settings based on the published HTML code (which make it very difficult and time consuming for me to see what you have done).
But based on the code it looks like you have published the gradient background as image.
In that case the image will have the same size as the background because is no other way to determine the size.
If Tools->Options->HTML you can enable 'Use CSS3 gradients' to published the gradient as CSS (if possible).
But based on the code it looks like you have published the gradient background as image.
In that case the image will have the same size as the background because is no other way to determine the size.
If Tools->Options->HTML you can enable 'Use CSS3 gradients' to published the gradient as CSS (if possible).
Re: Page height question
It's already enabled. Nevermind, I'll figure it out.Pablo wrote: Mon Feb 18, 2019 6:02 pm I cannot see your settings based on the published HTML code (which make it very difficult and time consuming for me to see what you have done).
But based on the code it looks like you have published the gradient background as image.
In that case the image will have the same size as the background because is no other way to determine the size.
If Tools->Options->HTML you can enable 'Use CSS3 gradients' to published the gradient as CSS (if possible).
- BaconFries
-
- Posts: 5955
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Page height question
Yes it maybe enabled, but from looking at the source code (css file) you yourself have added your own 'Gradient' image.. correct?. If you wish the same effect two tone gradient then please do the following...It's already enabled. Nevermind, I'll figure it out.
1. Page Properties->Style->Mode:Gradient
2. Color: Select the two Grey/Grays you wish to use from the color pickes
3. Style: Select either Horizontal or Vertical
4. Ensure you have selected Tools->Options->HTML 'Use CSS3 gradients instead of images' to published the gradient as CSS. What this is implying is if this is not ticked/checked then when you Select to use a 'Gradient' then WWB (the program) will save it as a image and not as CSS it doesn't mean you can add your own image and it will be converted to CSS.
Re: Page height question
Thanks BaconFries,BaconFries wrote: Mon Feb 18, 2019 7:42 pmYes it maybe enabled, but from looking at the source code (css file) you yourself have added your own 'Gradient' image.. correct?. If you wish the same effect two tone gradient then please do the following...It's already enabled. Nevermind, I'll figure it out.
1. Page Properties->Style->Mode:Gradient
2. Color: Select the two Grey/Grays you wish to use from the color pickes
3. Style: Select either Horizontal or Vertical
4. Ensure you have selected Tools->Options->HTML 'Use CSS3 gradients instead of images' to published the gradient as CSS. What this is implying is if this is not ticked/checked then when you Select to use a 'Gradient' then WWB (the program) will save it as a image and not as CSS it doesn't mean you can add your own image and it will be converted to CSS.
I don't have a gradient image (that I am aware of). I have done exactly what you said above.
Does it have to do with a jQuery UI issue? That's the only other place I see a background option. When I first got WWB I tinkered with it a bit.
It's not a big issue, I was just letting Pablo know what I was seeing.
- BaconFries
-
- Posts: 5955
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Page height question
This is one of the images I see you have used as a background
springfield-exhaust_bkgrnd.png the other is named chieftain... it looks like you have used a differently named background for each page note there is no need for this if they are all going to be the same colored gradient...
springfield-exhaust_bkgrnd.png the other is named chieftain... it looks like you have used a differently named background for each page note there is no need for this if they are all going to be the same colored gradient...
Re: Page height question
I haven't created those images. WWB created those "images".BaconFries wrote: Mon Feb 18, 2019 8:11 pm This is one of the images I see you have used as a background
springfield-exhaust_bkgrnd.png the other is named chieftain... it looks like you have used a differently named background for each page note there is no need for this if they are all going to be the same colored gradient...
I don't know how those files were created.
- BaconFries
-
- Posts: 5955
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Page height question
Ahhh... Ok I see what is happening the images are getting prefixed with page name that explains it... And to answer what you previously asked no I don't think this issue has anything to with you tinkering with jquery...
Now if possible can you please just share one page of your project that has the issue this would allow use to view the settings you have used to make the background gradient
Now if possible can you please just share one page of your project that has the issue this would allow use to view the settings you have used to make the background gradient
Re: Page height question
What's odd is that it seems to adjust properly for the 970 and 320 breakpoint. It's just the 600 breakpoint as near as I can see. That's why I thought it was a page height issue.BaconFries wrote: Mon Feb 18, 2019 8:35 pm Ahhh... Ok I see what is happening the images are getting prefixed with page name that explains it... And to answer what you previously asked no I don't think this issue has anything to with you tinkering with jquery...