Search found 111 matches

by Fender
Sun Mar 14, 2021 6:50 pm
Forum: General Questions
Topic: 404 page
Replies: 24
Views: 6836

Re: 404 page

Áctualy now it is a 302 redirect to your errorpage. You can check this https://httpstatus.io past there https://www.edesignsplans.ca/e-designs-house-plans/ranch-style-house-plans$$$$.html and you will get the 302 redirect code But for now it is working You have to ask the hosting company how to get ...
by Fender
Sun Mar 14, 2021 6:08 pm
Forum: General Questions
Topic: 404 page
Replies: 24
Views: 6836

Re: 404 page

I have the .htaccess file with this on it "ErrorDocument 404 https://www.edesignsplans.ca/404.shtml" uploaded to the root directory. This is on your old post https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=75&t=87316&p=436381&hilit=custom+404#p436381 What if you put th...
by Fender
Sat Mar 13, 2021 7:14 pm
Forum: General Questions
Topic: 404 page
Replies: 24
Views: 6836

Re: 404 page

I don't have "Generate single CSS style sheet for global styles" set although this may not be relevant. As I look at yout other pages you have set in options "Generate single CSS style sheet for global styles" that's what you also have to set on your error page to get the missin...
by Fender
Sat Mar 13, 2021 2:51 pm
Forum: General Questions
Topic: 404 page
Replies: 24
Views: 6836

Re: 404 page

When you look to the console errors of the webdeveloper you can see that the css file https://www.edesignsplans.ca/e-designs_bi-level_plans/www.edesignsplans.css not can be loaded. If you look at sources you can see that this css file is empty! I copied the css of your first error page to the screwe...
by Fender
Wed Mar 10, 2021 1:24 pm
Forum: Previewing and Publishing
Topic: Highlight links
Replies: 6
Views: 9127

Re: Highlight links

I thought if I could highlight every link on a page while in WB 16 it would help. When you just want to see all the links you've made on your page I advise to install Web Developer https://chrispederick.com/work/web-developer/ When you preview your page choose Information/ Display Link Details you ...
by Fender
Wed Dec 30, 2020 11:27 am
Forum: Links and Navigation
Topic: Change color of one menu item ?
Replies: 20
Views: 21868

Re: Change color of one menu item ?

Found a better solution no hassle with nt child
Just make a HTML object
look herehttps://www.wysiwygwebbuilder.com/forum ... 26&t=90971

have fun
Fender
by Fender
Sun Dec 27, 2020 2:52 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Script to easily change the background color of one or more menu/submenu items
Replies: 0
Views: 16888

Script to easily change the background color of one or more menu/submenu items

Script to easily change the background color of menu or/and submenu items No more hassle with li nth child. The script give each menu item an item number. It always start with 0 your first menu Make your menu the way you like it. Run the script and define in css the different background color you wo...
by Fender
Sat Nov 28, 2020 10:41 am
Forum: General Questions
Topic: Columns order in the grid does NOT work
Replies: 12
Views: 4181

Re: Columns order in the grid does NOT work

Look at what Crispy anwerd on this topic
I'm in the process of creating some video tutorials and I made one that covers this. You can view it here.https://www.youtube.com/watch?v=o5-Wk8_7yFo
https://www.wysiwygwebbuilder.com/forum ... 7&start=15
by Fender
Fri Nov 27, 2020 11:21 am
Forum: Off Topic Section
Topic: What about a list of usefull snippets
Replies: 7
Views: 8391

Re: What about a list of usefull snippets

If I rely on the number of hits on this topic, I think you can say that there is indeed interest in such a list. The only question is who is willing and capable enough to take the lead for such a list? I myself don't have enough knowledge to do this but I will definitely share my snippets and ask ot...
by Fender
Thu Nov 19, 2020 9:58 am
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: My Jaguar E-Type site - seeking feedback
Replies: 7
Views: 13259

Re: My Jaguar E-Type site - seeking feedback

When you use breakpoints you can change the amount of colums of your pictures in the different breakpoints
https://gofile.io/d/imDrTK here you see a screenshot
by Fender
Sun Nov 15, 2020 2:14 pm
Forum: Off Topic Section
Topic: What about a list of usefull snippets
Replies: 7
Views: 8391

Re: What about a list of usefull snippets

Sure, you're right but if we have one subject of 'úsefull snippets'
in my opinion it's easier to find what you're looking for.
A lot of usefull snippets are also scattered over several groups of the forum, that's why I suggested this.
by Fender
Sun Nov 15, 2020 1:02 pm
Forum: Off Topic Section
Topic: What about a list of usefull snippets
Replies: 7
Views: 8391

