Search found 18345 matches

by Pablo
Fri Nov 08, 2024 8:53 pm
Forum: General Questions
Topic: Transparent fade
Replies: 1
Views: 50

Re: Transparent fade

There is no standard solution for this, this will require custom code.
by Pablo
Fri Nov 08, 2024 11:06 am
Forum: Links and Navigation
Topic: Problem with link
Replies: 1
Views: 49

Re: Problem with link

The URL format is not correct.
You should include 'https:' in front of the address.

https://www.abc.com

If you need further assistance, then please share a DEMO project so I can see all your settings.
by Pablo
Fri Nov 08, 2024 7:39 am
Forum: General Questions
Topic: FONTS UPLOAD WAY TOO LARGE
Replies: 4
Views: 89

Re: FONTS UPLOAD WAY TOO LARGE

High DPI support is enabled by default. This is the recommended setting for modern computers.
by Pablo
Thu Nov 07, 2024 5:53 pm
Forum: Responsive Web Design
Topic: embed with layout grid
Replies: 1
Views: 65

Re: embed with layout grid

Maybe this will be helpful?
https://www.wysiwygwebbuilder.com/master_page.html
(Demo of the master page with Layout Grids)
by Pablo
Thu Nov 07, 2024 5:18 pm
Forum: General Questions
Topic: Font Sizes
Replies: 6
Views: 114

Re: Font Sizes

The main reason is because the software uses the standard Windows text editor (rich edit), which means that there is a conversion to table from twips to pixels and points (and vise versa).
by Pablo
Thu Nov 07, 2024 12:32 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Pagina importeren
Replies: 1
Views: 67

Re: Pagina importeren

Het is niet mogelijk om een WordPress-pagina te importeren. Een WordPress-pagina maakt gebruik van een database die draait op de server.
by Pablo
Thu Nov 07, 2024 7:12 am
Forum: General Questions
Topic: upload
Replies: 2
Views: 70

Re: upload

The home page must be named 'index', not 'Index'

See also this related FAQ:
viewtopic.php?t=131
by Pablo
Wed Nov 06, 2024 4:31 pm
Forum: General Questions
Topic: Web Builder für Android
Replies: 4
Views: 143

Re: Web Builder für Android

There are still no plans to port WYSIWYG Web Builder to Android.
There is no way to make such a huge project profitable for a small group of users.
by Pablo
Wed Nov 06, 2024 9:13 am
Forum: General Questions
Topic: Server file transfer update no longer works
Replies: 6
Views: 145

Re: Server file transfer update no longer works

You can set the log level in the publish configuration: https://www.wysiwygwebbuilder.com/support/publish_loglevel.jpg Note that I am not referring to the address, but the "remote folder". Currently, you have set it up to publish the files to the root of the FTP account. Are you sure this is correct ...
by Pablo
Tue Nov 05, 2024 8:31 pm
Forum: General Questions
Topic: Server file transfer update no longer works
Replies: 6
Views: 145

Re: Server file transfer update no longer works

Are you sure the remote folder is correct?
Are there any errors in the log?
by Pablo
Tue Nov 05, 2024 5:38 pm
Forum: General Questions
Topic: Server file transfer update no longer works
Replies: 6
Views: 145

Re: Server file transfer update no longer works

What is the exact error?
Please set the log level to 'all' and share the log.
by Pablo
Tue Nov 05, 2024 4:33 pm
Forum: General Questions
Topic: Resetting Automatically Generated IDs
Replies: 6
Views: 117

Re: Resetting Automatically Generated IDs

Sorry, this is not possible for existing items.
by Pablo
Tue Nov 05, 2024 1:59 pm
Forum: General Questions
Topic: Resetting Automatically Generated IDs
Replies: 6
Views: 117

Re: Resetting Automatically Generated IDs

You can use 'Global Replace' to replace the ID's.
by Pablo
Tue Nov 05, 2024 12:44 pm
Forum: Forms
Topic: Input Property
Replies: 4
Views: 172

Re: Input Property

When a form is submitted the value will be put into a $_POST variable:
https://www.php.net/manual/en/reserved. ... s.post.php

Note that this is not specific to WWB. This is standard PHP functionality.
by Pablo
Tue Nov 05, 2024 8:21 am
Forum: General Questions
Topic: Carousel
Replies: 6
Views: 160

Re: Carousel

If you need further assistance then please share a demo project. 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 project with one page and object(s) that are relevant to your question. For further details about ...
by Pablo
Tue Nov 05, 2024 7:23 am
Forum: Links and Navigation
Topic: The link in the first-level menu in the Vertical Menu does not work
Replies: 4
Views: 173

Re: The link in the first-level menu in the Vertical Menu does not work

