Search found 24 matches

by ddaugherty
Tue Aug 31, 2021 8:46 pm
Forum: General Questions
Topic: Opacity - text over a layer
Replies: 3
Views: 3308

Re: Opacity - text over a layer

Thanks for the response. The only problem is, this layer is using an image, not a solid color. Is there a way to handle the problem if an image is being used in the layer?
by ddaugherty
Sat Aug 28, 2021 11:03 pm
Forum: General Questions
Topic: Opacity - text over a layer
Replies: 3
Views: 3308

Opacity - text over a layer

If there is a layer and the opacity is set to something less that 100 (say 60), then you put text over that layer, the text now has the same opacity as the layer. Is there a way to prevent the text from assuming the opacity of the layer?
by ddaugherty
Tue Dec 29, 2020 1:03 am
Forum: General Questions
Topic: media player on reveal
Replies: 2
Views: 1609

Re: media player on reveal

Oh Yes, I remember now. It's not going to happen automatically.
by ddaugherty
Mon Dec 28, 2020 11:35 pm
Forum: General Questions
Topic: media player on reveal
Replies: 2
Views: 1609

media player on reveal

Is it possible to automatically start a media player when it is revealed ? Possibly using a bookmark.
by ddaugherty
Wed Jul 29, 2020 10:50 pm
Forum: Responsive Web Design
Topic: Cell phone view
Replies: 3
Views: 3700

Re: Cell phone view

Thanks for the info. I kinda figured that.
by ddaugherty
Tue Jul 28, 2020 11:46 pm
Forum: Responsive Web Design
Topic: Cell phone view
Replies: 3
Views: 3700

Cell phone view

When viewing this website https://hxpassociates.com/ on an Android type phone, it displays the website correctly switching to the smaller version, but when viewed on some other types of phones, the large screen version is displayed. Why won't it display the smaller versions on all phones? There is o...
by ddaugherty
Wed Jun 10, 2020 12:18 am
Forum: General Questions
Topic: Radio Buttons in a Form
Replies: 1
Views: 832

Radio Buttons in a Form

In a form,is it possible to have two radio buttons grouped with one labeled Yes and the other No. Then require one button be selected before the Submit button is active?
by ddaugherty
Mon May 25, 2020 11:41 pm
Forum: General Questions
Topic: Form email
Replies: 1
Views: 1475

Form email

When I received the email from a form, it does not include any data from the input fields. It does include the Subject line and Message line. Link to the page with the form: http://vcs9.com/chick2/orders.php Thanks for your help. image of email received: http://vcs9.com/chick2/no-data-from-email.jpg
by ddaugherty
Sat May 23, 2020 7:54 pm
Forum: General Questions
Topic: Contact Form Calculation
Replies: 1
Views: 1294

Contact Form Calculation

Is it possible to make a calculation in an order type contact form? That is, the user enters quantity in one field (editbox) and the price in another field then the multiplied value is displayed in a third field.
If not, any suggestions how to make a simple order form?
by ddaugherty
Wed Nov 13, 2019 5:07 pm
Forum: General Questions
Topic: seperate website for phone
Replies: 5
Views: 2291

Re: seperate website for phone

I checked the website on another phone and still having the same problem. Here is a screenshot from my phone http://vcs9.com/delights/mobile_website.png . The width of the site is only 370px, but it's showing like it is a 970px layout. How can I get this mobile site to display properly on a cell pho...
by ddaugherty
Wed Nov 13, 2019 4:02 am
Forum: General Questions
Topic: seperate website for phone
Replies: 5
Views: 2291

Re: seperate website for phone

Thanks for checking. Maybe my phone is having a problem. I'll check on another phone.
by ddaugherty
Tue Nov 12, 2019 11:52 pm
Forum: General Questions
Topic: seperate website for phone
Replies: 5
Views: 2291

seperate website for phone

This project has two different websites for the same domain name. One is 970px wide for large screens and the other is 370 wide for cell phones. There is a routine on the large site to redirect to the small site if the viewing screen is less than 400px. The redirecting works fine but when viewing th...
by ddaugherty
Thu Oct 31, 2019 9:56 pm
Forum: General Questions
Topic: Bulleted List problem
Replies: 1
Views: 1277