What about a list of usefull snippets

What about a list of usefull snippets gathered on one place.
divided in catagories or subjects to quickly search what a user needs?
Just an idea, what do you think about that?
It also can be with links to more complex use of snippets.
Fender
by Fender
Sat Nov 14, 2020 12:22 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Dark mode extension
Replies: 1
Views: 9453

Dark mode extension

It is possible to use a wildcard for multiple items you want to exclude from the dark mode, find the id and
use this code

Code: Select all

.darkmode--activated [ id*="wb_Image"]
{
mix-blend-mode: difference;
}
You can also use the wildcard for other settings as f.i. multiple cards
by Fender
Thu Oct 29, 2020 11:34 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Wave Generators
Replies: 3
Views: 9994

Wave Generators

Waves generators you can use and adjust to your needs https://bgjar.com/wave.html https://bgjar.com/stacked-wave.html To adjust for your projects look at wwonderfull's post https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=26&t=89921 If anyone find a suiteble wavegenerator feel free to add...
by Fender
Thu Oct 15, 2020 2:49 pm
Forum: Links and Navigation
Topic: Change color of one menu item ?
Replies: 20
Views: 21868

Re: Change color of one menu item ?

How does one make 1st, 2nd 3rd etc. items change color ? the nth-child is very complicated stuff. this menu has 8 menu items so the nth-child are from 1 to 8 depending wich number your menu item is on the row. I made you a fiddle with the css menu https://jsfiddle.net/f7tm9ark/ You can use this on ...
by Fender
Tue Oct 13, 2020 2:21 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Windows Powertoys
Replies: 6
Views: 10388

Re: Windows Powertoys

:) Thanks for pointing to this!
No need for other imagebrowser any more to have a preview of a svg

Fender
by Fender
Mon Oct 05, 2020 10:22 am
Forum: General Questions
Topic: Adding a Link to the full card
Replies: 8
Views: 2653

Re: Adding a Link to the full card

Sorry to be a pain. do I put the code in the card property > Object HTML > and where will it go: Before Tag / inside Tag, After Tag, Custom Style? I put it inside After Tag and it works but not sure if that's the right approach though Sure that works but there is an easier and better way! Screensho...
by Fender
Sun Oct 04, 2020 5:56 pm
Forum: General Questions
Topic: Adding a Link to the full card
Replies: 8
Views: 2653

Re: Adding a Link to the full card

Is there a way to add a link to the entire card similar to this: https://www.fastprinting.com.au/business-cards.htm ? You can do this easy with the - insert HTML in the card properties- No need of a HTMLobject it's integrated in de Card properties past this in the code field <a href="https://y...
by Fender
Sat Oct 03, 2020 6:26 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: fast online & offline web code playground in your browser
Replies: 0
Views: 11660

fast online & offline web code playground in your browser

Web Maker Really cool codeplayground to test and play with your code,posibility to save locally.You can also export your projects to your pc. See all the features here https://webmaker.app/ --------------------------------------------------------------------------------------------------------------...
by Fender
Sat Oct 03, 2020 12:48 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Just have my new site up
Replies: 7
Views: 13688

Re: Just have my new site up

You have to set the background size of each page to cover! Otherwise on larger screens we see a emty space in the background and not your whole background picture! This is seen on the event and about us page. The find us page has background-repeat: repeat; this is not a nice background an larger sre...
by Fender
Mon Sep 28, 2020 12:56 pm
Forum: Previewing and Publishing
Topic: Photo Gallery Version 16.0.2
Replies: 9
Views: 6144

Re: Photo Gallery Version 16.0.2

I know we can't have all we wish but
I posted this answer so that who want to use the filter option in the Gallery should know
how to insert the images
you have to insert each same labeld thumbnail after each other and not random to avoid a weird layout
I didn't read this anywhere
by Fender
Mon Sep 28, 2020 12:39 pm
Forum: Previewing and Publishing
Topic: Photo Gallery Version 16.0.2
Replies: 9
Views: 6144

Re: Photo Gallery Version 16.0.2

Don't know what looks odd but filtering things
This is what I mean https://gofile.io/d/hUczQq
by Fender
Mon Sep 28, 2020 12:16 pm
Forum: Previewing and Publishing
Topic: Photo Gallery Version 16.0.2
Replies: 9
Views: 6144

