Search found 17596 matches

by Pablo
Wed Feb 26, 2020 7:24 am
Forum: General Questions
Topic: How overlay text over image
Replies: 7
Views: 2581

Re: How overlay text over image

You are the first user that has asked for this, so there is currently no standard solution that does extactly what you want.
But you can post your suggestion in the 'Suggestions' section of this forum. Then if more users find it useful, I will consider it for future development.
by Pablo
Tue Feb 25, 2020 9:26 pm
Forum: General Questions
Topic: *SOLVED* Can't interact with links in Sticky-Layer behind masterpage
Replies: 8
Views: 2598

Re: Can't interact with links in Sticky-Layer behind masterpage

You can use this code to place the layer on top of all other element:

Code: Select all

<style>
#mcintyrebuilderstylerindexLayer3 
{
	z-index: 9999 !important;
}
</style>
by Pablo
Tue Feb 25, 2020 9:22 pm
Forum: Responsive Web Design
Topic: Overlapping Elements
Replies: 9
Views: 3905

Re: Overlapping Elements

You may be able to do this by using a negative margin.
by Pablo
Tue Feb 25, 2020 9:21 pm
Forum: General Questions
Topic: How overlay text over image
Replies: 7
Views: 2581

Re: How overlay text over image

You can use the rollover text object to overlay text.
or else use a standard image with watermark.
by Pablo
Tue Feb 25, 2020 6:39 pm
Forum: General Questions
Topic: Preview is fine - publish is not
Replies: 17
Views: 3139

Re: Preview is fine - publish is not

Maybe there is problem with your browser?
Did you try to clear the cache?
by Pablo
Tue Feb 25, 2020 6:04 pm
Forum: General Questions
Topic: Preview is fine - publish is not
Replies: 17
Views: 3139

Re: Preview is fine - publish is not

Maybe you did not publish all files?

Note: to be able to help you, I need to see what you have done.
by Pablo
Tue Feb 25, 2020 1:49 pm
Forum: General Questions
Topic: Index page not displaying correctly after uploaded.
Replies: 6
Views: 1661

Re: Index page not displaying correctly after uploaded.

The css file will always have the same name as the page.
by Pablo
Tue Feb 25, 2020 1:05 pm
Forum: Forms
Topic: File Download
Replies: 5
Views: 3722

Re: File Download

I'm sorry, if you need different behavior then you will have to implement your own script.
by Pablo
Tue Feb 25, 2020 1:04 pm
Forum: Links and Navigation
Topic: Opening specific panel in accordion bootstrap when there is a bookmark in it
Replies: 19
Views: 12727

Re: Opening specific panel in accordion bootstrap when there is a bookmark in it

The code example of my previous reply can be placed between head tags.
Multiple '$(document).ready(' functions can be used per page.
by Pablo
Tue Feb 25, 2020 12:52 pm
Forum: Forms
Topic: File Download
Replies: 5
Views: 3722

Re: File Download

The built-in form script processes one file per input field.

For multiple file upload you can use this extension:
http://www.wysiwygwebbuilder.com/fileuploader.html
by Pablo
Tue Feb 25, 2020 12:09 pm
Forum: Links and Navigation
Topic: Opening specific panel in accordion bootstrap when there is a bookmark in it
Replies: 19
Views: 12727

Re: Opening specific panel in accordion bootstrap when there is a bookmark in it

WYSIWYG Web Builder not a HTML or code editor. You cannot edit the code directly, because the code does not existent until you preview/publish the page. Page HTML is meant to add cusptm code, not to edit generated code. The position of the code does not matter. if you place it between the head tags ...
by Pablo
Tue Feb 25, 2020 11:36 am
Forum: Links and Navigation
Topic: Opening specific panel in accordion bootstrap when there is a bookmark in it
Replies: 19
Views: 12727

Re: Opening specific panel in accordion bootstrap when there is a bookmark in it

