Search found 19015 matches

by Pablo
Thu Mar 27, 2025 5:55 pm
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

The modification you have made breaks the code. Please do not edit the code unless you know what you are doing.

Your demo works. However, you forgot to set the initial state of the dialog to hidden, so it will always be displayed...
by Pablo
Thu Mar 27, 2025 3:49 pm
Forum: Forms
Topic: Field Requirement
Replies: 11
Views: 162

Re: Field Requirement

The reason why this option is in this section because it specifies that the data length may not be zero.
by Pablo
Thu Mar 27, 2025 3:43 pm
Forum: General Questions
Topic: Change image dependant of viewing size
Replies: 2
Views: 81

Re: Change image dependant of viewing size

You can implement this with layout grid and one or more breakpoints.

If you need further assistance then please share a DEMO project.

Please read this FAQ how to share a project file:
viewtopic.php?f=10&t=82134
by Pablo
Thu Mar 27, 2025 3:41 pm
Forum: Forms
Topic: Field Requirement
Replies: 11
Views: 162

Re: Field Requirement

How can I make this more clear?
by Pablo
Thu Mar 27, 2025 3:41 pm
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

In my opinion. removing 'event' does not to make any sense in

But if you need further assistance then (as always) please share the updated demo project.
by Pablo
Thu Mar 27, 2025 7:46 am
Forum: Forms
Topic: Field Requirement
Replies: 11
Views: 162

Re: Field Requirement

You can use the 'Data Required' option in the validation setting to make the field required.
by Pablo
Thu Mar 27, 2025 6:46 am
Forum: Forms
Topic: E-mail Errors / PHP Set-up / Dialog
Replies: 11
Views: 444

Re: E-mail Errors / PHP Set-up / Dialog

The software will use the same script for each form submission. So, if there is a restriction then it's on the server side. Only your webhost can tell you why the email is not sent. Based on their feedback you can then update your form's configuration. If you need further assistance then please read ...
by Pablo
Thu Mar 27, 2025 6:43 am
Forum: General Questions
Topic: Snapdragon Elite compatibility
Replies: 5
Views: 163

Re: Snapdragon Elite compatibility

WWB is currently not optimized for arm64, it will run in emulation mode.
I personally have no experience with this, but the software uses standard Windows functionality. So, I cannot think of any reason why it would not work.
by Pablo
Wed Mar 26, 2025 8:35 pm
Forum: Forms
Topic: Field Requirement
Replies: 11
Views: 162

Re: Field Requirement

by Pablo
Wed Mar 26, 2025 5:55 pm
Forum: Links and Navigation
Topic: Menu Required
Replies: 2
Views: 79

Re: Menu Required

There is no standard solution for a menu exactly like this.
Bit you may be able to duplicate this with events and show/hide layers or layout grids.
by Pablo
Wed Mar 26, 2025 12:33 pm
Forum: Forms
Topic: PHP Fatal error: Uncaught Exception: Spam detected.
Replies: 3
Views: 151

Re: PHP Fatal error: Uncaught Exception: Spam detected.

Thanks, I will investigate if this can be improved.
by Pablo
Tue Mar 25, 2025 8:42 pm
Forum: Forms
Topic: PHP Fatal error: Uncaught Exception: Spam detected.
Replies: 3
Views: 151

Re: PHP Fatal error: Uncaught Exception: Spam detected.

In this context, I do not see anything wrong in the code.
To say something meaningful about this I need to see the full code.
by Pablo
Tue Mar 25, 2025 8:38 pm
Forum: General Questions
Topic: A slideshow of images that fills the entire page
Replies: 1
Views: 128

Re: A slideshow of images that fills the entire page

First note that support for version 15 has ended. if you want continued support then please consider upgrading to the latest version. But you can implement a flexible / full screen layouts with help of layout grid or flexbox. There are many example templates available that demonstrate this ...
by Pablo
Tue Mar 25, 2025 12:29 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: bouwen van pagina wordt heel traag
Replies: 1
Views: 130

