Search found 95 matches

by gofrank
Wed Nov 22, 2023 6:35 pm
Forum: General Questions
Topic: Doing Something Wrong
Replies: 8
Views: 2550

Re: Doing Something Wrong

Okay, got it sorted. As usual: operator error.

Thanks, guys!
by gofrank
Wed Nov 22, 2023 6:20 pm
Forum: General Questions
Topic: Doing Something Wrong
Replies: 8
Views: 2550

Re: Doing Something Wrong

Image

Image

However, if I do as Pablo suggests: Insert > Image > image create with AI, it works. The Format > Artificial Intelligence remains unavailable.
by gofrank
Wed Nov 22, 2023 6:04 pm
Forum: General Questions
Topic: Doing Something Wrong
Replies: 8
Views: 2550

Re: Doing Something Wrong

Read the tutorial three times. Rebooted the PC and the app multiple times. Whitelisted WB19 in my anti-virus (both the app and the folder). I'm not using the ribbon, but when I go to Format > Artificial Intelligence, all the selections are grayed out. Same with Edit > Artificial Intelligence (except...
by gofrank
Wed Nov 22, 2023 5:41 pm
Forum: General Questions
Topic: Doing Something Wrong
Replies: 8
Views: 2550

Doing Something Wrong

Just installed v19 (64-bit), entered my registration key, went through options, added my Open AI API key, and...nothing. All the AI menu items are grayed out.

Is there another step to get this working?
by gofrank
Mon Nov 20, 2023 6:40 pm
Forum: General Questions
Topic: V19 - waiting
Replies: 13
Views: 3026

Re: V19 - waiting

Pablo, I know what you mean. I'm working on the release of a new software program for advertising agencies and the "backend" work is daunting. I know you're working from the existing WB legacy, but still modifying all the code to deal with registration, licensing, and updates can be challe...
by gofrank
Mon Nov 20, 2023 3:54 am
Forum: Responsive Web Design
Topic: Layout Grid, Layers or Page Header Footer
Replies: 5
Views: 4119

Re: Layout Grid, Layers or Page Header Footer

I find layout grids to be more than suitable for most sites. Again, it depends on how much flexibility you require. One nice feature of layout grids is you can insert another layout grid inside it. Only one level of insertion is allowed, but you can insert multiple layout grids inside that first lev...
by gofrank
Wed Nov 15, 2023 1:50 pm
Forum: General Questions
Topic: Flexgrid as Master Page Footer?
Replies: 5
Views: 1579

Re: Flexgrid as Master Page Footer?

Thanks for that suggestion, Crispy! Looks like an excellent solution.
by gofrank
Tue Nov 14, 2023 5:43 pm
Forum: General Questions
Topic: Flexgrid as Master Page Footer?
Replies: 5
Views: 1579

Re: Flexgrid as Master Page Footer?

I have done that in the past, Crispy, but on a site with a dozen or more pages it means making many changes. The master page simplifies making site-wide changes, as you well know. It can be done with the layout grid, but sometimes there are nuances that would make flexgrid a big advantage, especiall...
by gofrank
Tue Nov 14, 2023 12:23 pm
Forum: General Questions
Topic: Flexgrid as Master Page Footer?
Replies: 5
Views: 1579

Flexgrid as Master Page Footer?

Is there a way to use a flexgrid as the footer on a master page? This would be helpful because of the "flexibility" it provides in configuring the footer for different breakpoints. Sometimes the layout grid configured to "footer floating" isn't sufficient.
by gofrank
Fri Nov 10, 2023 5:37 pm
Forum: Links and Navigation
Topic: Using simple text menu inside layout grid via master page and problem occur
Replies: 9
Views: 4231

Re: Using simple text menu inside layout grid via master page and problem occur

The text items that make up your menu on the master page must have unique IDs. The current IDs are "Text1", "Text2", etc. Those IDs will probably be duplicated on the pages using the MasterPage, which will cause problems.
by gofrank
Thu Nov 09, 2023 8:45 pm
Forum: General Questions
Topic: Magical 19 Teaser Feedback
Replies: 19
Views: 3067

Re: Magical 19 Teaser Feedback

Just when you think this software can't get any better, Pablo pulls multiple dozens of rabbits out of his hat. What an awesome new version! Here's to a speedy release date!
by gofrank
Wed Oct 18, 2023 11:14 am
Forum: General Questions
Topic: PHP 8.1 and Contact US form broken?
Replies: 10
Views: 1073

Re: PHP 8.1 and Contact US form broken?