The main menu is usually use a 'trigger' for sub menus so that is why you cannot use it as link also.
by Pablo
Mon Nov 04, 2024 8:41 pm
Forum: Links and Navigation
Topic: The link in the first-level menu in the Vertical Menu does not work
Replies: 4
Views: 173

Re: The link in the first-level menu in the Vertical Menu does not work

If a menu item has sub items then the main cannot be a link. This applies to all multi level menus.
by Pablo
Mon Nov 04, 2024 5:58 pm
Forum: Forms
Topic: Input Property
Replies: 4
Views: 172

Re: Input Property

In which context? Do you mean in JavaScript?

Note that these are all standard HTML elements so if you are creating a script then this is not specific to WWB.
by Pablo
Mon Nov 04, 2024 5:56 pm
Forum: General Questions
Topic: Carousel
Replies: 6
Views: 160

Re: Carousel

If you set the pause time value to 0 (zero), the images will not rotate automatically, but instead you have to use Events to display the next or previous image.
by Pablo
Sun Nov 03, 2024 5:51 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 261

Re: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint

While we strive to make our UI as flexible and comprehensive as possible, it’s not feasible to include options for every potential feature. HTML elements alone have over 100 properties, and including all of them in the interface would make it overwhelming and complex. Even if we were to add e ...
by Pablo
Sun Nov 03, 2024 7:58 am
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Boottrap CRUD Table
Replies: 2
Views: 243

Re: Boottrap CRUD Table

Ik denk dat je dit in de server moet instellen, het CRUD script behandeld alle data als text. Dus het wordt weergegeven zoals het vanaf de server wordt ontvangen.
by Pablo
Sun Nov 03, 2024 7:54 am
Forum: General Questions
Topic: file hosting for use with file listing elements
Replies: 5
Views: 217

Re: file hosting for use with file listing elements

You cannot display the files via file listing (PHP) on another server for security reasons.
by Pablo
Sat Nov 02, 2024 7:16 am
Forum: General Questions
Topic: Error Reports not working in wwb ver 19xx
Replies: 2
Views: 196

Re: Error Reports not working in wwb ver 19xx

I am not ware of any problems with this feature.
But maybe you have moved the window out of the view?

In that case, this may help:
viewtopic.php?t=22937
by Pablo
Fri Nov 01, 2024 8:58 pm
Forum: General Questions
Topic: wb version file associations question
Replies: 12
Views: 576

Re: wb version file associations question

Which 'file listing element' are you referring to?
What are your settings?
What do you see, how do you test? Can you please be more specific?
by Pablo
Fri Nov 01, 2024 3:27 pm
Forum: General Questions
Topic: wb version file associations question
Replies: 12
Views: 576

Re: wb version file associations question

There are no known issues. But it is always good to preview first to see if everything works as expected.
by Pablo
Fri Nov 01, 2024 3:26 pm
Forum: General Questions
Topic: Is there a way to have the same vertical menu on every page?
Replies: 12
Views: 504

Re: Is there a way to have the same vertical menu on every page?

First note that using an embedded page inside a flex grid (or other container) is not officially supported, but in some cases it may work. On the master page, the menu has an absolute position, so that will not work in a flexible layout. You will have to place the menu inside a layout grid to make ...
by Pablo
Fri Nov 01, 2024 3:01 pm
Forum: General Questions
Topic: wb version file associations question
Replies: 12
Views: 576

Re: wb version file associations question

You can open WB16 files via the file menu of WB16.
by Pablo
Fri Nov 01, 2024 1:52 pm
Forum: General Questions
Topic: wb version file associations question
Replies: 12
Views: 576

Re: wb version file associations question

File associations are a system feature that lets you choose which applications open specific file types. You can configure these settings through Windows Settings.
by Pablo
Fri Nov 01, 2024 1:16 pm
Forum: General Questions
Topic: Is there a way to have the same vertical menu on every page?
Replies: 12
Views: 504

Re: Is there a way to have the same vertical menu on every page?

Maybe you can use an embedded page (with only the menu) instead?
by Pablo
Fri Nov 01, 2024 1:15 pm
Forum: General Questions
Topic: opening a wysiwyg project with quickandeasy
Replies: 1
Views: 145

Re: opening a wysiwyg project with quickandeasy

You can export your project to QWB format via the 'Save As' menu.
See also the notes about this in the help.
by Pablo
Fri Nov 01, 2024 12:33 pm
Forum: General Questions
Topic: New to WYSIWYG - Learning The Program
Replies: 4
Views: 250

Re: New to WYSIWYG - Learning The Program

Did you look here?
https://www.wysiwygwebbuilder.com/getting_started.html