Re: bouwen van pagina wordt heel traag

Het is niet gebruikelijk dat een web pagina deze breedte heeft. Hierdoor wordt waarschijnlijk veel graphics geheugen gebruikt. Aan de snelheid kan ik denk ik niet veel doen in dit geval. Dit is voornamelijk afhankelijk van de hardware. Maar misschien kun je dit gebruiken? https://www ...
by Pablo
Tue Mar 25, 2025 7:26 am
Forum: Forms
Topic: E-mail Errors / PHP Set-up / Dialog
Replies: 11
Views: 444

Re: E-mail Errors / PHP Set-up / Dialog

Step 1 Remove the Dialog. If something does not work then keep it simple. You can always make it more complicated later, once it works. Step 2 remove the dialog in form's 'target' property. Step 3 Add ##error## to the error page, as documented in the FAQ. Step 4 Find out the correct settings for the ...
by Pablo
Mon Mar 24, 2025 2:02 pm
Forum: General Questions
Topic: SQLCRUD and login using embedded database
Replies: 6
Views: 231

Re: SQLCRUD and login using embedded database

The extension generates its own code so it's not aware of other code on the page. Therefor it may cause conflicts with other scripts. As a workaround this may work: Site Properties -> User Defined Variables -> Add Name: session_start(); Value: if (session_id() == "") session_start();
by Pablo
Mon Mar 24, 2025 8:00 am
Forum: Forms
Topic: E-mail Errors / PHP Set-up / Dialog
Replies: 11
Views: 444

Re: E-mail Errors / PHP Set-up / Dialog

I suggest to first create a simple form (on a new empty page) without a popup. Then you can be sure nothing else on the page conflicts with form.
Also, on the error page add ##error## as documented in the FAQ.
by Pablo
Mon Mar 24, 2025 7:57 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

I generally only create new templates once a year, when a new version is released.

Maybe you can use the dialog instead?
by Pablo
Mon Mar 24, 2025 7:04 am
Forum: Forms
Topic: E-mail Errors / PHP Set-up / Dialog
Replies: 11
Views: 444

Re: E-mail Errors / PHP Set-up / Dialog

To be able to help you I need to know what the exact error is. Please see the "*** VERY IMPORTANT NOTE ***" in the FAQ: https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=10&t=32967 If it previously worked then it can only be a configuration issue or your webhost has changed something. What did ...
by Pablo
Mon Mar 24, 2025 7:00 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

The script is designed to be used with the dialog as demonstrated in the Agent Dark template.
If you want to use it in a different context then you will need to adapt the script.
by Pablo
Sun Mar 23, 2025 3:57 pm
Forum: General Questions
Topic: I'm missing something (basic)
Replies: 1
Views: 122

Re: I'm missing something (basic)

The page header and footer will always be full width.
by Pablo
Sat Mar 22, 2025 5:56 pm
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

Step 1
Click the 'Resources' button

Step 2
Copy/Paste

Code: Select all

$JQUERY$


Note that in general, we do not provide support for custom code.
When using custom code it is assumed that you know what you are doing.
by Pablo
Sat Mar 22, 2025 11:08 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

Please add $JQUERY$ to the resources of the HTML object.
by Pablo
Sat Mar 22, 2025 8:35 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

jQuery is missing.

To solve this, either add another object to the page that uses jQuery
or
add '$JQUERY$' to the HTML object's resources.
by Pablo
Sat Mar 22, 2025 8:20 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

Did you make sure the ID of the popup in the script is correct?
by Pablo
Sat Mar 22, 2025 7:41 am
Forum: General Questions
Topic: Modal layer popup at once
Replies: 24
Views: 574

Re: Modal layer popup at once

There's a template with this functionality.

https://www.wysiwygwebbuilder.com/suppo ... ydark.html
by Pablo
Fri Mar 21, 2025 10:11 am
Forum: Links and Navigation
Topic: The link is not displayed in LG
Replies: 2
Views: 320

Re: The link is not displayed in LG

