Search found 17495 matches

by Pablo
Tue Feb 11, 2020 9:06 am
Forum: General Questions
Topic: new site ~> PHP
Replies: 3
Views: 910

Re: new site ~> PHP

The page extension is a page specific property. So, it should be set in the page properties.
by Pablo
Mon Feb 10, 2020 9:24 pm
Forum: Forms
Topic: Intermittent error message
Replies: 3
Views: 6639

Re: Intermittent error message

"a part followed by "@" should not contain the symbol " "." This error seems to indicate that a space was used in the email address. submit is the default behavior of a form when pressing enter. This is standard HTML functionality, not specific to WWB. But you can use ...
by Pablo
Mon Feb 10, 2020 5:53 pm
Forum: General Questions
Topic: Website viewing problems.
Replies: 1
Views: 686

Re: Website viewing problems.

Your website is not optimized for mobile devices.
You can make your website responsive by adding breakpoints or using layout grid/flexbox.
Related tutorial: http://wysiwygwebbuilder.com/layout_modes.html

Your website does work for me in FireFox. maybe something is wrong with your browser?
by Pablo
Mon Feb 10, 2020 5:49 pm
Forum: General Questions
Topic: Font weight?
Replies: 19
Views: 3649

Re: Font weight?

Most users will have Arial.
by Pablo
Mon Feb 10, 2020 12:14 pm
Forum: General Questions
Topic: confused in the sreen size settings
Replies: 1
Views: 707

Re: confused in the sreen size settings

Please see this related FAQ for more information about DPI settings:
https://www.wysiwygwebbuilder.com/forum ... 10&t=85917
by Pablo
Mon Feb 10, 2020 10:09 am
Forum: General Questions
Topic: Empty selector
Replies: 3
Views: 694

Re: Empty selector

Maybe you have accidentally cleared the ID property of an object?

See also: Menu -> Page -> Error Reports
by Pablo
Mon Feb 10, 2020 8:30 am
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

The alignment of the mobile menu can be set in the Property Inspector.
by Pablo
Mon Feb 10, 2020 6:49 am
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

The alignment of the mobile menu can be set in the Property Inspector.
by Pablo
Sun Feb 09, 2020 9:49 pm
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

The alignment is set to 'center', so that is why the icons are not directly below each other.
by Pablo
Sun Feb 09, 2020 9:17 pm
Forum: Links and Navigation
Topic: CSS Menu
Replies: 7
Views: 6471

Re: CSS Menu

The reason why there are multiple menus is because they all work differently. But if you have a good idea for improvement then you can post suggestions here: https://www.wysiwygwebbuilder.com/forum/viewforum.php?f=28&sid=155c22128f1484c90c272f580da1811c If more users find your suggestions useful...
by Pablo
Sun Feb 09, 2020 9:14 pm
Forum: General Questions
Topic: Photo gallery with long captions
Replies: 1
Views: 613

Re: Photo gallery with long captions

I'm sorry, I do not have a standard solution for this.
by Pablo
Sun Feb 09, 2020 9:13 pm
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

I don't think I understand what you are trying to do.
Can you please be more specific?
by Pablo
Sun Feb 09, 2020 6:55 pm
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

Make sure the ID is correct.
by Pablo
Sun Feb 09, 2020 6:45 pm
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

You can change the alignment by adding this code between the heads tags (in Page HTML):

Code: Select all

<style>
#wb_Menu ul li .svg-icon 
{
    vertical-align: middle;
}
</style>
by Pablo
Sun Feb 09, 2020 5:59 pm
Forum: General Questions
Topic: responsive menu outlining
Replies: 15
Views: 2029

Re: responsive menu outlining

What exactly did you do?
by Pablo
Sun Feb 09, 2020 3:47 pm
Forum: Content Management System
Topic: CMS View with a fixed identifier. Exclude from CMS Menu?
Replies: 2
Views: 13118

Re: CMS View with a fixed identifier. Exclude from CMS Menu?

In the CMS admin you can configure whether the page will be visible in the menu.
by Pablo
Sun Feb 09, 2020 3:45 pm
Forum: General Questions
Topic: Removing page extensions?
Replies: 4
Views: 1075

Re: Removing page extensions?

More information about this option can be found in the help.

Note that we cannot assist you with server sided configuration.
by Pablo
Sun Feb 09, 2020 1:02 pm
Forum: General Questions
Topic: jpg
Replies: 3
Views: 903

Re: jpg

