Search found 66 matches

by Base12
Sat Oct 19, 2024 1:06 am
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Re: Remember Combobox Value on Page Redirect

** UPDATE **

I was able to optimize the code and automate the process a bit more.

Here is the online demo...

https://www.mostholyplace.org/misc/testpages/combobox_remember_values2

Here is the demo project...

https://www.mostholyplace.org/misc/testpages/combobox_remember_values2/files/combobox ...
by Base12
Thu Oct 17, 2024 8:25 pm
Forum: General Questions
Topic: SOLVED - Thin Blue Outlines in Menus in Version 19.4.2
Replies: 5
Views: 1481

Re: Thin Blue Outlines in Menus in Version 19.4.2

Pablo wrote: Thu Oct 17, 2024 8:22 pm Now that this functionality has not changed in 19.4.2
You may have accidentally unchecked it because it is on by default.
I bet I did. Thanks Pablo!
by Base12
Thu Oct 17, 2024 8:13 pm
Forum: General Questions
Topic: SOLVED - Thin Blue Outlines in Menus in Version 19.4.2
Replies: 5
Views: 1481

Re: Thin Blue Outlines in Menus in Version 19.4.2

I found out what causes the blue outlines...

Options-> User Interface-> Enable Skinned Dialogs

If I have it disabled, I get the outlines.

I enabled it. The GUI looks way better now!
by Base12
Thu Oct 17, 2024 6:24 pm
Forum: General Questions
Topic: SOLVED - Thin Blue Outlines in Menus in Version 19.4.2
Replies: 5
Views: 1481

SOLVED - Thin Blue Outlines in Menus in Version 19.4.2

The latest version has thin blue outlines in many of the menus...

Image

Is that a bug?
by Base12
Thu Oct 17, 2024 6:13 pm
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Re: Remember Combobox Value on Page Redirect

OK, as promised, I have uploaded my demo project for the expert coders to have a good laugh at. :lol:

Here is the online demo...

https://www.mostholyplace.org/misc/testpages/combobox_remember_values

It does exactly what I want. :D

Here is the project file...

https://www.mostholyplace.org/misc ...
by Base12
Thu Oct 17, 2024 6:55 am
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Re: Remember Combobox Value on Page Redirect

So, it looks like the Code BaconFries posted may have originated from here...

https://webdeveloper.com/community/219605-resolved-how-to-remember-last-choice-in-drop-down-list/

As an FYI, one of the posters found an error...

this line-

else{alert(no cookie!n got script?)}

should be

else{alert ...
by Base12
Wed Oct 16, 2024 10:00 pm
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Re: Remember Combobox Value on Page Redirect

Wow BaconFries. I really appreciate the help!

I will get to work implementing this and report back. 8)
by Base12
Wed Oct 16, 2024 7:56 pm
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Re: Remember Combobox Value on Page Redirect

Got it. Thanks Pablo!
by Base12
Wed Oct 16, 2024 7:06 pm
Forum: General Questions
Topic: Remember Combobox Value on Page Redirect
Replies: 8
Views: 2207

Remember Combobox Value on Page Redirect

Is there a setting in WYSIWYG Web Builder to remember a 'Select' (Combobox) value when using window.location.href to redirect to another page?

Currently, when the page is redirected, the Select dropdown menus revert to their default values.

Thanks!
by Base12
Tue Oct 15, 2024 6:53 pm
Forum: General Questions
Topic: 'Select' Form Control: How to Import Conditions From a File?
Replies: 1
Views: 939

'Select' Form Control: How to Import Conditions From a File?

I am using a 'Select' Form Control on my page. I really like the 'Import' feature for adding Items.

Is there a way to do something similar for Conditions and import them from a file?

It can be a one time thing (i.e., not 'linked' to a database). Or, if using a database is better, I can look into ...
by Base12
Fri Oct 11, 2024 8:02 pm
Forum: Forms
Topic: Show form success page in the same page
Replies: 15
Views: 5531