I think the problem is related to the z-index. This does not work in floating layout unless you also set a z-index on the link itself.
by Pablo
Fri Mar 21, 2025 8:34 am
Forum: General Questions
Topic: Link on Downloads page to navigation buttons inoperable
Replies: 11
Views: 2834

Re: Link on Downloads page to navigation buttons inoperable

In my opinion, it can only be an issue with the files being in the wrong folder or the software has not permissions to access the folder. If you further assistance then please share screenshots of the content of the folder and your 'Files and Folders' settings. https://www.wysiwygwebbuilder.com ...
by Pablo
Thu Mar 20, 2025 7:13 pm
Forum: Links and Navigation
Topic: Back & Forward Buttons
Replies: 1
Views: 123

Re: Back & Forward Buttons

You can use any object that supports links and select smart link -> next page /previous page
by Pablo
Thu Mar 20, 2025 7:11 pm
Forum: General Questions
Topic: Link on Downloads page to navigation buttons inoperable
Replies: 11
Views: 2834

Re: Link on Downloads page to navigation buttons inoperable

I still think you have unzipped the files in the wrong folder.
If you need further assistance then I need to know the complete configuration.
by Pablo
Thu Mar 20, 2025 5:52 pm
Forum: General Questions
Topic: Online photos
Replies: 2
Views: 118

Re: Online photos

The built-in photo gallery supports loading images from a folder on the server.
by Pablo
Thu Mar 20, 2025 12:18 pm
Forum: General Questions
Topic: Modal Layer
Replies: 4
Views: 238

Re: Modal Layer

You will need to give the layer a higher z-index.

For example, by adding this code between the head tags of Page HTML:

Code: Select all

<style>
.Layer1
{
   z-index: 9999 !important;
}
</style>
by Pablo
Thu Mar 20, 2025 10:09 am
Forum: General Questions
Topic: How would I do this menu style in WWB?
Replies: 2
Views: 115

Re: How would I do this menu style in WWB?

There is no standard option for this. But you can try to implement this with scroll transitions and control the opacity.

https://www.wysiwygwebbuilder.com/scrol ... tions.html
by Pablo
Thu Mar 20, 2025 7:25 am
Forum: General Questions
Topic: CANNOT ACTIVATE SOFTWARE
Replies: 2
Views: 182

Re: CANNOT ACTIVATE SOFTWARE

WB5 is an outdated version that is incompatible with modern browsers. However, it still functions as it did when you first used it. If you're unable to activate the license, it's likely due to the software relying on outdated system components, such as Internet Explorer (not secure). Adding ...
by Pablo
Thu Mar 20, 2025 7:15 am
Forum: General Questions
Topic: Modal Layer
Replies: 4
Views: 238

Re: Modal Layer

To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings. Also, please include a description how to reproduce this problem. I do not need the complete project because that will only take more time to figure out what you have done. Basically, I just need a small ...
by Pablo
Thu Mar 20, 2025 7:15 am
Forum: General Questions
Topic: Link on Downloads page to navigation buttons inoperable
Replies: 11
Views: 2834

Re: Link on Downloads page to navigation buttons inoperable

If you do not see the images in the list then you have most likely unzipped the files to the wrong folder.

This may be helpful:
viewtopic.php?t=76719
by Pablo
Wed Mar 19, 2025 5:59 pm
Forum: General Questions
Topic: WYSIWYG Web Builder Hungarian language file.
Replies: 13
Views: 2984

Re: WYSIWYG Web Builder Hungarian language file.

Thanks for the update!
by Pablo
Wed Mar 19, 2025 1:12 pm
Forum: General Questions
Topic: Shortcuts
Replies: 7
Views: 189

Re: Shortcuts

Note that you can also use drag & drop to rearrange items.
Hold down the CTRL key while dragging to insert an item below another item.
by Pablo
Wed Mar 19, 2025 6:56 am
Forum: Forms
Topic: Form Question - Built-In PHP Processor
Replies: 7
Views: 711