In this case, the location of the code is not why it's not working. It think the code is not correct. <script> $(document).ready(function() { var hash = window.location.hash; var anchor = $(hash); if (anchor.length > 0) { anchor.click(); } }); </script> Note that I cannot teach you how to write cust...
by Pablo
Tue Feb 25, 2020 9:57 am
Forum: Links and Navigation
Topic: Opening specific panel in accordion bootstrap when there is a bookmark in it
Replies: 19
Views: 12727

Re: Opening specific panel in accordion bootstrap when there is a bookmark in it

You do not need to edit the existing code. It's extra code that can be added via Page HTML.
by Pablo
Tue Feb 25, 2020 7:56 am
Forum: Links and Navigation
Topic: Menu Item protection / hiding
Replies: 3
Views: 3616

Re: Menu Item protection / hiding

Normally, the logout button is only part of pages that are protected.
So, it will only be visible for users that are logged in.
by Pablo
Tue Feb 25, 2020 7:55 am
Forum: General Questions
Topic: Index page not displaying correctly after uploaded.
Replies: 6
Views: 1661

Re: Index page not displaying correctly after uploaded.

If you rename the page outside the software then you will also need to update the HTML code so it uses the correct external files.
by Pablo
Mon Feb 24, 2020 9:20 pm
Forum: General Questions
Topic: Index page not displaying correctly after uploaded.
Replies: 6
Views: 1661

Re: Index page not displaying correctly after uploaded.

The style sheet is missing: index_valentine.css

Did you manually change the name of the page?
or else, maybe you did not publish all files?
by Pablo
Mon Feb 24, 2020 2:57 pm
Forum: Forms
Topic: finally how to do for the form
Replies: 24
Views: 13204

Re: finally how to do for the form

To be able to help you, I need to see what you have done.
If you need further assistance then please share a demo project.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
by Pablo
Mon Feb 24, 2020 2:56 pm
Forum: Links and Navigation
Topic: Menu Item protection / hiding
Replies: 3
Views: 3616

Re: Menu Item protection / hiding

There is no standard solution for this, this will require custom code.
by Pablo
Mon Feb 24, 2020 2:12 pm
Forum: General Questions
Topic: no centralising form contents
Replies: 3
Views: 1385

Re: no centralising form contents

This is related to bootstrap validation.
by Pablo
Mon Feb 24, 2020 1:50 pm
Forum: Forms
Topic: finally how to do for the form
Replies: 24
Views: 13204

Re: finally how to do for the form

To be able to help you, I need to see what you have done.
If you need further assistance then please share a demo project.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
by Pablo
Mon Feb 24, 2020 1:49 pm
Forum: General Questions
Topic: no centralising form contents
Replies: 3
Views: 1385

Re: no centralising form contents

I assume you are referring to the bootstrap validation?
At the moment, this mode does not have responsive styling. But I will investigate if this can be added in a future version.
by Pablo
Mon Feb 24, 2020 11:32 am
Forum: General Questions
Topic: carousel
Replies: 2
Views: 1583

Re: carousel

For the flexible (bootstrap) carousel you will need to use:

Code: Select all

$('#Carousel1').bootstrapcarousel(0);
This is demonstrated in this template:
http://www.wysiwygwebbuilder.com/suppor ... sic10.html
by Pablo
Mon Feb 24, 2020 11:30 am
Forum: General Questions
Topic: delete hidden objects for a cleaner code on the page
Replies: 4
Views: 1430

Re: delete hidden objects for a cleaner code on the page

To be able to help you, I need to see what you have done.
Do you have a demo project?

Note that I do not need to complete project, only a simple demo project with the related page.
by Pablo
Mon Feb 24, 2020 11:11 am
Forum: General Questions
Topic: delete hidden objects for a cleaner code on the page
Replies: 4
Views: 1430

Re: delete hidden objects for a cleaner code on the page