Re: Show form success page in the same page

BaconFries wrote: Fri Oct 11, 2024 6:40 pm Viewing the source code it is definitely responsive primarily "Layout Grids"
Thanks, BaconFries.

That confirms my suspicion that folks are inserting Embedded Pages into flexible layouts, even though it is not supported.
by Base12
Fri Oct 11, 2024 6:19 pm
Forum: Forms
Topic: Show form success page in the same page
Replies: 15
Views: 5531

Re: Show form success page in the same page

clementediego wrote: Wed Oct 02, 2024 11:50 am I solved using two embedded pages for every website page.

I named them master-page-header and master-page-footer.

Thanks
Interesting.

Are your pages responsive or static?
by Base12
Thu Oct 10, 2024 4:26 am
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?

I did some research to help explain what I am looking for.

In Bootstrap Studio, there is a feature called 'Linked Components' that does what I want...

https://bootstrapstudio.io/docs/linked- ... ste-method

Does WWB have something similar?
by Base12
Wed Oct 09, 2024 8:39 pm
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?

To see the real-world example, this is the page with the two menus that I would like to be reusable on many pages...

https://www.mostholyplace.org/bci.html

The visitor will select Book, Chapter and Verse to then be sent to that page.

As you can see, the two menus are only used on the 'Bible ...
by Base12
Wed Oct 09, 2024 8:11 pm
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?


Maybe ask Pablo to allow mutliple master pages in the suggestions forum?

Alan

Inserting an Embedded Page into a flexible container seems easier and more intuitive.

I guess the suggestion would be to have Embedded Pages work in both non-fixed as well as absolute layouts.


Embedded pages are ...
by Base12
Wed Oct 09, 2024 7:19 pm
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?

bkjohns wrote: Wed Oct 09, 2024 6:57 pm ...direct each page to use any one of them.
That is the issue. I can only use *one* of them.

I already used the one for my main layout. I need to insert another on the same page.
by Base12
Wed Oct 09, 2024 5:33 pm
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?

In WebPlusX8, I had several Master Pages that I could add to a page...

Image

Is there something similar in WYSIWYG Web Builder?
by Base12
Wed Oct 09, 2024 5:19 pm
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Re: Reuse Same Menu on Multiple Pages Without Embedded Page?


For re-using a menu/header I suggest to use a master frame or master page instead. Embedded pages are mainly for reusing objects in fixed/absolute layouts.

I am already using the Master Frame as the main layout/navigation for the entire website.

How can I have more than one Master Frame? The ...
by Base12
Wed Oct 09, 2024 8:36 am
Forum: General Questions
Topic: Reuse Same Menu on Multiple Pages Without Embedded Page?
Replies: 12
Views: 2971

Reuse Same Menu on Multiple Pages Without Embedded Page?

I am looking for a way to reuse a menu on multiple pages.

I understand that there are three ways to make this work per the tutorials...

https://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=47905

However, Pablo does not recommend placing an Embedded Page in a Flex Grid...

https://www ...
by Base12
Wed Oct 09, 2024 6:03 am
Forum: General Questions
Topic: Embedded Page in a Flex Grid
Replies: 2
Views: 1208

Re: Embedded Page in a Flex Grid

Pablo wrote: Wed Oct 09, 2024 5:58 am An embedded page does not support flexbox. It may work in some cases but it's not officially supported.
I do not recommend using it this way.
Got it. Thanks Pablo!
by Base12
Tue Oct 08, 2024 8:49 pm
Forum: General Questions
Topic: Embedded Page in a Flex Grid
Replies: 2
Views: 1208

Embedded Page in a Flex Grid

I have inserted an Embedded Page into a Flex Grid.

The browser preview looks good...

https://i.imgur.com/veCtidi.png

However the Embedded Page looks strange in the workspace making it confusing to work on...

https://i.imgur.com/emDE0De.png

Here is the demo project...

https://www ...
by Base12
Tue Oct 08, 2024 8:03 am
Forum: General Questions
Topic: Three Input Go Menu?
Replies: 7
Views: 2654