Re: Form Question - Built-In PHP Processor

Also, note that in the Advanced Form properties there is an option to set the end of line character for messages. The recommended value is 'CRLF'.
by Pablo
Tue Mar 18, 2025 6:07 pm
Forum: Forms
Topic: Contact Page Won't Link to CSS Menu or Go Menu, Dialoge Built-In-Processor
Replies: 2
Views: 80

Re: Contact Page Won't Link to CSS Menu or Go Menu, Dialoge Built-In-Processor

You cannot preview/test PHP pages locally because PHP code needs to be processed on the server side.
So, the links to PHP pages will only work when the page is online.

I recommend to try a basic form first. When you have that working can you can add advanced features like captcha.
by Pablo
Tue Mar 18, 2025 4:22 pm
Forum: General Questions
Topic: Facebook Browser
Replies: 21
Views: 513

Re: Facebook Browser

Issues like this is one of the reasons why I never wanted to upgrade to a newer version.
What worked a decade ago is no longer compatible with modern browsers. Since browsers are constantly evolving, we must continuously update the generated HTML code to ensure compatibility and stay current.
by Pablo
Tue Mar 18, 2025 3:39 pm
Forum: General Questions
Topic: Facebook Browser
Replies: 21
Views: 513

Re: Facebook Browser

It looks like the option 'use div' is still selected.

Please make sure NONE of these two deprecated options is selected.
Also republish all files after making the changes.
by Pablo
Tue Mar 18, 2025 3:19 pm
Forum: Links and Navigation
Topic: Hyperlink style in the Card
Replies: 8
Views: 480

Re: Hyperlink style in the Card

The Card text item does not support hyperlink styles because cards are designed to be "lightweight." To maintain this simplicity, the card's text item's functionality is intentionally kept minimal.
by Pablo
Tue Mar 18, 2025 3:13 pm
Forum: General Questions
Topic: Facebook Browser
Replies: 21
Views: 513

Re: Facebook Browser

The overlapped is caused by the invalid configuration of the text.

Please set the text output format to anything but 'use div ... do not use for rwd)'.

Image

See also:
viewtopic.php?t=34318
by Pablo
Tue Mar 18, 2025 1:43 pm
Forum: General Questions
Topic: [Solved] (Re) activation of WWB20
Replies: 4
Views: 135

Re: (Re) activation of WWB20

Please use the contact form for assistance with your license:
https://www.wysiwygwebbuilder.com/contact.html
by Pablo
Tue Mar 18, 2025 7:10 am
Forum: General Questions
Topic: LOAD TIME for "wbs" file to long
Replies: 1
Views: 170

Re: LOAD TIME for "wbs" file to long

There are no known issues with slow loading. But maybe your firewall or virusscanner is blocking content? For example, if you use lots of extensions then your virussanner may be scanning them before loading. In that case, make sure webbuilder.exe is added the exception list. If you need further ...
by Pablo
Mon Mar 17, 2025 9:13 pm
Forum: General Questions
Topic: Facebook Browser
Replies: 21
Views: 513

Re: Facebook Browser

In my opinion, the issue is related to the custom code you have added. The font size are in points, while the rest of the layout is in pixels.
The code is outdated, so the results in modern browsers will be unpredictable.
by Pablo
Mon Mar 17, 2025 8:50 pm
Forum: General Questions
Topic: Facebook Browser
Replies: 21
Views: 513

Re: Facebook Browser

Your website does not seem to be optimized for mobile browsers. I recommend to use more modern tools like layout grids or flex box your design your layouts. Also you have added (outdated) custom HTML code. For example the code for "Slip Collar Order Form" uses the <font> tags with font sizes in ...
by Pablo
Mon Mar 17, 2025 2:13 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: object manager blanco
Replies: 2
Views: 535

Re: object manager blanco

Misschien heb je de display optie gewijzigd?
Bijvoorbeeld door 'display hidden only' te selecteren.

https://www.wysiwygwebbuilder.com/object_manager.html