I'm using WWB 18 and Godaddy suggests updating to PHP 8.1
Just wanted to assure there won't be any problems with my existing sites in WWB 18
Mark
Search found 37 matches
- Mon Oct 21, 2024 11:46 pm
- Forum: General Questions
- Topic: Godaddy PHP 8.1
- Replies: 1
- Views: 462
- Sun Feb 03, 2019 4:15 pm
- Forum: General Questions
- Topic: Long Webpage Issue
- Replies: 5
- Views: 2491
Re: Long Webpage Issue
Thanks Pablo...didn't even think of validating it as it has always worked on other pages with fewer images.
- Sun Feb 03, 2019 3:16 pm
- Forum: General Questions
- Topic: Long Webpage Issue
- Replies: 5
- Views: 2491
Re: Long Webpage Issue
Update:
In EDGE...it seems to work fine.
In FOX...it cuts off and shows a bunch of text at the bottom
In CHROME (which I use) it does as described in my original post
In EDGE...it seems to work fine.
In FOX...it cuts off and shows a bunch of text at the bottom
In CHROME (which I use) it does as described in my original post
- Sun Feb 03, 2019 3:10 pm
- Forum: General Questions
- Topic: Long Webpage Issue
- Replies: 5
- Views: 2491
Long Webpage Issue
I doubt this is a WWB issue...but...this page http://ceilingfanart.com/headshop-fan-art.php is a long page with over a hundred images. Each image has a link to a checkout page. But while the link works (hover hand) on the top of the page...once you get down closer to the bottom of the page, the link ...
- Wed Mar 22, 2017 3:25 pm
- Forum: Off Topic Section
- Topic: Getting php variables into javascript
- Replies: 3
- Views: 5014
Re: Getting php variables into javascript
This is my understanding of how this works: Your HTML page before processed by PHP======= <PHP echo 'var myVar = 100'; ?> alert(myVar); // should alert 100 Your HTML page after processed by PHP===== The following will be echoed by PHP into your HTML page var myVar = 100; alert(myVar); // should ...
- Fri Oct 21, 2016 11:16 pm
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: Charity Guitar Auction Websites
- Replies: 0
- Views: 4296
Charity Guitar Auction Websites
Our newest website created in WB is http://www.AxeWarrior.com . This is a charity auction website benefiting various "Warrior" charities such as Military, Firefighters, Police, EMS and more. We produce a custom graphics covered guitar, upgraded dramatically by our Luthier and offer it for auction on ...
- Sat Jun 04, 2016 1:18 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Think with Google
- Replies: 5
- Views: 5330
Re: Think with Google
I've been playing with this. It really ranks mobile sites low in my opinion. Also...there is this funny article:
That awkward moment when Google fails its own website testing tool
http://thenextweb.com/google/2016/06/02 ... le-poorly/
That awkward moment when Google fails its own website testing tool
http://thenextweb.com/google/2016/06/02 ... le-poorly/
- Sun May 29, 2016 5:57 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Software to Blend Images?
- Replies: 20
- Views: 18620
Re: Software to Blend Images?
Paint.NET is the way to go...in my opinion. 100% FREE and I use it for almost all my graphics work.
- Wed May 11, 2016 3:20 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: BLISK Developer's Browser
- Replies: 3
- Views: 4393
Re: BLISK Developer's Browser
You can add it to your Webbuilder browser list: C:\Users\erik\AppData\Local\Blisk\Application\blisk.exe
- Wed May 11, 2016 3:07 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: BLISK Developer's Browser
- Replies: 3
- Views: 4393
BLISK Developer's Browser
I think a lot of you will love this!!! I just stumbled upon the BLISK browser for developers (https://blisk.io) and have played with it for all of about 5 minutes. You can see your desktop and mobile site at the same time in the browser (even separate, non-responsive sites), change types of mobile ...
- Thu Dec 10, 2015 12:19 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: PNG Optimization Tool
- Replies: 4
- Views: 5566
Re: PNG Optimization Tool
Yes, as mentioned above I have used TinyPng in the past. I would segregate my PNG files from the WB created IMAGE directory, upload them, compress them and then download them one by one. This tool allows you to leave your WB created PNGs in place in the IMAGE directory, select them all and overwrite ...
- Sun Dec 06, 2015 7:36 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: PNG Optimization Tool
- Replies: 4
- Views: 5566
PNG Optimization Tool
I've always wished that WB would incorporate a PNG optimization function. PNGs created by WB (text, shadows, frames, shapes, etc.) can be quite large and often, I use TinyPng.com to compress the biggest ones one by one. But I just found this tool called PNGoo that allows you to publish your website ...
- Sun Jun 21, 2015 8:47 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Sub-pages should open in an Inline Frame
- Replies: 29
- Views: 183061
Re: Sub-pages should open in an Inline Frame
I came up with this little piece of code that may help anyone interested. <script> // Get where the user came from referrer = document.referrer.toLocaleLowerCase(); //new URL(document.referrer).hostname; // If it isn't onlinewatersports... if (referrer.indexOf("onlinewatersports")==-1) { // send ...
- Mon Jun 08, 2015 10:47 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Mobile Website Code
- Replies: 0
- Views: 6199
Mobile Website Code
While I love WB's responsive features, what I decided I need is one desktop website and one mobile website. The problem was how to handle everything properly...or at least how I wanted it. The following script was my solution. Feel free to use this if you wish, modify it, make it better and re-post ...
- Thu Feb 12, 2015 12:24 pm
- Forum: Paid extensions
- Topic: new Extension STS-Bookingplaner
- Replies: 19
- Views: 26429
Re: new Extension STS-Bookingplaner
I'm interested in your Booking Planner but when I try to run the demo from your site, I can not select a booking time frame.
- Mon Apr 14, 2014 12:09 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Count up Extension [UPDATEED TO v2.0]
- Replies: 2
- Views: 9806
Re: Count up Extension
Nice extension! I would like to suggest that you offer an option call to an event, or a redirect to a page upon the counter reaching its target. That would definitely add to its usefulness.
- Thu Nov 14, 2013 1:10 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED Nov-12-2013
RZ, just wanted to confirm your work-around for my issues worked perfectly. I used a layer/header to center the header and it is perfect. Thanks for your time on this. I've got three sites where I will be using this extension extensively so this was a big help.
- Tue Nov 12, 2013 2:40 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
RZ...thank you for the work-around. I'll give it a try when I'm on that computer, probably in the morning. I tried it here at work and discovered that the header (which is a master-objects) would end up on the left of the browser window without the centering. But...I can place that master-objects on ...
- Sun Nov 10, 2013 12:31 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
RZ...I'm glad you can see the issue. FYI, it is also an issue in FireFox. I have no idea why or if there is any "workaround" I could do to fix it. I love your extensions. Always very creative and useful. I wish you luck with diagnosing what causes this and I look forward to using your iFrame again!
- Sun Nov 10, 2013 8:11 am
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
RZ...sorry for the delay but I wanted to give you a completely clean test page to look at. If you browse to http://www.developingclouds.com/iframe-test/index.html you should see what I'm seeing. This is as clean an example as I could put together...not custom code and the frame only links to a ...
- Thu Nov 07, 2013 8:06 am
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
RZ...you can browse to http://metaltechasylum.com/problem.html with either the latest IE or Firefox and should see the problem. With IE, the entire header is covered with black but in Firefox, a small portion of the header remains near the top...but most is covered. Any ideas? Just so my sample isn ...
- Wed Nov 06, 2013 3:56 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
Understood. I will upload something in the morning and post here again. Thanks!
- Wed Nov 06, 2013 12:31 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
Additional info: At home I'm running Windows 8.1 in desktop mode but at work I'm running Windows 7.
- Wed Nov 06, 2013 12:22 pm
- Forum: [rz] archive
- Topic: [rz] FullScreen iFrame (site wrapper) *** UPD 2013-Nov-12 **
- Replies: 72
- Views: 93068
Re: FullScreen iFrame (site wrapper) *** UPDATED May-10-2012
I'm currently at work so I'm unable to give you an example of the problem I'm having...but I will simply ask if you have any suggestions in tracking down what I've done wrong. At home, I was using your FullScreen iFrame and everything was working fine. I have it on a page with the top setting at 245 ...
- Wed Sep 25, 2013 6:56 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: SUGGEST FOR EXTENSION DEVELOPMENT
- Replies: 638
- Views: 1789829
Extension Suggestion
If any of you great extension builders is looking for a very cool project...I think I found it!
http://dropthebit.com/demos/photobox/
http://dropthebit.com/demos/photobox/
- Mon Sep 16, 2013 3:43 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
- Replies: 29
- Views: 39891
Re: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
Just asked. Thanks for the feedback.
- Mon Sep 16, 2013 3:35 pm
- Forum: [rz] archive
- Topic: [rz] Elegant Scroll *** UPD 2016-Jul-02 ***
- Replies: 78
- Views: 99383
Re: Elegant Scroll *** UPDATED Jun-03-2013 ***
[RZ]...I'm running into an repeating issue with all the smooth scrolls including yours. I was hoping you may be able to provide some help or direction. I put up a test to show this issue. If you browse to http://www.paupackplunge.com/scroll you can click on the "test" text on top and you will notice ...
- Mon Sep 16, 2013 12:24 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
- Replies: 29
- Views: 39891
Re: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
I tried this and while the scroll is nice and has some great options...the same problem exists. Try browsing to http://www.paupackplunge.com/scroll then click "test" at the top of the page. You will notice (or at least I do) that the scroll to the anchor jumps instead of scrolling with a bounce (the ...
- Mon Sep 16, 2013 11:34 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
- Replies: 29
- Views: 39891
Re: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
I threw up a test site at http://www.paupackplung.com/scroll. If you load http://www.paupackplunge.com/scroll and click "test"...you will see it jump to the bottom anchor. But if you browse to http://www.paupackplunge.com/scroll/index.html and click "test", it will smooth scroll to the anchor.
- Mon Sep 16, 2013 11:13 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
- Replies: 29
- Views: 39891
Re: **NEW Smooth Scroll 2** Updated by BaconFries 01.03.2011
I couldn't find any reference to the problem I'm having, so I'm asking here. I'm trying out the smooth scrolling extensions available but found a quirk. After publishing my site, I browse to the .COM (in this case DevelopingClouds.com) and when I click one of the buttons to smooth scroll down the ...
- Wed Sep 11, 2013 1:52 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: elFinder Extension 10/09/2013
- Replies: 12
- Views: 24131
Re: elFinder Extension 10/09/2013
Awesome! Thank you...you saved me a lot of time.
- Mon Jul 15, 2013 11:53 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Animated Buttons (FREE)
- Replies: 11
- Views: 79927
Re: Animated Buttons (FREE)
Amazing! Thanks for this extension.
- Mon May 27, 2013 8:23 pm
- Forum: [rz] archive
- Topic: [rz] Preloaded Links (smooth nav) *** UPD 2016-Feb-29 ***
- Replies: 50
- Views: 65798
Re: Preloaded Links (smooth navigation)
WOW! You nailed it! Thanks and great job.
- Mon May 27, 2013 1:06 pm
- Forum: [rz] archive
- Topic: [rz] Preloaded Links (smooth nav) *** UPD 2016-Feb-29 ***
- Replies: 50
- Views: 65798
Re: Preloaded Links (smooth navigation)
I always love your extensions, especially the iFrame related ones. This extension is something I've been looking for, for a long time! But I am having an issue that is going to keep me from using it on some sites. On pop-up windows such as that used by the built in WB Photo Gallery, when using Light ...
- Sun Mar 24, 2013 7:12 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Sexy social media sharing bar extension
- Replies: 7
- Views: 16680
Re: Sexy social media sharing bar extension
I'm probably too late here to respond...but...if you download this graphic http://www.webdeveloperjuice.com/demos/images/share-sprite.png which is from the original post's source code, and then split these out to separate images...you should be able to use the Rollover Image in WB to re-create this ...
- Thu Sep 13, 2012 1:52 pm
- Forum: [rz] archive
- Topic: [rz] Advanced Tooltip *** UPD 2016-Jul-25 ***
- Replies: 49
- Views: 79889
Re: Advanced tooltips
I LIKE! I will be using this shortly. Now...please finish that video background extension!!!
- Mon Sep 10, 2012 4:35 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: FullScreen/Proportional Background
- Replies: 52
- Views: 69148
Re: FullScreen/Proportional Background
RZ...as usual, very cool extension. I'm awaiting the video background extension. That is going to fit something I'm working on verrrrrry nicely. Will it support local FLV video either when it comes out, or in the future?