Search found 37 matches
- Sun Feb 03, 2019 4:15 pm
- Forum: General Questions
- Topic: Long Webpage Issue
- Replies: 5
- Views: 1130
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: 1130
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: 1130
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 Jul 18, 2018 11:23 pm
- Forum: General Questions
- Topic: v14 Image Not Auto Sizing
- Replies: 2
- Views: 1663
v14 Image Not Auto Sizing
I upgraded and noticed that if I draw an image on the page with the image toolbar control, it now sizes the image to the box I drew. In version 12 it would size the image to the actual image size.
Is there a way to change this to the old default setting?
Is there a way to change this to the old default setting?
- Wed Mar 22, 2017 3:25 pm
- Forum: Off Topic Section
- Topic: Getting php variables into javascript
- Replies: 3
- Views: 3087
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 aler...
- 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: 2584
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: 3347
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: 11715
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: 2778
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: 2778
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 d...
- Thu Dec 10, 2015 12:19 pm
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: PNG Optimization Tool
- Replies: 4
- Views: 4357
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: 4357
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: 139294
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 the...
- Mon Jun 08, 2015 10:47 am
- Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
- Topic: Mobile Website Code
- Replies: 0
- Views: 4909
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: 18925
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.