If yes, then what exactly are you missing?
by Pablo
Fri Nov 01, 2024 12:32 pm
Forum: General Questions
Topic: Is there a way to have the same vertical menu on every page?
Replies: 12
Views: 504

Re: Is there a way to have the same vertical menu on every page?

A content place holder cannot be inside another object.
by Pablo
Thu Oct 31, 2024 5:35 pm
Forum: General Questions
Topic: Card container inside a flex grid?
Replies: 4
Views: 368

Re: Card container inside a flex grid?

I do not recommend to mix different layout systems.
by Pablo
Thu Oct 31, 2024 7:32 am
Forum: Forms
Topic: Contact Form Stopped Working
Replies: 3
Views: 455

Re: Contact Form Stopped Working

To resolve this issue, start by identifying the specific error on the server side. Often, email delivery problems occur because the 'from' address is blocked or restricted by the server. However, other recent changes to server settings may also be causing the disruption. I recommend reaching out to ...
by Pablo
Wed Oct 30, 2024 4:50 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 984

Re: Vraag mbt photocollage / Gallery

Ja, jij zegt dat je de bestanden ziet op de server. Maar ik kan er niet bij via de browser.
https://janvanbeek.zamc.nl/javascript/wwb19.min.js
https://janvanbeek.zamc.nl/javascript/j ... 2.4.min.js
by Pablo
Wed Oct 30, 2024 4:39 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 984

Re: Vraag mbt photocollage / Gallery

Misschien is de map beveiligd?
by Pablo
Tue Oct 29, 2024 8:46 pm
Forum: General Questions
Topic: offset x offset y and Angle
Replies: 1
Views: 275

Re: offset x offset y and Angle

The button is on a layer, which is rotated.
by Pablo
Tue Oct 29, 2024 4:25 pm
Forum: General Questions
Topic: Show Timer Value
Replies: 2
Views: 317

Re: Show Timer Value

No, that is not possible.
by Pablo
Tue Oct 29, 2024 2:58 pm
Forum: General Questions
Topic: PHP version
Replies: 11
Views: 917

Re: PHP version

It will work, but there may be warnings
by Pablo
Tue Oct 29, 2024 2:36 pm
Forum: General Questions
Topic: MegaMenu is inactive?
Replies: 3
Views: 379

Re: MegaMenu is inactive?

You can look up errors yourself in the error console of your browser (F12).
If you learn how to use this tool then it may save you a lot of time.
by Pablo
Tue Oct 29, 2024 1:26 pm
Forum: General Questions
Topic: Lightbox issues
Replies: 4
Views: 510

Re: Lightbox issues

If you need further assistance then please share a DEMO project.
Note however that support for version 17 has ended.
by Pablo
Tue Oct 29, 2024 1:24 pm
Forum: General Questions
Topic: PHP version
Replies: 11
Views: 917

Re: PHP version

There may be PHP 8 issues in WB17 if you use PHP features like login, cms or forms.
by Pablo
Tue Oct 29, 2024 12:27 pm
Forum: General Questions
Topic: MegaMenu is inactive?
Replies: 3
Views: 379

Re: MegaMenu is inactive?

There is an error in the validation settings of 'SQ1'
You need to enter a name for your Mothers' maiden name
should be
You need to enter a name for your Mothers\' maiden name
Otherwise the quote will break the java-script syntax.
by Pablo
Tue Oct 29, 2024 7:02 am
Forum: General Questions
Topic: Lightbox issues
Replies: 4
Views: 510

Re: Lightbox issues

I do not see any descriptions for the images in the HTML.
How did you add them?
Did it previously work?
If yes, what did you change?
What is your configuration?
by Pablo
Mon Oct 28, 2024 8:29 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 984

Re: Vraag mbt photocollage / Gallery

De JavaScript bestanden staan niet op de server.
Zorg er voor dat je alle bestanden publiceerd.
by Pablo
Mon Oct 28, 2024 6:34 am
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 984

Re: Vraag mbt photocollage / Gallery

Zorg er voor dat je alle bestanden publiceerd.
Als je verder hulp nodig hebt, geef dan de URL van de pagina zodat ik kan zien wat er mis gaat.
by Pablo
Sun Oct 27, 2024 7:19 am
Forum: Off Topic Section
Topic: Thanks a lot for the new release!
Replies: 7
Views: 893

Re: Thanks a lot for the new release!

There is still much work to be done before the next version is ready. In the meantime, I'll continue fine-tuning WB19 as needed.
by Pablo
Sat Oct 26, 2024 6:35 am
Forum: Extension Builder
Topic: Extension builder JSON variables
Replies: 3
Views: 509

Re: Extension builder JSON variables

I think this should work. Did you try?