Search found 34 matches

by martin.mattel
Sat Feb 08, 2020 2:15 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Prefill form data only in case of a failure return state
Replies: 0
Views: 7331

Prefill form data only in case of a failure return state

This description may help to prefill form data with previous entered values in case a submit fails. Helpful in case you press the back button via the browser from the error page to correct the failing data. Compared to the onBoard save to session in Forms which always brings back the data, this way ...
by martin.mattel
Thu Feb 06, 2020 4:40 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Set checkmark and button to default when clicking page back
Replies: 0
Views: 17639

Set checkmark and button to default when clicking page back

This code snipplet may help setting a checkmark and button to a default state when pressing "back" in the browser menue. It is important that the browser does not remember the former state. This example is extendable with any buttons, checkmarks, radiobuttons ect. Example page1: set checkm...
by martin.mattel
Fri Jan 24, 2020 3:13 pm
Forum: Responsive Web Design
Topic: LayoutGrid with min-height: 0px
Replies: 7
Views: 3249

Re: LayoutGrid with min-height: 0px

You can, but it is a matter of naming. LG should have a proper naming for identification like pagenameLayoutGrid1. This looks ugly when referencing. Renaming is a possibility but counteracts the namespace idea. Naming an anchor inside a LG keeps the benefits from both worlds. It is also easyer when ...
by martin.mattel
Fri Jan 24, 2020 10:03 am
Forum: Responsive Web Design
Topic: LayoutGrid with min-height: 0px
Replies: 7
Views: 3249

Re: LayoutGrid with min-height: 0px

@Pablo, @crispy68, having a collapsing LG is exactly what I want ! I have LG in my masterframe. The current top LG makes that it always stays on top of the page showing basic information like logo, nav ect. One of my pages using the MF, has text where I use bookmarks to easily jump. Because the text...
by martin.mattel
Thu Jan 23, 2020 9:53 pm
Forum: Responsive Web Design
Topic: LayoutGrid with min-height: 0px
Replies: 7
Views: 3249

LayoutGrid with min-height: 0px

Hello @Pablo, I am successfully working with LayoutGrids but I have a issue you may have an idea for. This would not have come up if that LG in question would have not been on the very top. This LayoutGrid has only one column, is set to transparent and has as only item a bookmark. You can have an em...
by martin.mattel
Thu Jan 23, 2020 2:32 pm
Forum: General Questions
Topic: Heading question
Replies: 5
Views: 1344

Re: Heading question

Follow up question, not found in the style-manager description (btw, old picture on edit style, breakpoint is missing...): Changing a style in the style-manager (h1, h2, does not matter), default breakpoint, in particular fontsize, this change is not being used for a heading. A different fontsize is...
by martin.mattel
Thu Jan 23, 2020 10:26 am
Forum: General Questions
Topic: Heading question
Replies: 5
Views: 1344

Re: Heading question

Ok, got that, thanks for explaning. Means, I can use the one or the other and both lead to the same result. And this means, if I got it correct, that in the heading tool, chosing a heading, you must not use a predefined style - which would else counteract the original intention and may lead to stran...
by martin.mattel
Thu Jan 23, 2020 9:13 am
Forum: General Questions
Topic: Heading question
Replies: 5
Views: 1344

Heading question

Hello @Pablo,

sorry for this maybe stupid question.

What is the difference between:

1. Toolbox - Heading
and
2. Toobox - Text - Style - Predefined Style - Style (where you can chose a heading)

Where on 1. you also can set a Predefined Style additionally
by martin.mattel
Wed Dec 11, 2019 10:30 pm
Forum: Forms
Topic: Radiobuttons and PHP
Replies: 2
Views: 2590

Re: Radiobuttons and PHP

Shame on me, I had a typo :oops:
by martin.mattel
Wed Dec 11, 2019 8:00 pm
Forum: Forms
Topic: Radiobuttons and PHP
Replies: 2
Views: 2590

Radiobuttons and PHP

Hello @Pablo, maybe a stupid question, but I can´t find it... I would like to have radiobuttons to be checked by php. Therefore I created a form and added into that form two radiobuttons rb1 value = 'rb_name1', rb2 value = 'rb_name2'. Both are member of the same group 'rb_group'. If one is on the ot...
by martin.mattel
Fri Sep 27, 2019 2:16 pm
Forum: General Questions
Topic: Wrong naming in announcement
Replies: 1
Views: 1659

Wrong naming in announcement

Hello @Pablo,

are you sure about the name of the java script in:
https://www.wysiwygwebbuilder.com/forum ... =1&t=86487
Imho its name should be vivus.js :lol:
(else I would not install it :roll: )
by martin.mattel
Fri Aug 09, 2019 8:48 am
Forum: Responsive Web Design
Topic: Breakpoint / Button question (WWB 15.05)
Replies: 4
Views: 7831

