Search found 23 matches

by Michael Fiil
Tue Jun 14, 2022 6:10 pm
Forum: Responsive Web Design
Topic: Carousel problems when the page is without breakpoints
Replies: 5
Views: 2052

Re: Carousel problems when the page is without breakpoints

Thanks Pablo, My conclusion is that if it is necessary to use a carousel responsive with text or headings on a responsive page, then spend the time maintaining or creating the page with breakpoints. It is more productive than continuing looking for alternatives or tricks. Wysiwyg web builder works ...
by Michael Fiil
Tue Jun 14, 2022 2:35 pm
Forum: Responsive Web Design
Topic: Carousel problems when the page is without breakpoints
Replies: 5
Views: 2052

Re: Carousel problems when the page is without breakpoints

Thanks Pablo, Have spent some time understanding how https://www.wysiwygwebbuilder.com/support/wb17tryouts/wb17_boutique.html is set up. In my opinion this template also does not look particularly readable on a mobile? so is the recommendation that the use of carousel and associated text or headings ...
by Michael Fiil
Tue Jun 14, 2022 6:37 am
Forum: Responsive Web Design
Topic: Carousel problems when the page is without breakpoints
Replies: 5
Views: 2052

Carousel problems when the page is without breakpoints

Hi experts, I'm trying to get a carousel to work with <H1> and <H2>. If the page is built with layout grids and carousel set up as floating, then h1 and h2 will be too wide on the mobile. If I make breakpoints then they appear correctly. Is there a trick or am I forced to make the page with ...
by Michael Fiil
Fri Jun 10, 2022 8:28 am
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

Re: how to display images on top of each other in layoutgrid?

Thank you Pablo

Every single day one get positive surprises about what is possible with WYSIWYG Web Builder.

Thanks for helping and have a nice weekend
by Michael Fiil
Fri Jun 10, 2022 7:51 am
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

Re: how to display images on top of each other in layoutgrid?

Now i am having another issue! All pages in my project are using a masterpage with megamenu, which also have z-index. With z-index = 9999 ind the class and style for the ribbon the ribbon will always be on top of everything and i am not sure if i can control which z-index is used for the obejcts in ...
by Michael Fiil
Thu Jun 09, 2022 8:07 am
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

Re: how to display images on top of each other in layoutgrid?

Hi Pablo and thank you The ribbon is still behind the slideshow images This is my ribbon-html-code <style> .ribbon { top: -10px; right: -10px; width: 150px; height: 150px; overflow: hidden; position: absolute; } .ribbon::before, .ribbon::after { position: absolute; z-index: 9999; content ...
by Michael Fiil
Thu Jun 09, 2022 7:25 am
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

Re: how to display images on top of each other in layoutgrid?

Thanks Pablo, I have only had time to move forward with the challenge now. Does the example only work with "Cards" or should it also work on top of a slideshow or images? I have copied the html code into this test page https://carmagic.dk/pjauto/ribbon.html but the ribbon is behind the slideshow ...
by Michael Fiil
Sun May 22, 2022 12:27 pm
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

Re: how to display images on top of each other in layoutgrid?

Thanks Pablo - yes that's what I want but I do not think I quite understand how to do by looking at the source code in the example! Where to find where the discount image is inserted or is it one layoutgrid on top of the other layoutgrid?? Can you help a little more? Thanks in advance Best regards ...
by Michael Fiil
Sun May 22, 2022 10:48 am
Forum: Responsive Web Design
Topic: how to display images on top of each other in layoutgrid?
Replies: 11
Views: 3618

how to display images on top of each other in layoutgrid?

Hi experts, this https://au2mailer.com/pablo/ is an example where cars for sale are displayed. If the car is new, I would like to show https://carmagic.dk/pjauto/images/p-j-auto-bilnyhed.png transparent image on top of the image of the car Can you do it in layoutgrid? Best regards Michael Fiil ...
by Michael Fiil
Mon Jan 10, 2022 12:00 pm
Forum: General Questions
Topic: cardcontainer problems using iphone/ios
Replies: 1
Views: 836

cardcontainer problems using iphone/ios

Hi web builder experts, Happy New Year to you all and thank you for your good advice through time ... I'm a huge fan of Pablo's web builder but am one of the "old ones" who use classic asp where others use php. For the most both programming languages ​​seem to work the same in web builder :D I am usi ...
by Michael Fiil
Fri Dec 17, 2021 6:43 pm
Forum: General Questions
Topic: problem displaying initial value edibox with datatype date
Replies: 6
Views: 2279

Re: problem displaying initial value edibox with datatype date

Pablo now i see, what you mean...

If initial value is set to 2021-12-20 it will still display as 20-12-2021 - european - strange - but that works :-)