Re: Three Input Go Menu?


If you need any servicing with full project, you can do an email as we already contacted :wink:

Right on wwonderfull. I appreciate it.

I was able to make some good progress...

https://www.mostholyplace.org/bci.html

You may have to hit CTRL+F5 to update the cache.

I am going to see if I can ...
by Base12
Tue Oct 08, 2024 4:46 am
Forum: General Questions
Topic: Three Input Go Menu?
Replies: 7
Views: 2654

Re: Three Input Go Menu?

Dang wwonderful. That is totally epic! 8)

I am blown away by how powerful the 'Select' button is.

It is perfect for this.
by Base12
Mon Oct 07, 2024 4:57 pm
Forum: General Questions
Topic: Three Input Go Menu?
Replies: 7
Views: 2654

Re: Three Input Go Menu?

Sounds good. Thanks Pablo and BaconFries!
by Base12
Mon Oct 07, 2024 4:24 pm
Forum: General Questions
Topic: Three Input Go Menu?
Replies: 7
Views: 2654

Three Input Go Menu?

I am wanting a Go Menu with three inputs like the one seen on this website...

https://www.kingjamesbibleonline.org

Something like this...

https://i.imgur.com/inymuh8.png

I like the Go Menu in WYSIWYG, however I am not sure how to make a three input version.

How would I accomplish this?

I can ...
by Base12
Sun Oct 06, 2024 9:14 pm
Forum: General Questions
Topic: why does my screen turn black when I PUBLISH?
Replies: 5
Views: 1970

Re: why does my screen turn black when I PUBLISH?

Pablo wrote: Sat Oct 05, 2024 9:35 am For instance, you might have added larger files to the project...
Yep. This is what happened to me when I was publishing very large PDF files.

The solution was to disable publishing for those files since they only needed to be uploaded once.

It makes publishing so much faster.
by Base12
Sat Oct 05, 2024 5:39 pm
Forum: Responsive Web Design
Topic: Themeable button query
Replies: 10
Views: 9972

Re: Themeable button query


I'm using a Themeable button with an icon to link to another page - because it looks nice.

However, when I reduce the page width, there is a point at which the icon starts to overwrite the text (name of the button). Is there any way round this? If not, can I request a feature where the icon ...
by Base12
Fri Oct 04, 2024 6:25 pm
Forum: General Questions
Topic: YouTube Video Object: Margin Setting is Cropping the Video
Replies: 2
Views: 1282

YouTube Video Object: Margin Setting is Cropping the Video

I am trying to add margin above and below my YouTube video, but it is cropping it instead.

Here is how it looks online...

https://www.mostholyplace.org/misc/testpages/youtube_margin

Here is the demo project...

https://www.mostholyplace.org/misc/testpages/youtube_margin/files/youtube_margin.wbs ...
by Base12
Fri Oct 04, 2024 12:27 am
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Re: Flexgrid - How to Match Workspace With Preview

Right on Crispy68. That was a really good explanation. I appreciate it. 8)
by Base12
Thu Oct 03, 2024 9:27 pm
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Re: Flexgrid - How to Match Workspace With Preview

OK, so I tried using Layout Grid and I now remember the issue I had with it.

Here is the test page...

https://www.mostholyplace.org/misc/testpages/pablos_restaurant

Here is the demo project...

https://www.mostholyplace.org/misc/testpages/pablos_restaurant/files/pablos_restaurant.wbs

On a PC ...
by Base12
Thu Oct 03, 2024 8:00 pm
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Re: Flexgrid - How to Match Workspace With Preview

Sounds good onlye. I definitely want to get the foundation optimized before I make hundreds of pages.
by Base12
Thu Oct 03, 2024 5:45 pm
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Re: Flexgrid - How to Match Workspace With Preview


layout grids have the best moduler approach. Trying to do everything with flexgrid may add complexity and a fixed width for anything may not be a logical approach because responsive design is a variable subject which can not be set to a fixed layout adjustment.