If you remove an object form the page then all code belonging to that object will be removed.
by Pablo
Mon Feb 24, 2020 7:35 am
Forum: General Questions
Topic: Background color disappears in publishing.
Replies: 4
Views: 1233

Re: Background color disappears in publishing.

WWB does not change the SVG file, it will be published "AS IS".
So, if the image does not work in the browser then there may be an issue with the SVG.
by Pablo
Mon Feb 24, 2020 7:25 am
Forum: General Questions
Topic: Carousel background images not displaying
Replies: 3
Views: 1534

Re: Carousel background images not displaying

To be able to help yo, I need to see what you have done.
Can you please include the URL of the page?
by Pablo
Sun Feb 23, 2020 9:37 pm
Forum: General Questions
Topic: Carousel background images not displaying
Replies: 3
Views: 1534

Re: Carousel background images not displaying

Maybe the filename of the image is invalid?

See this related FAQ:
https://www.wysiwygwebbuilder.com/forum ... f=10&t=131
by Pablo
Sun Feb 23, 2020 9:01 pm
Forum: General Questions
Topic: Web Builder 15.3 stopped working
Replies: 2
Views: 1145

Re: Web Builder 15.3 stopped working

Maybe the application is blocked by your firewall or virussscanner?
by Pablo
Sun Feb 23, 2020 6:36 pm
Forum: General Questions
Topic: Background color disappears in publishing.
Replies: 4
Views: 1233

Re: Background color disappears in publishing.

Maybe you have added invalid custom code to the page?
To be able to help you, I need to see what you have done.
What is the URL of the page or where can I download a demo project?
by Pablo
Sun Feb 23, 2020 6:07 pm
Forum: General Questions
Topic: how to ask a question to management-off list?
Replies: 3
Views: 1176

Re: how to ask a question to management-off list?

Tony, you have previously contacted me by email so you know how to reach me.
by Pablo
Sun Feb 23, 2020 5:46 pm
Forum: Forms
Topic: finally how to do for the form
Replies: 24
Views: 13204

Re: finally how to do for the form

It seems to work correct for me.
What exactly did you do?
by Pablo
Sun Feb 23, 2020 5:44 pm
Forum: General Questions
Topic: how to ask a question to management-off list?
Replies: 3
Views: 1176

Re: how to ask a question to management-off list?

What do you mean by 'management-off list?'
by Pablo
Sat Feb 22, 2020 9:36 pm
Forum: Links and Navigation
Topic: mega menu tutorial
Replies: 5
Views: 4146

Re: mega menu tutorial

Did you read the information in the help?
by Pablo
Sat Feb 22, 2020 2:27 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: pdf niet te lezen op ipad od iphone
Replies: 4
Views: 2572

Re: pdf niet te lezen op ipad od iphone

De browser bepaalt wat er gebeurt als je op een link klikt. Dit wordt niet door WWB bepaald.
Je hebt hierop geen invloed via HTML.

Echter het lijkt erop dat je het document in een inline frame opent?
Misschien is dat de oorzaakt van het probleem?
by Pablo
Sat Feb 22, 2020 11:15 am
Forum: General Questions
Topic: Too many pages
Replies: 2
Views: 1119

Re: Too many pages

There is no limit to the number of pages you can have.

Maybe you have duplicated page names?
by Pablo
Fri Feb 21, 2020 3:55 pm
Forum: General Questions
Topic: Go Menu
Replies: 8
Views: 1935

Re: Go Menu

You can post suggestions here:
https://www.wysiwygwebbuilder.com/forum ... m.php?f=28
If more users find it useful, then I will consider it for future development.
by Pablo
Fri Feb 21, 2020 3:38 pm
Forum: General Questions
Topic: Go Menu
Replies: 8
Views: 1935

Re: Go Menu

There is currently no option to change the background color of options.
by Pablo
Fri Feb 21, 2020 12:10 pm
Forum: General Questions
Topic: Nested MasterPages?
Replies: 3
Views: 1349

