For what it's worth...
I've used F-Secure SAFE, paid version, for the past 2 years. Haven't had any issues upgrading WWB nor installing updates.
Search found 16 matches
- Wed Dec 16, 2020 12:22 am
- Forum: General Questions
- Topic: Installing WWB and F-Secure
- Replies: 11
- Views: 810
- Tue Nov 17, 2020 8:43 pm
- Forum: General Questions
- Topic: "Version Confusion"
- Replies: 5
- Views: 2548
Re: "Version Confusion"
Many thanks for taking the time for the further explanation Pablo! And also for your great program.
- Tue Nov 17, 2020 5:31 pm
- Forum: General Questions
- Topic: "Version Confusion"
- Replies: 5
- Views: 2548
Re: "Version Confusion"
Thanks BaconFries. I guess it's just one of those wonky things we have to live with. BTW - I notice the update which was posted yesterday, 11/16, had the version number 16.0.5, which was the same as the previous version number of the update on 11/11, but the what's new text file shows a hotfix. Mayb...
- Thu Nov 12, 2020 2:34 am
- Forum: General Questions
- Topic: "Version Confusion"
- Replies: 5
- Views: 2548
"Version Confusion"
I'm missing something, I think. The "whatsnew.txt" contents for the following: 11/09/2020 - Version 16.0.x (hot-fix) - Fixed: Issue with links in Bootstrap Tabs. - Fixed: Invalid </a> tag in Rollover text. - Improved: drop down list width of auto complete in responsive layouts. 11/11/2020 - Version ...
- Tue Oct 20, 2020 8:26 pm
- Forum: Off Topic Section
- Topic: WHAT FONT IS THAT? - Website Font Used
- Replies: 8
- Views: 3323
Re: WHAT FONT IS THAT? - Website Font Used
Just read your question. To discover fonts used I use Firefox's Developer Tools (F12>Inspector>Fonts>All Fonts on page) F12 opens the Developer Tools panel with "Inspector" being the first menu item. "Fonts" is in the right-most column, fourth menu item, and at the bottom of that column appears "All...
- Wed Sep 30, 2020 2:39 pm
- Forum: Off Topic Section
- Topic: WB Videos & Tutorials
- Replies: 19
- Views: 3945
Re: WB Videos & Tutorials
One thing that I was thinking could be nice was to collect all in a register/list with different categories, for make it easy for users to find what they are looking for. Yes, that would be a good idea. I will certainly try to organize it in such a way to make it easy to find subjects/content. Hi a...
- Fri Aug 07, 2020 12:51 pm
- Forum: General Questions
- Topic: Font: Added Horizontal Space
- Replies: 3
- Views: 2331
Font: Added Horizontal Space
Horizontal space added to the top of a Google font "Algegray Sans". In the first image below, a clip a Word document showing the Algegray Sans font which has a slightly larger spacing on top than the others. In the second image, a clip WYSIWYG 15.4.4 textbox, the space above the Algegray Sans is lar...
- Tue Feb 04, 2020 9:23 pm
- Forum: Forms
- Topic: Form: Combo Box, Condition Not Being Executed
- Replies: 4
- Views: 1553
- Tue Feb 04, 2020 4:40 pm
- Forum: Forms
- Topic: Form: Combo Box, Condition Not Being Executed
- Replies: 4
- Views: 1553
Re: Form: Combo Box, Condition Not Being Executed
Sure thing:
https://www.websiteables.com/combo/combo.zip
FYI - some objects renamed. Problem remains.
Thanks!
https://www.websiteables.com/combo/combo.zip
FYI - some objects renamed. Problem remains.
Thanks!
- Tue Feb 04, 2020 2:07 pm
- Forum: Forms
- Topic: Form: Combo Box, Condition Not Being Executed
- Replies: 4
- Views: 1553
Form: Combo Box, Condition Not Being Executed
From the generated page source code - note the large bold line. Could it be out of place, maybe should be within the "if...!='group1' " statement ? $(document).ready(function() { $("#combo_testCombobox1").change(function() { if ($('#combo_testCombobox1').val() == 'group1') { ShowObject('wb_ckbox_1',...
- Sun Jan 26, 2020 1:04 am
- Forum: Forms
- Topic: Do Not Want Form Data In Notification
- Replies: 1
- Views: 1300
Re: Do Not Want Form Data In Notification
Found Solution:
Under "Form Processing -> Message:"
Click "Edit", select "Email Format:" and "Rich Text" or "HTML"
Leave blank or type message. This prevents form data from being included in message body of email.
(I'm sure this is covered elsewhere, but escaped me.)
Under "Form Processing -> Message:"
Click "Edit", select "Email Format:" and "Rich Text" or "HTML"
Leave blank or type message. This prevents form data from being included in message body of email.
(I'm sure this is covered elsewhere, but escaped me.)
- Sun Jan 26, 2020 12:52 am
- Forum: Forms
- Topic: Do Not Want Form Data In Notification
- Replies: 1
- Views: 1300
Do Not Want Form Data In Notification
It is possible to use "Form processing -> Use built-in PHP form processor script." and NOT have the form data included in the message of the email sent to the recipient shown in "Email address:" ? FYI - the form data is captured in a database, and should not be included in the message body of the em...
- Wed Aug 21, 2019 6:07 pm
- Forum: General Questions
- Topic: Formatting of text styles - default styles
- Replies: 3
- Views: 3775
Re: Formatting of text styles - default styles
I'll try to pin down the first issue. Thank you for your response - and the great program.
- Wed Aug 21, 2019 2:35 pm
- Forum: General Questions
- Topic: Formatting of text styles - default styles
- Replies: 3
- Views: 3775
Formatting of text styles - default styles
Re setting the default font and text color for an added text object: Following the steps below, I'm unsure as to why things are as they are. If anyone can offer an explanation, please do so. I've added a few questions below. Thanks for any/all help! Beginning with new blank page. Step 1. I've set th...
- Tue Apr 09, 2019 2:59 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: TIP: Pushing Footer Down - Using HTML tool with Master Page / Frame
- Replies: 0
- Views: 11778
TIP: Pushing Footer Down - Using HTML tool with Master Page / Frame
Using: - A Master Page, having (in order) a 'floating' Page Header, a Content Place Holder, and a 'floating' Page Footer. - "Page 2" has Page Properties>Maintenance 'pointing' to the Master Page. An "<> HTML" tool is placed on it near the top. In the <> HTML tool is a <table> with 20+ rows, each wit...