I encountered this issue previously and I believe Pablo has addressed it in the current build of WB. Open the form properties and click on the "Advanced" button. Select the "Miscellaneous" tab and change the "End Of Line" drop down to "CRLF", then click "...
by gofrank
Mon Oct 16, 2023 12:14 pm
Forum: Login Tools Questions
Topic: Error_Message after Submit Clears Inputs
Replies: 4
Views: 3589

Re: Error_Message after Submit Clears Inputs

I have not tried this, but in the "Validate" tab of the $confirmpassword field, if you switch to Bootstrap as the validation method, you can select the "Match" option and specify the field for $newpassword as the matching criteria. I'm not sure if this validation occurs before th...
by gofrank
Fri Sep 15, 2023 12:49 pm
Forum: General Questions
Topic: Cards
Replies: 9
Views: 851

Re: Cards

See my reply above. It was operator error. ;)
by gofrank
Fri Sep 15, 2023 12:38 pm
Forum: General Questions
Topic: Cards
Replies: 9
Views: 851

Re: Cards

Hi, Crispy!

I'm referring to the page breakpoint.

Aaaannnndddd...never mind! Upon revisiting the project after installing the latest hot fix, I see the setting had somehow switched to "card columns" instead of "card deck". So, this was my bad and everything is working fine.
by gofrank
Fri Sep 15, 2023 12:46 am
Forum: General Questions
Topic: Cards
Replies: 9
Views: 851

Re: Cards

I'm having this same issue with the card container set to "card deck". Container has four cards that are equal in height in Default view, different heights at 1024px.
by gofrank
Thu Sep 14, 2023 1:13 pm
Forum: Off Topic Section
Topic: Anyone else see "This site can't be reached" message
Replies: 19
Views: 6682

Re: Anyone else see "This site can't be reached" message

Can also be caused by "Denial of Service" attacks, or even just a heavy server load (large number of users online at the same time).
by gofrank
Wed Aug 16, 2023 2:27 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

Thanks. I revisited the User Defined Variables option and I apparently entered the values incorrectly the first time around. If I specify the "Name" as: $eol = "\n" and the "Value" as: $eol = "\r\n" the substitution works. This solution is fine for me. I still...
by gofrank
Wed Aug 16, 2023 12:37 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

All I can tell you is that with the default value of $eol = "\n", when I send a test email to my account, the message contains the following information I've emphasized in red that should NOT be there: This is a multi-part message in MIME format. --140460040590f2b34c94ea7f11cfea37 Content-...
by gofrank
Wed Aug 16, 2023 10:57 am
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

Thanks for the suggestion, Pablo. Adding the site variable unfortunately breaks the code and I get a 500 error when trying to access the site. According to the Php Manual for PHP Mail: Each line should be separated with a CRLF (\r\n) . Lines should not be larger than 70 characters. Actually, the cod...
by gofrank
Tue Aug 15, 2023 8:30 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

Pablo, the problem in the PHP form processor script is due to $eol being incorrect. Instead of $eol = "\n"; it should be... $eol = "\r\n"; With that change in place, the email formats correctly, the "boundary" code is removed from the "From:" address, and GMai...
by gofrank
Tue Aug 15, 2023 5:16 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

I am my own host and my server hasn't changed anything.

I shall investigate further. Something is causing the additional "boundary" code to appear as part of the email address.
by gofrank
Tue Aug 15, 2023 3:27 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

I have recreated the form and used all the default settings. No modifications of any variables. Here is the result: Action: failed Final-Recipient: rfc822;xxxx@gmail.com Status: 5.0.0 Remote-MTA: dns; gmail-smtp-in.l.google.com Diagnostic-Code: smtp; 550-5.7.1 [162.241.210.78] Messages with multiple...
by gofrank
Tue Aug 15, 2023 1:07 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

Re: "Multiple Addresses" Error

No, sir, I'm using the default settings and not using PHP Mailer. On subsequent tests, I am consistently getting an error in the "From:" field in the actual email, to wit: From <contact@3-2-1-inflationbusterlisting.com>, boundary="6e4517e434ba67263359d674772c42aa" X-Mailer: PHP v...
by gofrank
Mon Aug 14, 2023 9:15 pm
Forum: Forms
Topic: "Multiple Addresses" Error
Replies: 12
Views: 4368

"Multiple Addresses" Error

I've just set up a form in a flexgrid exactly the way I've done it dozens of times in WB. However, this time around, all emails generated by the form are coming back with the following error: Diagnostic-Code: smtp; 550-5.7.1 [162.241.210.78] Messages with multiple addresses in From: header are 550 5...
by gofrank
Sat Aug 05, 2023 1:05 pm
Forum: Previewing and Publishing
Topic: Unpublished pages
Replies: 28
Views: 7204