Re: Photo Gallery Version 16.0.2

But
you have to insert each same labeld thumbnail after each other and not random
otherwise when using in a layoutgrid we get a odd layout see this post
https://www.wysiwygwebbuilder.com/forum ... ut#p448644
by Fender
Wed Sep 16, 2020 12:09 pm
Forum: Off Topic Section
Topic: WB Videos & Tutorials
Replies: 19
Views: 11341

Re: WB Videos & Tutorials

I think this is a great initiative to support users in this way I too benefit from your suggested solutions for the most diverse questions or problems But of course not to forget about the other forum members who suggest solutions My suggestions -The available but not so obvious options to style ele...
by Fender
Tue Sep 08, 2020 1:24 pm
Forum: General Questions
Topic: Filter photogallery odd layout
Replies: 7
Views: 3031

Re: Filter photogallery odd layout

and when we use a class toggle hide and show can that be implented?
by Fender
Tue Sep 08, 2020 1:07 pm
Forum: General Questions
Topic: Filter photogallery odd layout
Replies: 7
Views: 3031

Re: Filter photogallery odd layout

So you have to insert each same labeld thumbnail after each other and not random?
by Fender
Tue Sep 08, 2020 12:49 pm
Forum: General Questions
Topic: Filter photogallery odd layout
Replies: 7
Views: 3031

Re: Filter photogallery odd layout

But also the all show white spaces? as you can see on my screenshot.
Is there a solution to show this without white spaces? Or maybe as a suggestion to implement this
maybe the a class?
by Fender
Tue Sep 08, 2020 12:39 pm
Forum: General Questions
Topic: Filter photogallery odd layout
Replies: 7
Views: 3031

Filter photogallery odd layout

When using the filtering on a gallery the layout of the thumbnails is not what it should be, there are white spaces where there should be thumbnails.You can see all thumnails but with unexpected white spaces bewteen. Here is a screenshot and the wbs https://gofile.io/d/Al7g9h I use the update of 7-9...
by Fender
Mon Sep 07, 2020 8:45 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: “Free alternative to Photoshop,”Free online editor Photopea
Replies: 1
Views: 3375

“Free alternative to Photoshop,”Free online editor Photopea

https://www.photopea.com/ You don’t have to pay anything to use Photopea. Nor do you need to install anything. Simply enter the site and edit online (you can continue working on the program even if you lose connection You can load Photopea.com, disconnect from the internet and keep using it complet...
by Fender
Sat Sep 05, 2020 11:38 am
Forum: General Questions
Topic: Entrance Animation at Shape Dividers
Replies: 4
Views: 1881

Re: Entrance Animation at Shape Dividers

Here you find the wbs https://gofile.io/d/Y3bhhw
In a layoutgrid the animation does not work and the divider don't show.
In a layer and a flexcontainer it works
by Fender
Sun Aug 30, 2020 12:53 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Run any JavaScript code on a page in a code playground of your choice
Replies: 0
Views: 7337

Run any JavaScript code on a page in a code playground of your choice

https://chrome.google.com/webstore/detail/run-in-playground/gaakbjifoeokcmhbdpgaflahiphfelfd?ref=producthunt Nice Chrome extension! Run any JavaScript code on a page in a code playground of your choice Often when reading blog posts It can be useful to experiment with the code alongside the author, ...
by Fender
Sat Aug 29, 2020 12:39 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Text Wrapper
Replies: 5
Views: 2826

Re: Text Wrapper

rechtermuisknop kies invoegen - diversen kies article of wrap text.
met article kun je grote afbeeldingen gebruiken.
Of kijk hier https://www.webbuildertemplates.com/web ... on-24.html
succes
Fender
by Fender
Sun Aug 23, 2020 12:24 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Generator for human faces created with artificial intelligence.
Replies: 1
Views: 3117

Generator for human faces created with artificial intelligence.

https://thispersondoesnotexist.com/
Wait till you see the grey popup on the bottom right
click Another and you get a new face choose the one you
can use for your product and download the jpg.
by Fender
Fri Aug 21, 2020 12:38 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Online 3D Book Image CSS Generator (Animated)
Replies: 0
Views: 7152

Online 3D Book Image CSS Generator (Animated)

https://3d-book-css.netlify.app/?ref=producthunt Sébastien Castiel created a small online 3D book image CSS generator All you need is a absolute url to a flat jpg image and you can adjust everything online and get the code! Have fun Here you can make a 3D mockup https://diybookcovers.com/3Dmockups/
by Fender
Mon Aug 03, 2020 8:55 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: MUST HAVE responsive browser app,muliple devices display
Replies: 13
Views: 8453