Thanks wwonderfull. Good advice. I ...
by Base12
Thu Oct 03, 2024 5:42 pm
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Re: Flexgrid - How to Match Workspace With Preview


To be honest, I am not sure what the correct behavior should be for minmax(0px, 800px).
Because the minimum size is set to 0px and max 800, the workspace just treats it like 1fr until it reaches 800.

That makes sense because when I set the page width to 3000 pixels wide or higher, the lower Flex ...
by Base12
Thu Oct 03, 2024 4:10 am
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2994

Flexgrid - How to Match Workspace With Preview

I am trying to get my Flex Grid to look the same in the Workspace as it does in the Browser Preview.

Here is what my project looks like in the Workspace...

https://i.imgur.com/Ve0bi3B.png

Here is what my project looks like in the Browser Preview...

https://i.imgur.com/mAmXtbY.png

The upper ...
by Base12
Mon Sep 30, 2024 5:07 am
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

Re: How to Fill in the Dead Space Underneath the Footer for Short Pages

** UPDATE **

I was able to succesfully incorporate the Java code and provide a solution for those interested.

The demo project can be downloaded here...

https://www.mostholyplace.org/misc/testpages/filling_the_space_underneath_the_footer/filling_the_space_underneath_the_footer4.wbs

The sample ...
by Base12
Mon Sep 30, 2024 1:36 am
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

Re: How to Fill in the Dead Space Underneath the Footer for Short Pages

** UPDATE **

From what I can tell, this task will require a little bit of Java code.

I was able to get some starter code from here...

https://forum.bricksbuilder.io/t/how-to ... ight/10693

So far, I have it working in a simple project in WYSIWYG Builder. :D
by Base12
Sun Sep 29, 2024 6:43 pm
Forum: General Questions
Topic: Site Search is Wrapping Objects Placed to the Right of it
Replies: 11
Views: 3585

Re: Site Search is Wrapping Objects Placed to the Right of it

Good news...

I uploaded to the latest version of WYSIWYG Web Builder and the wrapping issue is now resolved!

I no longer have to add the CSS code to my web page.

Good job WYSIWYG Team! 8)
by Base12
Sat Sep 28, 2024 10:07 pm
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

Re: How to Fill in the Dead Space Underneath the Footer for Short Pages

** UPDATE **

I was able to successfully insert this code into the object 'Flex Grid2' on the Master Page...

height: calc(100vh - 350px);

Obviously, this only works for pages with a total height of 350px.

I made the Index page conform to that height (100px Header Height + 250px Content Height ...
by Base12
Sat Sep 28, 2024 9:27 pm
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

Re: How to Fill in the Dead Space Underneath the Footer for Short Pages

I found some code that might work...

height: calc(100vh - ???px);

I Just need to be able to get the height for each page as a variable and input that into the code automatically.

This person found a possible solution...

https://forum.bricksbuilder.io/t/how-to-set-a-section-to-100vh-minus-the ...
by Base12
Sat Sep 28, 2024 7:47 pm
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

Re: How to Fill in the Dead Space Underneath the Footer for Short Pages


Maybe you can set the background of the page to gradient instead of the flex grid?


Unfortunately, I am already using a background image of clouds...

https://www.mostholyplace.org/about.html

However, I did find a solution that comes really close to solving my issue. If I change the overall ...
by Base12
Sat Sep 28, 2024 3:05 am
Forum: General Questions
Topic: How to Fill in the Dead Space Underneath the Footer for Short Pages
Replies: 6
Views: 1853

How to Fill in the Dead Space Underneath the Footer for Short Pages

I am looking for a solution to fill in the dead space underneath the Footer with a gradient and a color for pages that are too short to go past the bottom of the browser.

Here is a simplified project...

https://www.mostholyplace.org/misc/testpages/filling_the_space_underneath_the_footer/filling ...
by Base12
Wed Sep 25, 2024 4:38 am
Forum: Responsive Web Design
Topic: My New RWD Flexgrid Header: Did I Do This Right?
Replies: 5
Views: 2948

Re: My New RWD Flexgrid Header: Did I Do This Right?

** UPDATE **

Crispy68 was spot-on. I was able to recreate the entire Header using a single Flex Grid...

https://i.imgur.com/F6E9O9F.png

I found that if I set the 'fr' (fraction of available space) column settings to reflect the maximum Flex Grid width of 1400 pixels, I can treat them as if they ...
by Base12
Wed Sep 25, 2024 2:57 am
Forum: General Questions
Topic: Site Search is Wrapping Objects Placed to the Right of it
Replies: 11
Views: 3585

Re: Site Search is Wrapping Objects Placed to the Right of it


As it is Pablo states it wont work at the moment.

However, you can add some CSS to an html object or page html between the <head> tags to make it work:


<style>
#SiteSearch1_form{display:flex;align-items:center;}
</style>


The code worked! 8)