Re: Unpublished pages

By any chance do you have CloudFlare enabled on your server? I have noticed when CloudFlare is in use, some page content is not updated immediately, even when Ctrl-F5 is pressed repeatedly. The update is typically recognized 12-24 hours later.
by gofrank
Thu Jun 29, 2023 11:50 am
Forum: Previewing and Publishing
Topic: Footer Blocks Flexgrid
Replies: 7
Views: 4421

Re: Footer Blocks Flexgrid

Apparently the missing end bracket did the trick. All works as desired. Thanks again, Crispy!
by gofrank
Wed Jun 28, 2023 1:29 pm
Forum: Previewing and Publishing
Topic: Footer Blocks Flexgrid
Replies: 7
Views: 4421

Re: Footer Blocks Flexgrid

Thanks, Crispy...when I added your code, only the header and footer of the page rendered. But I appreciate your attempt to assist. I went back to the page and set the height on all the flexgrid breakpoints to "auto". Still got the same footer overlap on the 480 and 320 views. Finally, I ju...
by gofrank
Wed Jun 28, 2023 10:40 am
Forum: Previewing and Publishing
Topic: Footer Blocks Flexgrid
Replies: 7
Views: 4421

Re: Footer Blocks Flexgrid

Sure!

When the browser is sized to 480 or 320px wide, the footer covers the body text of the page.

The 768 view:

Image

The 480 view:

Image
by gofrank
Tue Jun 27, 2023 10:40 pm
Forum: Previewing and Publishing
Topic: Footer Blocks Flexgrid
Replies: 7
Views: 4421

Footer Blocks Flexgrid

A page in one of my projects exhibits some strange behavior when moving to smaller breakpoints. In the Default view, and in 1024 and 768, all is well. When i get to 480 and 320, the footer jumps up to overlay part of the text. The page uses a master page consisting of a header layout grid set to &qu...
by gofrank
Tue Jun 13, 2023 1:37 pm
Forum: Previewing and Publishing
Topic: Label Not Appearing Correctly
Replies: 2
Views: 3447

Re: Label Not Appearing Correctly

Pablo, you are awesome! Thank you!
by gofrank
Tue Jun 13, 2023 12:36 pm
Forum: Previewing and Publishing
Topic: Label Not Appearing Correctly
Replies: 2
Views: 3447

Label Not Appearing Correctly

I have a client who has a very specific requirement regarding TPCA notices. The page has a hidden edit box with a label linked to it. The label contains the TCPA text that appears directly above the submit button. This arrangement is to satisfy a third-party company that provides TCPA validation and...
by gofrank
Mon Feb 20, 2023 1:19 pm
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Re: Image Comparison on Tablet/Smartphone

jerryco, yes it is now working on the Samsung A13, the Kindle Fire, and also on my Lenovo touchscreen laptop (where it did not work previously). On the laptop, the comparison worked using the mouse, but touching the screen did nothing. Once I uploaded ALL the files (I was missing the js), everything...
by gofrank
Sun Feb 19, 2023 7:46 pm
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Re: Image Comparison on Tablet/Smartphone

All sorted now! Thank you, Pablo, for your excellent support and service.
by gofrank
Sun Feb 19, 2023 4:16 pm
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Re: Image Comparison on Tablet/Smartphone