- some of the filenames are invalid. Spaces are not corect in web filenames. Related FAQ: https://www.wysiwygwebbuilder.com/forum ... f=10&t=131
- also you have added invalid code to the page. It looks like it was added via Page HTML.
by Pablo
Sun Feb 09, 2020 12:27 pm
Forum: General Questions
Topic: Bullets & Fonts for text
Replies: 3
Views: 1017

Re: Bullets & Fonts for text

Alternatively, you can use the 'bulleted list' object.
by Pablo
Sun Feb 09, 2020 10:22 am
Forum: General Questions
Topic: Bullets & Fonts for text
Replies: 3
Views: 1017

Re: Bullets & Fonts for text

The text editor used by WWB is standard Windows functionality. Unfortunately, I do not have control over how this functionality works. I did consider not adding bullet support at all, but in the end I decided to include it anyway for those users that that find it useful. Even though it may have some...
by Pablo
Sat Feb 08, 2020 7:01 pm
Forum: General Questions
Topic: Custom audio player
Replies: 4
Views: 718

Re: Custom audio player

All the players are different. PDF documentation is included.
by Pablo
Sat Feb 08, 2020 3:59 pm
Forum: General Questions
Topic: Text menu ok in preview, not in publish
Replies: 2
Views: 565

Re: Text menu ok in preview, not in publish

First note that WB11 is no longer supported.

But, to be able to help you I need to see what you have done.
What is the URL of the page and where exactly on the page do I need to look to see the problem?
by Pablo
Sat Feb 08, 2020 3:34 pm
Forum: General Questions
Topic: Line Length (WB v15.2.3)
Replies: 4
Views: 905

Re: Line Length (WB v15.2.3)

Please include the URL of the page or link to a demo project so we can see what you have done.
by Pablo
Sat Feb 08, 2020 12:09 pm
Forum: General Questions
Topic: Font weight?
Replies: 19
Views: 3649

Re: Font weight?

If you disable this option then users that do not have this font installed will see a different font.

Related tutorial:
http://wysiwygwebbuilder.com/webfonts.html
by Pablo
Sat Feb 08, 2020 7:57 am
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

Step 1 Open this page in WWB http://wearepuppeteers.com/cms/content.php Step 2 Remove all content from the page with exception of the CMS view. Now you have a working page without all the extra elements. Step 3 The next step is to make the content flexible so you can display it inside an inline fram...
by Pablo
Fri Feb 07, 2020 9:35 pm
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

But it did work before you made changed, right?
http://wearepuppeteers.com/cms/content.php?page=2

How did you go from
http://wearepuppeteers.com/cms/content.php?page=2
to
http://wearepuppeteers.com/dev/02-02-20 ... th-cms.php
?

Somewhere you must have changed the settings so it no longer works.
by Pablo
Fri Feb 07, 2020 9:32 pm
Forum: General Questions
Topic: Boostrap and mysql
Replies: 4
Views: 689

Re: Boostrap and mysql

There is no standard solution for this. This will require a custom script.
by Pablo
Fri Feb 07, 2020 7:17 pm
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

Please try not do too much at the same time.

Step 1
Go back to the working situation

Step 2
Remove all other content from the page

Step 3
place the CMS view in a layout grid
by Pablo
Fri Feb 07, 2020 6:22 pm
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

- Remove all other content from the page
- place the CMS view in a layout grid so it becomes flexible
by Pablo
Fri Feb 07, 2020 6:20 pm
Forum: Forms
Topic: Send form data to multiple locations
Replies: 5
Views: 3254

Re: Send form data to multiple locations

This is possible with build-in form processor.
http://www.wysiwygwebbuilder.com/forms.html
by Pablo
Fri Feb 07, 2020 6:00 pm
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

....the question is how do I get a page from the CMS to show up on the client's website? Use i-frame?
Yes, an inline frame is the easiest way.
by Pablo
Fri Feb 07, 2020 4:42 pm
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

The created content will be displayed in the 'CMS View' area:
http://wearepuppeteers.com/cms/content.php
by Pablo
Fri Feb 07, 2020 2:15 pm
Forum: General Questions
Topic: Non braeaking space
Replies: 3
Views: 911

Re: Non braeaking space

I'm sorry, that will not be possible.
The editor used by WWB is standard Windows functionality. I cannot change this behavior.
by Pablo
Fri Feb 07, 2020 11:29 am
Forum: News and Announcements
Topic: Zoom Scroller extension released.
Replies: 0
Views: 19085

Zoom Scroller extension released.