Thanks everyone for helping me out. :D
by Base12
Tue Sep 24, 2024 9:44 pm
Forum: General Questions
Topic: Site Search is Wrapping Objects Placed to the Right of it
Replies: 11
Views: 3585

Re: Site Search is Wrapping Objects Placed to the Right of it


...as previously mentioned 'site search' itself does not support flexbox.

I see.

Just an FYI...

I did another test...

https://www.mostholyplace.org/misc/testpages/sitesearch_wrap_problem/sitesearch_wrap_problem2.wbs

When previewing in a browser, Button1 wraps below the Sitesearch1 input ...
by Base12
Tue Sep 24, 2024 8:28 pm
Forum: General Questions
Topic: Site Search is Wrapping Objects Placed to the Right of it
Replies: 11
Views: 3585

Re: Site Search is Wrapping Objects Placed to the Right of it

Pablo wrote: Tue Sep 24, 2024 8:23 pm To make flexbox work, please set 'Easy mode' of the flex grid to 'false'.
This is already set in the file I provided.
by Base12
Tue Sep 24, 2024 7:57 pm
Forum: General Questions
Topic: Site Search is Wrapping Objects Placed to the Right of it
Replies: 11
Views: 3585

Site Search is Wrapping Objects Placed to the Right of it

01) Open 'sitesearch_wrap_problem.wbs' found here...

https://www.mostholyplace.org/misc/testpages/sitesearch_wrap_problem/sitesearch_wrap_problem.wbs

02) Note that SiteSearch1 is below Button1 in the Object Manager...

https://i.imgur.com/4DdPAbi.png

03) In the workspace, Button1 and ...
by Base12
Tue Sep 24, 2024 4:46 pm
Forum: General Questions
Topic: Site Search: How to Make it Full Width in Flex Grid?
Replies: 4
Views: 1921

Re: Site Search: How to Make it Full Width in Flex Grid?


I have done a checkup of your project. The input element which is the search is inside a form as it works using the on submit post method, so the form has to be responsive along with the input.

In that case to make it grow and shrink if you use below CSS it may bring the result you may have ...
by Base12
Tue Sep 24, 2024 4:36 pm
Forum: General Questions
Topic: Site Search: How to Make it Full Width in Flex Grid?
Replies: 4
Views: 1921

Re: Site Search: How to Make it Full Width in Flex Grid?

Pablo wrote: Tue Sep 24, 2024 6:06 am ...the search box currently does not support this functionality.
Got it, thanks!
by Base12
Tue Sep 24, 2024 2:15 am
Forum: General Questions
Topic: Site Search: How to Make it Full Width in Flex Grid?
Replies: 4
Views: 1921

Site Search: How to Make it Full Width in Flex Grid?

I placed the standard 'Site Search' feature into a Flex Grid.

When previewing the page, the Site Search is around 200 pixels or so wide.

How do I make it automatically fit the full width of the container and have it grow and shrink with RWD?

Here is a simple demo...

https://www.mostholyplace.org ...