Re: MUST HAVE responsive browser app,muliple devices display

In Programme asign ResponsivelyApp as a browser in preview
Preview- change browser list, choose add , type the name and browse to

C:\Users\Your Name\AppData\Local\Programs\Responsively-App
After that you can choose this as your browser to preview local files
by Fender
Fri Jul 31, 2020 10:36 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: MUST HAVE responsive browser app,muliple devices display
Replies: 13
Views: 8453

MUST HAVE responsive browser app,muliple devices display

A web browser that aids responsive web app development. Preview all target screens in a single window side-by-side. Brings down your development time. Use your already-familiar dev-tools from the browser. No additional learning curve! https://responsively.app/ Works also with local files! No more ha...
by Fender
Wed Jul 29, 2020 12:42 pm
Forum: General Questions
Topic: *** SOLVED *** WWB15 not opening
Replies: 58
Views: 10572

Re: WWB15 not opening

Install again!
by Fender
Wed Jul 29, 2020 12:08 pm
Forum: General Questions
Topic: *** SOLVED *** WWB15 not opening
Replies: 58
Views: 10572

Re: WWB15 not opening

I have a question by uninstalling with revo pro did you do a deep search? Revo Uninstaller -User's Guide7 Advanced-includes the Moderate mode and performs a deep and thorough scan to find all of the application's leftoverinformation in the Registry and on the hard drive. This is the slowest mode Thi...
by Fender
Tue Jul 28, 2020 3:24 pm
Forum: General Questions
Topic: *** SOLVED *** WWB15 not opening
Replies: 58
Views: 10572

Re: WWB15 not opening

If you want a clean uninstall for WYSIWYG download this free trial of the pro version
https://www.revouninstaller.com/revo-un ... -download/
here you have video's how to and what you can remove https://www.revouninstaller.com/support/
This way you can clean all entrys of WYSIWYG
success
by Fender
Sat Jul 25, 2020 3:02 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Strip, a Lightbox that only partially covers the page,works with the photogallery
Replies: 0
Views: 7242

Strip, a Lightbox that only partially covers the page,works with the photogallery

http://www.stripjs.com/ A Lightbox that only partially covers the page This makes it less intrusive and leaves room to interact with the page on larger screens while giving smaller mobile devices the classic Lightbox experience. How to use this ligtbox with the photogallery object in WYSIWYG: I foun...
by Fender
Tue Jul 21, 2020 5:33 pm
Forum: Off Topic Section
Topic: Happy Birthday Crispy!
Replies: 4
Views: 4347

Re: Happy Birthday Crispy!

To one of the nicest and most helpful members of this forum with a fountain of knowledge.
Happy birthday
by Fender
Tue Jun 16, 2020 8:58 pm
Forum: General Questions
Topic: Strange error in article object
Replies: 2
Views: 2207

Re: Strange error in article object

You are right! I thought that I refreshed the page but I used the wrong way sorry!
by Fender
Tue Jun 16, 2020 7:25 pm
Forum: General Questions
Topic: Strange error in article object
Replies: 2
Views: 2207

Strange error in article object

On this page https://www.yamaru.nl/activiteiten-indonesie.html I have copied a layoutgrid and replaced the text with new text. Huisbezoeken and Bezoeken aan Sayap Kasih (layoutgrid 5) In preview with browser also in responsive view everything is fine however on my phone android galaxy S6edge the hea...
by Fender
Wed May 27, 2020 12:46 pm
Forum: General Questions
Topic: Card with Link
Replies: 2
Views: 1727

Re: Card with Link

Insert in the html of your card in before tag <a href="https://www.example.com/" style="text-decoration: none"> change example.com to your link! Insert in after tag </a> Now the entire card is a link. Seen here; www.css-tricks.com/snippets/jquery/make-entire-div-clickable/ past t...
by Fender
Sun Mar 29, 2020 5:30 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Easy mobile-compatible-read-moreread-less with images and text
Replies: 0
Views: 7390

Easy mobile-compatible-read-moreread-less with images and text

Easy to use in WYSIWYG works with images and text. Readmore/less for desktop. For mobile only you can define the breakpoint, onlyWithWindowMaxWidth: , to show the readmore/less button Here you can find the script and demo. https://www.jqueryscript.net/layout/Mobile-Read-More-Showmore.html http://iva...