Search found 26 matches

by CosmickGold
Fri Aug 06, 2021 6:37 pm
Forum: General Questions
Topic: Updating Progressbar1
Replies: 2
Views: 1986

Re: Updating Progressbar1

Thank you, Pablo.

The line:

Code: Select all

$( "#Progressbar1" ).progressbar({ value: 37 });
works perfectly for me. ;)
by CosmickGold
Fri Aug 06, 2021 3:30 pm
Forum: General Questions
Topic: Updating Progressbar1
Replies: 2
Views: 1986

Updating Progressbar1

How can I update the position of the progress bar? In the developer properties window, changing "Value" instantly updates the bar's display. But running the javascript line: document.getElementById('Progressbar1').Value = 75; does nothing I can see. What does my javascript line need to say?
by CosmickGold
Sat Jul 31, 2021 2:25 am
Forum: General Questions
Topic: Using "LazyLoad"
Replies: 2
Views: 2078

Re: Using "LazyLoad"

HA! I see it. The last thing on the right in the first tab, and it's labeled "Lazy Loading".

Needless to say, Thanks Guys!
by CosmickGold
Fri Jul 30, 2021 10:27 pm
Forum: General Questions
Topic: Using "LazyLoad"
Replies: 2
Views: 2078

Using "LazyLoad"

I was reading about "LazyLoad" via Google, and learned it can speed up page loading on slow internet connections, by delaying picture loading until that part of the page is scrolled to, or fast load a low-density version of the picture for the viewer to see until the high-density version o...
by CosmickGold
Thu Jul 08, 2021 3:06 am
Forum: Login Tools Questions
Topic: Using MySQL for sales or blogs on a website.
Replies: 4
Views: 7265

Re: Using MySQL for sales or blogs on a website.

Due to problems here, I've been practicing the php / MySQL code taught for free at "https://alexwebdevelop.com/php-with-mysql/" very successfully creating tables, adding data, reading data, etc. So I don't understand why I can't get WYSIWYG "Login Tools" and CRUD to work for me s...
by CosmickGold
Tue Jul 06, 2021 9:15 pm
Forum: Login Tools Questions
Topic: Using MySQL for sales or blogs on a website.
Replies: 4
Views: 7265

Re: Using MySQL for sales or blogs on a website.

Thanks, crispy68. You've given me a great start!
by CosmickGold
Tue Jul 06, 2021 7:28 pm
Forum: Login Tools Questions
Topic: Using MySQL for sales or blogs on a website.
Replies: 4
Views: 7265

Using MySQL for sales or blogs on a website.

I tried to start by learning WB's Login Tools, but only got "Admin" to work, on one table. Beyond that, it's only error-messages or blank pages. I know the WB Help says to study the subject there FIRST, but I misunderstand too much of what it explains for studying it to work for me. And al...
by CosmickGold
Tue Jul 06, 2021 1:26 am
Forum: Login Tools Questions
Topic: Lost in a database desert. Each Oasis is only a mirage.
Replies: 4
Views: 40728

Re: Lost in a database desert. Each Oasis is only a mirage.

Wow Pablo, I was very impressed to be receiving a reply from you, the man at the top, who did it all. Thank you for taking the time. ---------------------------- I am still being unable to log in. The closest I get is with this setting: http://www.webviews.us/images/login.png http://www.webviews.us/...
by CosmickGold
Mon Jul 05, 2021 1:47 am
Forum: Login Tools Questions
Topic: Lost in a database desert. Each Oasis is only a mirage.
Replies: 4
Views: 40728

Lost in a database desert. Each Oasis is only a mirage.

I've been trying for three days to put a database together with WB, but I am still lost. There is LOTS of literature about it in WB Help, YouTube, and elsewhere, and all the individual descriptions and instructions both make sense and work. But when I try to put it all together, the pieces won't fit...
by CosmickGold
Sun Jun 27, 2021 4:46 pm
Forum: General Questions
Topic: WYSIWYG Reseller Discount?
Replies: 2
Views: 5057

WYSIWYG Reseller Discount?

When I start developing websites for others soon, I want to include a copy of WYSIWIG Web Builder-16 as part of my total package to my customers so they can maintain their own sites after my work has been completed.

Is there a discount for"Resellers"?
by CosmickGold
Sun Jun 27, 2021 1:36 pm
Forum: Shopping Carts
Topic: PayPal Buy Now Buttons
Replies: 15
Views: 28279

Re: PayPal Buy Now Buttons

THAT FIXED IT!

Thanks bunches! ;)
by CosmickGold
Sat Jun 26, 2021 8:26 pm
Forum: Shopping Carts
Topic: PayPal Buy Now Buttons
Replies: 15
Views: 28279

Re: PayPal Buy Now Buttons

That makes sense, BaconFries; but after taking off the SandBox, the result is exactly the same.
by CosmickGold
Sat Jun 26, 2021 6:02 pm
Forum: Shopping Carts
Topic: PayPal Buy Now Buttons
Replies: 15
Views: 28279

Re: PayPal Buy Now Buttons

I'm in the same situation. I also gave the native PayPal button a try. *Yuk!* You can see my WB "Pay Now" button (if using a desktop) at http://WebViews.us . It is inside the bottom accordion layer. My business account with PayPal told me the Business Account is working and ready. But the ...
by CosmickGold
Fri Jun 25, 2021 12:38 am
Forum: General Questions
Topic: Detecting Mobile vs Desktop
Replies: 5
Views: 5885

Re: Detecting Mobile vs Desktop