Re: Breakpoint / Button question (WWB 15.05)

:oops: (head banging against the wall)
Why is it happening only in 1280+ but not on lower BP?
by martin.mattel
Fri Aug 09, 2019 8:17 am
Forum: Responsive Web Design
Topic: Breakpoint / Button question (WWB 15.05)
Replies: 4
Views: 7831

Re: Breakpoint / Button question (WWB 15.05)

Hello @Pablo, sure, I made a backup, pls download at https://notitia.nubesmagna.at/s/JFXtBpwYIo8ep7e pwd: pablo expires : 2019.08.10 Info_1: If you have pressed the accept button, the layer including its childs disappears. To show it again, press the "delete cookie" button and reload the p...
by martin.mattel
Thu Aug 08, 2019 5:51 pm
Forum: Responsive Web Design
Topic: Breakpoint / Button question (WWB 15.05)
Replies: 4
Views: 7831

Breakpoint / Button question (WWB 15.05)

Hello @Pablo, I have a question and it drives me nuts :roll: Having a project with a master frame and some content frames. Breakpoints are set at any page with: Default (1280), 1024, 768, 375 & 320. Set "Active BP when browser is larger than device width" (default setting). Regarding B...
by martin.mattel
Tue Jul 30, 2019 7:29 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Boost serving your site by using pre-compressed files
Replies: 0
Views: 16364

Boost serving your site by using pre-compressed files

Create a .gz version for .css .js and font files If you run eg nginx as webserver, you can use the directive gzip_static on; for named locations. This directive automatically checks for the presence of a .gz version of the file requested. If no .gz file is found, the original file requested is serve...
by martin.mattel
Tue Jul 30, 2019 5:32 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Creating a Cookie Banner which only is visible if a cookie has not been set
Replies: 2
Views: 8549

Re: Creating a Cookie Bar which only is visible if a cookie has been not been set

@Alan, that is not necessary. Cookie(s) are stored automatically under the domain name of your site. Take a look at the naming of the cookies in your browser. A site can have more cookies but all of them are collected under the domain name. No extra management is needed. This makes it easy to have a...
by martin.mattel
Mon Jul 29, 2019 8:18 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Creating a Cookie Banner which only is visible if a cookie has not been set
Replies: 2
Views: 8549

Creating a Cookie Banner which only is visible if a cookie has not been set

This example is about how you can create a cookie banner which appears only if a corresponding cookie has not been set (no accept pressed). Download https://github.com/js-cookie/js-cookie/blob/latest/src/js.cookie.js which is a very small script Make this script available to your site so it gets upl...
by martin.mattel
Sun Jul 28, 2019 10:50 am
Forum: General Questions
Topic: Sticky Layer issues
Replies: 4
Views: 2043

Re: Sticky Layer issues

Ad Issue_1 I came one step further. If you have a custom style, it does not add your changes to the settings made, it replaces them ! My fault :oops: Feature Request 1 Add the style element "visibility" as changeable element. This would give an element the ability to be present but does no...
by martin.mattel
Sun Jul 28, 2019 10:28 am
Forum: General Questions
Topic: Sticky Layer issues
Replies: 4
Views: 2043

Re: Sticky Layer issues

Thanks @Pablo, ad Issue_1 WWB will not interprete your custom styles ... I would be happy if WWB would do that. That is the reason I document this. As I wrote, setting a custom style for a sticky layer and it´s childs, changes the optical representation in WWB. Mind to give it a try ? Regarding Issu...
by martin.mattel
Sun Jul 28, 2019 2:06 am
Forum: General Questions
Topic: Sticky Layer issues
Replies: 4
Views: 2043

Sticky Layer issues

Hello @Pablo, having issues with Sticky Layers. Want to achieve the following: Having a Sticky Layer with a text and a button in it, which is not visible when the page gets rendered. On a to be defined event, this Sticky Layer should get visible, which I would later achieve with JavaScript. Doing th...
by martin.mattel
Mon Jun 10, 2019 3:37 pm
Forum: Responsive Web Design
Topic: Responsive Menu Question
Replies: 6
Views: 3366

Re: Responsive Menu Question

I did not know that this is a HTML thing. But I have found a solution :lol: I created a layout grid with one column, gave that column the background color and embedded the RM into it. Then I embedded that LG into the top LG at the place where the RM was before and voila, it is working now as expecte...
by martin.mattel
Mon Jun 10, 2019 2:46 pm
Forum: Responsive Web Design
Topic: Responsive Menu Question
Replies: 6
Views: 3366

Re: Responsive Menu Question