Re: Nested MasterPages?

Master pages cannot be nested, becuase a HTML page can only have one body.
by Pablo
Fri Feb 21, 2020 10:44 am
Forum: General Questions
Topic: Assigning a master page?
Replies: 12
Views: 2738

Re: Assigning a master page?

In WWB, you can also use as many master pages as you like.
But of couse only one master page can be used per page.
WWB also has 'embedded pages' of which you can use multiple per page.
by Pablo
Thu Feb 20, 2020 6:38 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: pdf niet te lezen op ipad od iphone
Replies: 4
Views: 2572

Re: pdf niet te lezen op ipad od iphone

De bestandsnamen zijn niet correct.
Er mogen geen spaties of andere vreemde tekens in voorkomen.

Zie ook:
https://www.wysiwygwebbuilder.com/forum ... f=10&t=131

Verder heeft de weergave van PDF documenten niets met WWB te maken. Dit is standaard browser functionaliteit.
by Pablo
Thu Feb 20, 2020 6:35 pm
Forum: General Questions
Topic: First Frame Video
Replies: 4
Views: 1355

Re: First Frame Video

The 'poster' property of the HTML5 video object can be used to display a image.
This option is not available for backgrounds.
by Pablo
Thu Feb 20, 2020 7:15 am
Forum: General Questions
Topic: Screen Refresh Problem Within App
Replies: 1
Views: 868

Re: Screen Refresh Problem Within App

There are no known issues with screen refreshes.
To be able to help you, I need a copy of your project with images and a description of the exact steps to reproduce the problem.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
by Pablo
Wed Feb 19, 2020 9:15 pm
Forum: Forms
Topic: the submit button does not work
Replies: 6
Views: 14024

Re: the submit button does not work

The code is correct, so if your host support PHP mail then the email should be sent.
Note that some hosts may require SMTP authentication, which can be configured in the Advanced properties of the form.
by Pablo
Wed Feb 19, 2020 6:18 pm
Forum: General Questions
Topic: Slideshow/conveyer belt not working
Replies: 4
Views: 1038

Re: Slideshow/conveyer belt not working

The page contains several references to 'data-pagespeed'. This may affect the behavior of the page.
by Pablo
Wed Feb 19, 2020 6:16 pm
Forum: General Questions
Topic: Assigning a master page?
Replies: 12
Views: 2738

Re: Assigning a master page?

The tutorials are based on creating from new... how do you add an extra page to an existing template and have the same 'attributes' as the rest I suggest you first try to understand how to use this feature in a new a new project. Once you know how it works, you can also use it in your existing webs...
by Pablo
Wed Feb 19, 2020 5:05 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: contactformulier icm Gmail account geeft error
Replies: 4
Views: 2885

Re: contactformulier icm Gmail account geeft error

Dit heeft niets met WWB te maken. Normaal gesproken worden emails via de server verzonden. het is niet gebruikeljk hier gmail voor te gebruiken.
by Pablo
Wed Feb 19, 2020 5:03 pm
Forum: Forms
Topic: the submit button does not work
Replies: 6
Views: 14024

Re: the submit button does not work

You do not have to worry that there is something wrong with script, because if there were any known issues then they would have already been fixed. This can only be a configuration related issue. However, to be able to help you, I fisrs need to know why the server (your web host) does not send the e...
by Pablo
Wed Feb 19, 2020 5:00 pm
Forum: General Questions
Topic: Slideshow/conveyer belt not working
Replies: 4
Views: 1038

Re: Slideshow/conveyer belt not working

Please remove all custom code from the page and then try again.

Note tat I cannot see your settings based on the published HTML.
if you need assistance then please share a demo projetc so I can see all your settings.
Related FAQ: https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
by Pablo
Wed Feb 19, 2020 3:51 pm
Forum: General Questions
Topic: Assigning a master page?
Replies: 12
Views: 2738

Re: Assigning a master page?

You can set the master page here:
Image