Bulleted List problem

My customer is looking at a new page of her website I made and the bulleted list has the text under the bullet instead of to the right to it. She is using Chrome on her computer. Here is a page showing the different views: http://vcs9.com/delights/bullet.html The website page is here http://vcs9.com...
by ddaugherty
Sat Aug 03, 2019 3:37 pm
Forum: General Questions
Topic: Auto Play in Video Media Player
Replies: 1
Views: 2423

Auto Play in Video Media Player

The HTML5 Video player is being used to play a video. It is set to Auto Play. When viewing the website with Chrome, it does not auto start, but using other browsers (IE, Firefox, Edge), it starts automatically as it should. Any suggestions to get it to auto start in Google Chrome? https://hxpassocia...
by ddaugherty
Mon Jul 22, 2019 8:31 pm
Forum: General Questions
Topic: link to download a file
Replies: 3
Views: 2465

Re: link to download a file

I ended up using this html code and it works: <html> <body> <a href="docs/lifegroup.pdf" download> <button>Class Directory</button> </a> </body> </html> The name of the file to download is lifegroup.pdf. Be sure to upload it to a sub folder on your server otherwise it won't download if you...
by ddaugherty
Mon Jul 22, 2019 8:26 pm
Forum: General Questions
Topic: Slideshow scroll only when in view
Replies: 2
Views: 1302

Re: Slideshow scroll only when in view

ok Thanks
by ddaugherty
Mon Jul 22, 2019 5:17 pm
Forum: General Questions
Topic: Slideshow scroll only when in view
Replies: 2
Views: 1302

Slideshow scroll only when in view

Is it possible to have the slideshow not to scroll unless it is visible? The slideshow type would be using Conveyer Belt .
by ddaugherty
Tue Jul 16, 2019 7:01 pm
Forum: General Questions
Topic: link to download a file
Replies: 3
Views: 2465

link to download a file

How can I create a link to allow a visitor to download a file? I've tried setting "Link to" as a "External Web Address" and "File". Both open and display the file when the link is selected. I want it to just download the file, not open it. Thanks.
by ddaugherty
Tue Jul 16, 2019 5:31 pm
Forum: General Questions
Topic: Responsive Menu on 370 breakpoint
Replies: 2
Views: 913

Re: Responsive Menu on 370 breakpoint

Thanks Pablo. That did the trick.
by ddaugherty
Tue Jul 16, 2019 1:27 am
Forum: General Questions
Topic: Responsive Menu on 370 breakpoint
Replies: 2
Views: 913

Responsive Menu on 370 breakpoint

The responsive menu will not work (display other pages) on break point 370 on the Home page. There are two masterframes. One for the home page and a second for the other pages. The responsive menu works fine at breakpoint 370 on the other pages, just not home page. https://www.1405university.com/ind...
by ddaugherty
Sun Mar 03, 2019 9:55 pm
Forum: Forms
Topic: Contact Form Pressing Enter
Replies: 2
Views: 3118

Re: Contact Form Pressing Enter

I'll add a CAPTCHA above the Submit button. That should prevent the Enter key sending the form.
by ddaugherty
Fri Mar 01, 2019 4:25 am
Forum: Forms
Topic: Contact Form Pressing Enter
Replies: 2
Views: 3118

Contact Form Pressing Enter

When entering information in a contact form and you press the Enter key in any field it submits the form. Other words if you happen to press Enter instead of clicking on the next field, the form is emailed. How do I prevent this from happening? Here is the contact page: http://vcs9.com/karyn2/contac...
by ddaugherty
Tue Jan 30, 2018 2:05 am
Forum: Shopping Carts
Topic: Shopping Cart for client
Replies: 1
Views: 33302

Shopping Cart for client

I'm looking for a small shopping cart that can be added to a WB website for a customer. He will have 50-100 items and does not need payment processing. He needs to be able to update and change products externally of Web Builder. Any suggestions?
by ddaugherty
Tue Mar 24, 2015 2:05 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: Responsive Menu Extension
Replies: 128
Views: 258713

Re: Responsive Menu Extension

Installed your responsive menu. Seems really nice. Two questions:
1) Is there any instructions for the menu extension?

2) How do you re-position the menu to another location besides the very top of the page?