I gave that a try. The bad thing is, that setting the menu breakpoint to the new value will not show the items in the bar anymore but immendiately the hamburger - this is what I also expected. It is preventing multilining but not as intended... It is just some thinking, but a kind of checkmark like ...
by martin.mattel
Mon Jun 10, 2019 1:29 pm
Forum: Responsive Web Design
Topic: Responsive Menu Question
Replies: 6
Views: 3366

Re: Responsive Menu Question

Sure:
--removed--
I will cancel the login data latest tomorrow.
Let me know if you want/have a location to upload the project.

Many thanks to take a look on !
by martin.mattel
Mon Jun 10, 2019 8:58 am
Forum: Responsive Web Design
Topic: Responsive Menu Question
Replies: 6
Views: 3366

Responsive Menu Question

Adding: Toolbox -> Responsive Menu (the one with the hamburger on the left) Configuring the items and the icons, setting fullwidth to true, a background color. The RM is embedded in a Layout Grid with right/middle alignment. The menu is working fine, it shows as a single bar which is right browser w...
by martin.mattel
Wed Jun 05, 2019 8:02 am
Forum: Responsive Web Design
Topic: Bootstrap Mega Menu
Replies: 1
Views: 2406

Bootstrap Mega Menu

Using WWB 14.4.0 with the Bootstrap Mega Menu 1.2.2 from extensions. In general I can configure it as I want and the result is what I expect, but two things drives me nuts. is there a possibility to change (increase) the hamburger icon size? whatever I do, the hamburger icon will always be on the le...
by martin.mattel
Tue May 21, 2019 4:22 pm
Forum: General Questions
Topic: Space between text object and image/picture
Replies: 1
Views: 2974

Space between text object and image/picture

Having following situation: WWB 14.3.14 / x64 Responsive page with 3 breakpoints Referenced to a master frame containing a content place holder The page has one text object, positioned at top left everything is default (beside transparent, RWD and font, no margin/border, left padding with 5) Direct ...
by martin.mattel
Fri May 17, 2019 3:47 pm
Forum: Forms
Topic: Contact Form - sort order of element output
Replies: 1
Views: 2038

Contact Form - sort order of element output

I have created a contact form with 4 elements: Name eMail Text Dataprotection checkmark Send When sending this form, the content of the contact form elements are added to the eMail body as setup. But for some reason, Name is not the first item added even it is in the layout added on top. I have not ...
by martin.mattel
Thu May 16, 2019 10:47 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Hide eMail Address from Spambots
Replies: 0
Views: 12179

Hide eMail Address from Spambots

This is a small description how to hide an eMail address from spambots. If you have a text object which contains an eMail address, you may want to show that eMail address normally in the browser, but make it hard for spambots or crawlers to parse it automatically. There are a couple of ways doing so...
by martin.mattel
Thu May 16, 2019 9:15 am
Forum: Previewing and Publishing
Topic: Publish this text as an image
Replies: 10
Views: 9704

Re: Publish this text as an image

Ah, ok, thanks for the notice.
Is there a page where you can enter tips and tricks / best practices so this way of treating eMail addresses can be documented ? May be of interest to other users...
by martin.mattel
Thu May 16, 2019 7:23 am
Forum: Previewing and Publishing
Topic: Publish this text as an image
Replies: 10
Views: 9704

Re: Publish this text as an image

I know, thanks, my proposal was to add a functionality adding <code></code> without leaving html encoding. Like you turn a pice of text into a link - you add by command pre/post html elements around the marked text. Just for completeness and to help other readers, I needed to add following manually ...
by martin.mattel
Thu May 16, 2019 6:55 am
Forum: Previewing and Publishing
Topic: Publish this text as an image
Replies: 10
Views: 9704

Re: Publish this text as an image

Hello Pablo, this is the original page I looked at with some suggestions how to hide eMail addresses from bots. https://www.smartlabsoftware.com/howto/hide-email-spambots.htm My vavorite is <code></code> as it stays part of the text, renders properly and is hard to parse for bots. Example: <code>nam...
by martin.mattel
Wed May 15, 2019 4:09 pm
Forum: Previewing and Publishing
Topic: Publish this text as an image
Replies: 10
Views: 9704

Re: Publish this text as an image

Thanks for the answer. I tried that and yes the image is now merged and you can see it in the browser. The bad thing is, the image is mispositioned versus how it looks in wwb editing. So this is not real usable. You can do name<code>@</code>domain.com but then you have to turn off html encoding for ...
by martin.mattel
Wed May 15, 2019 12:07 pm
Forum: Previewing and Publishing
Topic: Publish this text as an image
Replies: 10
Views: 9704

Publish this text as an image

I have identified an issue, at least not described anywhere I looked. When you create a text object and format it with eg font Arial, 12 and you define to "Publish this text as an image", in my case png, everything works well and you eg see image in the browser. On my site I am just workin...