Well, I have your answer, and a much better solution I've now switched to. I've already posted it at:
viewtopic.php?f=65&t=92072&p=461298#p461298
so I won't go into it again here. But go take a look.
by CosmickGold
Thu Jun 24, 2021 2:43 am
Forum: General Questions
Topic: Detecting Mobile vs Desktop
Replies: 5
Views: 5885

Re: Detecting Mobile vs Desktop

Thank you crispy68, for handing me "The Golden Key", which was the two words "media queries". I had not heard of them, but spent the next 90 minutes searching Google for them. "Media queries" led me to "@media" and a list of values it can provide. I saw "...
by CosmickGold
Wed Jun 23, 2021 8:18 pm
Forum: General Questions
Topic: Detecting Mobile vs Desktop
Replies: 5
Views: 5885

Detecting Mobile vs Desktop

I want to send an "easy to read" page to cell phones, but using screen width doesn't work since modern cell phones have gobs of horizontal pixels, even on their tiny screens.

What can I use to detect if it's a tiny screen?
by CosmickGold
Wed Jun 23, 2021 6:00 am
Forum: Previewing and Publishing
Topic: *** SOLVED *** FTP session terminated. Why?
Replies: 3
Views: 8425

Re: FTP session terminated. Why?

Thanks Jerryco. It is working now. I don't know if it was your suggestions (which I then played around with), or if it was the server being upgraded.
At the least, you taught me about options I didn't know I had, which I found by clicking the "Edit" button.
by CosmickGold
Tue Jun 22, 2021 8:26 pm
Forum: Previewing and Publishing
Topic: *** SOLVED *** FTP session terminated. Why?
Replies: 3
Views: 8425

*** SOLVED *** FTP session terminated. Why?

I've never had a problem FTPing before, but today, I'm unable to upload from WB-16 to my website. The log reads: *** START OF PUBLISH *** Scanning publish folder... Found 3 file(s). Initializing FTP connection... Checking host... Host was successfully parsed. Connecting to www.webviews.us... Using P...
by CosmickGold
Sun Jun 20, 2021 3:33 am
Forum: General Questions
Topic: "particles" removed from toolbox in WB-16 ?
Replies: 3
Views: 4375

Re: "particles" removed from toolbox in WB-16 ?

You're a GENIOUS BaconFries!'
It's working perfectly now, and you have taught me how to install such things.
I'm on my way to the next step!
by CosmickGold
Sun Jun 20, 2021 1:17 am
Forum: General Questions
Topic: "particles" removed from toolbox in WB-16 ?
Replies: 3
Views: 4375

"particles" removed from toolbox in WB-16 ?

I'm wanting to use the floating stars (with moving faint lines) as shown in the Template named "WorldWide", located at: http://www.wysiwygwebbuilder.com/support/wb15tryouts/wb15_worldwide.html However, after downloading that template, the stars/lines are not working, neither online nor loc...
by CosmickGold
Sat Jun 19, 2021 2:09 pm
Forum: General Questions
Topic: SLICE As in: Image Tools > Format > Slice
Replies: 3
Views: 4407

Re: SLICE As in: Image Tools > Format > Slice

I wasn't able to follow the sequence: Help-->Help Topics-->Toolbox-->Image Slice

But that was all the hint I needed to find my way there through:
Help > Help > Search > Slice > Image > Slice

Again, many thanks.
by CosmickGold
Sat Jun 19, 2021 4:37 am
Forum: General Questions
Topic: SLICE As in: Image Tools > Format > Slice
Replies: 3
Views: 4407

Re: SLICE As in: Image Tools > Format > Slice

Perfect explanation BaconFries. Thank you so much for caring to answer.
You're the best!

Secondly, thank you for showing me how you found it. Very useful!
by CosmickGold
Fri Jun 18, 2021 8:43 pm
Forum: General Questions
Topic: SLICE As in: Image Tools > Format > Slice
Replies: 3
Views: 4407

SLICE As in: Image Tools > Format > Slice

What is SLICE?
What does it do?
How do I use it?

I've been searching through help text and videos, but have not found anything to explain this tool?
Can someone help who's figured it out?
by CosmickGold
Tue Apr 30, 2019 12:31 am
Forum: Responsive Web Design
Topic: One Layer not moving with breakpoint crossing
Replies: 3
Views: 2811

Re: One Layer not moving with breakpoint crossing

Here is the WBS file of the page that shows two problems: HOWA.life\HOWA-err.zip And the page itself can be seen at: howa.life/one/ This page shows the above described problem, plus one more. It, secondly, shows the colors of the Envelope icon staying blue at some breakpoints (in browsers), even tho...
by CosmickGold
Sun Apr 28, 2019 7:20 pm
Forum: Responsive Web Design
Topic: One Layer not moving with breakpoint crossing
Replies: 3
Views: 2811

One Layer not moving with breakpoint crossing

I'm constructing a page at: http://www.howa.life/index-1.html The layer containing the logo and menu is supposed to move down at the 320px breakpoint to make room for the email address to slip into place above it. Everything else on the page moves automatically as expected when dragging the browser ...
by CosmickGold
Fri May 27, 2016 1:20 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Responding to "mouseover" on a menubar item
Replies: 0
Views: 3998

Responding to "mouseover" on a menubar item

I wanted hovering over menu items to show in a text box what that menu will do, without having to click anything. And although the MenuBar's properties window does a great job of handling menu-item "click" events, it does not provide any way to handle "hover" events. It took a co...