Sorry, I was testing the change on yet another site (where it still doesn't work for me). So now I've republished the Firehawk site using the latest build. The trigger is set to "click". Cleared the cache and then refreshed the browser. On my Samsung phone the comparison sliders still do n...
by gofrank
Sun Feb 19, 2023 2:37 am
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Re: Image Comparison on Tablet/Smartphone

Downloaded the latest build. Uploaded the site page. Cleared the cache on my smartphone. Still not working.

The trigger is set to "click". Is this correct for smartphones/tablets?
by gofrank
Fri Feb 17, 2023 3:16 pm
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Re: Image Comparison on Tablet/Smartphone

Doesn't work on my Samsung A13 or on my Kindle Fire tablet when I tap with my finger. Please take a look at the two comparison images at https://www.firehawkinstallations.com/ If those work for you, then it's just my mobile devices.
by gofrank
Fri Feb 17, 2023 2:40 pm
Forum: General Questions
Topic: Image Comparison on Tablet/Smartphone
Replies: 28
Views: 2098

Image Comparison on Tablet/Smartphone

I've used the Image Comparison object on a couple of web sites. I notice the object works great when using a mouse but does not react when tapped on a touch screen device. I've tried setting the trigger to "click" and "hover", but on touch screens neither setting works. Am I miss...
by gofrank
Wed Nov 30, 2022 1:54 pm
Forum: General Questions
Topic: Flex grid
Replies: 5
Views: 1301

Re: Flex grid bug

I've found in working with the flexgrid to first create the page with only the default view (no breakpoints). Then, add the flexgrid container. Once you're satisfied with the flexgrid default layout, create your additional breakpoints and the flexgrid will be duplicated to them. Otherwise, if you cr...
by gofrank
Tue Nov 29, 2022 2:00 pm
Forum: Previewing and Publishing
Topic: CSS Menu Breakpoint
Replies: 1
Views: 1128

CSS Menu Breakpoint

Using the CSS menu in a project, I noticed when reaching the specified breakpoint (480), the menu behavior differs from what appears in the WB workspace. In preview, at 480 the menu items do not "stack" and stretch to the full width of the browser. Instead, they retain their pre-breakpoint...
by gofrank
Tue Jul 05, 2022 11:48 am
Forum: General Questions
Topic: Text data over an image on Layout Grid
Replies: 12
Views: 3293

Re: Text data over an image on Layout Grid

But I believe you can hide one grid and show a different grid (with a different background image) in the smaller breakpoints.
by gofrank
Sat Mar 19, 2022 11:55 am
Forum: General Questions
Topic: Disable print screen and screen capture
Replies: 15
Views: 3721

Re: Disable print screen and screen capture

Not a 100% solution, but you could try password protecting the page to limit access to only registered users. However, any of those users could still download your property and then pass it on to others. If the page is available to the general public, there's probably no viable solution.
by gofrank
Mon Mar 07, 2022 1:41 pm
Forum: General Questions
Topic: "Unhide" Missing?
Replies: 1
Views: 935

"Unhide" Missing?

I notice the help file mentions the "Unhide in all breakpoints" option. While this option might appear in the ribbon menu, for those of us who choose to go "ribbonless" the "Unhide" option does not appear in the right click context menu. Can this be fixed? I could have ...
by gofrank
Sun Dec 12, 2021 2:19 pm
Forum: General Questions
Topic: internal links changing from HTTP to HTTPS
Replies: 13
Views: 2265

Re: internal links changing from HTTP to HTTPS

The color of the lock icon depends on the type of SSL employed on the site. The green lock indicates an "EV" certificate (extended) that offers a higher level of assurance and is six times more expensive than the "regular" DV certificate. Both are considered secure with regard to...
by gofrank
Thu Oct 28, 2021 1:16 pm
Forum: Forms
Topic: I stopped getting form submissions in Gmail.
Replies: 4
Views: 4348

Re: I stopped getting form submissions in Gmail.

I have experienced the same thing both for my personal web sites and on those of my clients. For reasons best known to them, GMail begins to reject emails that repeatedly contain the same information. These rejections don't end up in spam, they just disappear. If you Google this problem, you'll see ...
by gofrank
Tue Aug 17, 2021 4:48 pm
Forum: Forms
Topic: Date Format in Editbox
Replies: 3
Views: 5095

Re: Date Format in Editbox

If you switch to using the JQuery Date Picker control, you can set the date format as well as have a pop-up calendar for date selection (or manually entering the date as normal). There are also many options to limit date selection (no Sundays, no holidays, etc.).
by gofrank
Thu Jul 29, 2021 11:11 am
Forum: General Questions
Topic: Specify width for layoutgrid
Replies: 6
Views: 3042

Re: Specify width for layoutgrid

You can limit the width of a layout grid when rendered in the browser by entering the max width value as a negative number (e.g., "-1200").
by gofrank
Wed Jan 20, 2021 1:14 am
Forum: Responsive Web Design
Topic: LAYOUT GRID inside LAYOUT GRID
Replies: 4
Views: 4492

Re: LAYOUT GRID inside LAYOUT GRID

Yes, it DOES work, if you set up the layout grids correctly. What appears to be a bulleted list on this page is actually a two-column layout grid in the right column of another two-column layout grid. Notice as the page is sized how the text wraps better than a bulleted list. And on this page each o...
by gofrank
Mon Sep 14, 2020 6:32 pm
Forum: General Questions
Topic: Lost License Key
Replies: 2
Views: 985

Re: Lost License Key

Thank you, Pablo! Excellent support, as always.
by gofrank
Mon Sep 14, 2020 1:54 pm
Forum: General Questions
Topic: Lost License Key
Replies: 2
Views: 985

Lost License Key

Thanks to a hard drive crash, I've lost my license key for WB16. Can you help?