Create a subtle zoom animation on images while scrolling. This extension is based on a script by Pete R. https://github.com/peachananr/zoom-scroller This (free) extension is another one from my private collection. More information https://www.wysiwygwebbuilder.com/zoomscroller.html https://wysiwygwe...
by Pablo
Fri Feb 07, 2020 10:04 am
Forum: Links and Navigation
Topic: How to link to a file via relative path?
Replies: 3
Views: 3785

Re: How to link to a file via relative path?

i don't understand what you mean with "if you move the project"?
If you copy the project to another location or computer then the internal paths will be updated automatically.
To realize what i need the only way is to edit the code manually, isn't it?
You do not need to edit the code.
by Pablo
Fri Feb 07, 2020 10:02 am
Forum: General Questions
Topic: Non braeaking space
Replies: 3
Views: 911

Re: Non braeaking space

ctrl+shift+space seems to work ok.
Note that this is standard Windows functionality so not directly related to WWB.
by Pablo
Fri Feb 07, 2020 7:09 am
Forum: Content Management System
Topic: CMS
Replies: 16
Views: 27689

Re: CMS

The error indicates that you have selected the wrong PHP version in the Page Properties.
Please select PHP5-PHP7.
by Pablo
Fri Feb 07, 2020 7:06 am
Forum: Forms
Topic: Send form data to multiple locations
Replies: 5
Views: 3254

Re: Send form data to multiple locations

The built-in form processor also supports storing data in MySQL.
by Pablo
Fri Feb 07, 2020 7:05 am
Forum: Links and Navigation
Topic: External Links Blacklisted
Replies: 6
Views: 4405

Re: External Links Blacklisted

I'm sorry, I cannot help you with the configuration of .htaccess, but maybe your web host can help you?
by Pablo
Fri Feb 07, 2020 7:03 am
Forum: General Questions
Topic: Empty space bellow footer
Replies: 2
Views: 584

Re: Empty space bellow footer

I do not see the empty page.
Maybe you have already solved it?
if not, then can you please be more specific?
by Pablo
Fri Feb 07, 2020 7:02 am
Forum: General Questions
Topic: Protected page shows only code
Replies: 9
Views: 2899

Re: Protected page shows only code

Single page protect cannot be used to protect a page with PHP code.
But you can use the other login tools to the protect the page.
by Pablo
Thu Feb 06, 2020 7:22 pm
Forum: Links and Navigation
Topic: How to link to a file via relative path?
Replies: 3
Views: 3785

Re: How to link to a file via relative path?

All files are stored with an absolute path. This is related to the document storage format (compound) and this cannot be changed.
But if you move the project then the application will automatically update the paths to the current folder.
by Pablo
Thu Feb 06, 2020 7:19 pm
Forum: General Questions
Topic: Line Length (WB v15.2.3)
Replies: 4
Views: 905

Re: Line Length (WB v15.2.3)

Maybe your browser has cached the old page?

Tip: include a demo project or URL so we ca see what you have done.
by Pablo
Thu Feb 06, 2020 4:34 pm
Forum: General Questions
Topic: Project open all pages
Replies: 4
Views: 723

Re: Project open all pages

The reason why not all pages are opened is because of performance and memory usage. Opening a page means that images and other assets need to be loaded and decompressed. This may a lot of time and it will affect the performance of the application. I strongly recommend to only open the open pages tha...
by Pablo
Thu Feb 06, 2020 4:14 pm
Forum: General Questions
Topic: Project open all pages
Replies: 4
Views: 723

Re: Project open all pages

When you load a project, only the first page of the project will be opened.
To open other pages, you can use the Site Manager or the page menu.
by Pablo
Thu Feb 06, 2020 6:55 am
Forum: Forms
Topic: Expandable Text block in forms
Replies: 1
Views: 2189

Re: Expandable Text block in forms

If you are using layout grids or flexbox then you can add this to the custom style section of the text-area object:

Code: Select all

resize:vertical !important;
See also:
https://www.w3schools.com/cssref/css3_pr_resize.asp
by Pablo
Thu Feb 06, 2020 6:52 am
Forum: Links and Navigation
Topic: External Links Blacklisted
Replies: 6
Views: 4405

Re: External Links Blacklisted

WWB will not change your links, so they will be inserted "AS IS".
To be able to help you, I need to see what you have done.
by Pablo
Thu Feb 06, 2020 6:50 am
Forum: General Questions
Topic: jpg
Replies: 3
Views: 903

Re: jpg

Maybe the filenames are invalid?
See also this related FAQ:
https://www.wysiwygwebbuilder.com/forum ... f=10&t=131

Tip: always include the URL of the page so we can see what you have done.