Thank you
by Michael Fiil
Fri Dec 17, 2021 6:37 pm
Forum: General Questions
Topic: problem displaying initial value edibox with datatype date
Replies: 6
Views: 2279

Re: problem displaying initial value edibox with datatype date

Joe, My goal with the page: The page will later changed to a asp page, which need to be called with parameters. So initial the page should display today as from date and add one day to today and display as todate. If submit the page calls another page with the two dates as parameter. In my case it ...
by Michael Fiil
Fri Dec 17, 2021 6:30 pm
Forum: General Questions
Topic: problem displaying initial value edibox with datatype date
Replies: 6
Views: 2279

Re: problem displaying initial value edibox with datatype date

Thank you Joe,

I know - but i need to be able to pick a date and that's why the calendar control is important on the page.
European date format is dd-mm-yyyy which is included in the datatype but not showing

Kind regards Michael
by Michael Fiil
Fri Dec 17, 2021 6:25 pm
Forum: General Questions
Topic: problem displaying initial value edibox with datatype date
Replies: 6
Views: 2279

Re: problem displaying initial value edibox with datatype date

Thank you Pablo,

But it means that it is not possible to display european standard date format dd-mm-yyyy ??
Thank you in advance :-)

Kind regards Michael Fiil
by Michael Fiil
Fri Dec 17, 2021 5:29 pm
Forum: General Questions
Topic: problem displaying initial value edibox with datatype date
Replies: 6
Views: 2279

problem displaying initial value edibox with datatype date

Why is the inital value inserted to editbox field with data type date not showing? this is the complete html of the page <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Page</title> <meta name="generator" content="WYSIWYG Web Builder 16 - https://www.wysiwygwebbuilder.com ...
by Michael Fiil
Thu Nov 04, 2021 3:21 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

Hi Pablo,

Thank you - case solved - i would never have thought that button type could have impact of the position i breakpoints!
Anyway thank you - now i can move ahead :-)

Kind regards Michael
by Michael Fiil
Thu Nov 04, 2021 2:39 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

then project without images can be downloaded at https://carmagic.dk/pablosoftware/sorby-autocenter.wbs

(but will be deleted within the next two weeks - this info only for any future clicks)

Thank you very much for any assistance :-)

Kind regards Michael
by Michael Fiil
Thu Nov 04, 2021 2:21 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

what is the best way to share my project - it's not that big so far?

Kind regards Michael
by Michael Fiil
Thu Nov 04, 2021 2:18 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

If i delete the buttons and insert news, it's the same - they are not displayed according to position in breakpoint!
what am i doing wrong?

Kind regards Michael
by Michael Fiil
Thu Nov 04, 2021 2:13 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

all buttons are replaced in each breakpoint - i have made many websites in webbuilder but this issue is new to me
see https://carmagic.dk/pablosoftware/breakpoint1.jpg

Kind regards Michadel
by Michael Fiil
Thu Nov 04, 2021 1:51 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

Re: responsive position of buttons are wrong

Hi crispy68 and thank you for fast reply :-)

Yes all buttons are placed in each breakpoint - see https://carmagic.dk/pablosoftware/breakpoint.jpg

Kind regards Michael
by Michael Fiil
Thu Nov 04, 2021 1:20 pm
Forum: General Questions
Topic: responsive position of buttons are wrong
Replies: 11
Views: 3386

responsive position of buttons are wrong

Hi experts,

I am developing this site https://carmagic.dk/sorbyautocenter/
Default browser shows all buttons correctly buy changing to 320 or other screensize the buttons are not places properly.
What am i doing wrong?

Kind regards Michael