Search found 2654 matches
- Thu May 01, 2025 3:34 am
- Forum: General Questions
- Topic: Rotate and zoom a image
- Replies: 10
- Views: 116
Re: Rotate and zoom a image
Is the user supposed to click something, hover over something or is just supposed to happen automatically when you load the page? I'm still not clear on what you are trying to do.
- Wed Apr 30, 2025 9:27 pm
- Forum: General Questions
- Topic: Sticky Layer
- Replies: 6
- Views: 51
Re: Sticky Layer
I find that using 'sticky' can sometimes be finicky. If you are simply wanting your header stuck to the top as you scroll and it is already at the top when starting, then simply set the layout grid position to "Header (fixed)"
- Wed Apr 30, 2025 8:00 pm
- Forum: General Questions
- Topic: Sticky Layer
- Replies: 6
- Views: 51
Re: Sticky Layer
Your demo looks like it is sticking to me. I don't see an issue. If you are just wanting it fixed to the top, I would just set it to header - fixed.
- Wed Apr 30, 2025 7:59 pm
- Forum: General Questions
- Topic: Rotate and zoom a image
- Replies: 10
- Views: 116
Re: Rotate and zoom a image
What do you mean exactly by rotate and zoom? Are you looking for some effect where the user hovers over the image and it rotates and zooms in? If so, you can do that by creating an event on hover.
- Tue Apr 29, 2025 8:43 pm
- Forum: Links and Navigation
- Topic: Mega Menu Scroll
- Replies: 2
- Views: 120
Re: Mega Menu Scroll
You need to add more content to your page. As it is, the menu is creating a longer page when you hover over the menu but the page is really not that long. Add an object way down the page to increase the actual page height beyond the browser height and your menu works.
- Mon Apr 28, 2025 10:30 pm
- Forum: Responsive Web Design
- Topic: Where does this large space come from?
- Replies: 9
- Views: 152
Re: Where does this large space come from?
@Alan,
I tested it on your demo and my code definitely works. However, as suggested you need to add a 4th row in your breakpoint for best results.
Like I mentioned, the gap is created by the 3 text menus you have. They have a fixed height in the breakpoint which is causing the extra spacing. My ...
I tested it on your demo and my code definitely works. However, as suggested you need to add a 4th row in your breakpoint for best results.
Like I mentioned, the gap is created by the 3 text menus you have. They have a fixed height in the breakpoint which is causing the extra spacing. My ...
- Mon Apr 28, 2025 6:25 pm
- Forum: Responsive Web Design
- Topic: Where does this large space come from?
- Replies: 9
- Views: 152
Re: Where does this large space come from?
The 3 text menus have height in the breakpoint which is adding to the spacing.
You can add some CSS to adjust that between the <head> tags:
<style>
#wb_TextMenu1,#wb_TextMenu2,#wb_TextMenu3{height:auto;}
</style>
Also, I would make the text in your right column all 1 text box versus 3.
Next ...
You can add some CSS to adjust that between the <head> tags:
<style>
#wb_TextMenu1,#wb_TextMenu2,#wb_TextMenu3{height:auto;}
</style>
Also, I would make the text in your right column all 1 text box versus 3.
Next ...
- Mon Apr 28, 2025 4:48 pm
- Forum: Responsive Web Design
- Topic: Where does this large space come from?
- Replies: 9
- Views: 152
Re: Where does this large space come from?
If I had to guess it's because your 2nd column (the text in the darker column) is stretching taller and taller which is stretching the overall height of the flex grid. So, the text in column 1 (which is in 4 sections) is adding space to fit within the vertical space created by column 2.
I think it ...
I think it ...
- Thu Apr 24, 2025 8:40 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: WEB BUILDER TEMPLATES WEBSITE
- Replies: 6
- Views: 297
Re: WEB BUILDER TEMPLATES WEBSITE
Thanks Alan. I appreciate the support.
- Thu Apr 24, 2025 6:22 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: WEB BUILDER TEMPLATES WEBSITE
- Replies: 6
- Views: 297
WEB BUILDER TEMPLATES WEBSITE
Hello WB users,
I wanted to say thanks to all the users who have purchased and downloaded extensions from my website since creating it. I also appreciate all of the user suggestions for improvements. I also thank Pablo for creating extension builder which allows for creativity in creating some ...
I wanted to say thanks to all the users who have purchased and downloaded extensions from my website since creating it. I also appreciate all of the user suggestions for improvements. I also thank Pablo for creating extension builder which allows for creativity in creating some ...
- Thu Apr 24, 2025 6:03 pm
- Forum: General Questions
- Topic: How to put texts as if on a layer above a LayoutGrid?
- Replies: 4
- Views: 112
Re: How to put texts as if on a layer above a LayoutGrid?
Insert a layout grid and set it to 1x5x5x1. Then just add the text in the layout grid columns (2 & 3) like you currently have and add some top and bottom padding to the layout grid. Follow Pablos advice for the background image.
- Wed Apr 23, 2025 11:41 am
- Forum: Links and Navigation
- Topic: Accordion Panels event “Aktivate”
- Replies: 8
- Views: 480
Re: Accordion Panels event “Aktivate”
@Victor,
Check your email to download the demo project file.
Check your email to download the demo project file.
- Tue Apr 22, 2025 9:14 pm
- Forum: Links and Navigation
- Topic: Accordion Panels event “Aktivate”
- Replies: 8
- Views: 480
- Tue Apr 22, 2025 5:54 pm
- Forum: Responsive Web Design
- Topic: Auto Page Length
- Replies: 6
- Views: 340
Re: Auto Page Length
The height of your photo gallery is too high causing the space. You need to reduce the height of it to remove the space below. The height of the page in the workspace is only for the workspace. It's the content on the page that determines the height of your overall page.
You will be much better ...
You will be much better ...
- Tue Apr 22, 2025 12:53 pm
- Forum: Links and Navigation
- Topic: Accordion Panels event “Aktivate”
- Replies: 8
- Views: 480
Re: Accordion Panels event “Aktivate”
Ok. Makes better sense. I have that working. Will upload demo to confirm and send you project later today when I get home.
- Mon Apr 21, 2025 5:54 pm
- Forum: Links and Navigation
- Topic: Accordion Panels event “Aktivate”
- Replies: 8
- Views: 480
Re: Accordion Panels event “Aktivate”
Just to make sure I understand, where is the page in the inline frame supposed to be seen? In the panel area? Outside of the accordion?
So, if I click on panel1 I see page 1 in the panel area? And if I click on panel2 I will see page 2? Sorry, I guess i'm not clear on what is supposed to happen ...
So, if I click on panel1 I see page 1 in the panel area? And if I click on panel2 I will see page 2? Sorry, I guess i'm not clear on what is supposed to happen ...
- Sun Apr 20, 2025 1:04 pm
- Forum: Paid Templates
- Topic: DEL FUEGO - WYSIWYG Web Builder template - Updated 6/9/21
- Replies: 6
- Views: 24594
Re: DEL FUEGO - WYSIWYG Web Builder template - Updated 6/9/21
It is on the "master-page". It's hidden in the default view. You can click on the 748px breakpoint and then click on the mobile menu there to open up the properties.
- Wed Apr 16, 2025 3:49 pm
- Forum: Off Topic Section
- Topic: body: height: [size of page], how?
- Replies: 4
- Views: 189
Re: body: height: [size of page], how?
the height of your page is determined by the objects on the page. There is no height usually given to the body tag. If you are wanting to set a height, then you will need to manually add the CSS code for it I believe. Why are you wanting to specify a particular height? what about possible overflow?
- Mon Apr 14, 2025 2:20 pm
- Forum: Responsive Web Design
- Topic: Carousel & Layout Grid
- Replies: 16
- Views: 917
Re: Carousel & Layout Grid
The page link you supplied looks like the normal carousel to me. It's not using flash. Is this the correct carousel?
- Mon Apr 14, 2025 3:44 am
- Forum: Responsive Web Design
- Topic: Carousel & Layout Grid
- Replies: 16
- Views: 917
Re: Carousel & Layout Grid
More than likely the extension was created way before layout grids were being used. Just guessing here, but It may have been built with an older version of extension builder that didn't support grids yet.
- Sun Apr 13, 2025 11:30 pm
- Forum: Responsive Web Design
- Topic: Carousel & Layout Grid
- Replies: 16
- Views: 917
Re: Carousel & Layout Grid
I'm not familiar with this one. When you open the properties of that extension, in the bottom left who does it say created it?
- Sun Apr 13, 2025 9:32 pm
- Forum: Responsive Web Design
- Topic: Carousel & Layout Grid
- Replies: 16
- Views: 917
Re: Carousel & Layout Grid
What is the name of the extension? When I check my toolbox, I just see carousel and image carousel but I may not have that extension installed.
- Sun Apr 13, 2025 9:26 pm
- Forum: General Questions
- Topic: White space at bottom of page
- Replies: 4
- Views: 246
Re: White space at bottom of page
If you have a fixed/floating footer, then in the workspace it will appear at the bottom of your page based on the workspace height. This is just during design time. Otherwise, just set it to normal floating.
- Sat Apr 12, 2025 11:44 pm
- Forum: General Questions
- Topic: Layout Grid & CSS Menu
- Replies: 2
- Views: 193
Re: Layout Grid & CSS Menu
You can some simple CSS like such between the <head> tags via an html object or page html:
Change 'CssMenu1' to match the ID of your first (top) menu.
Code: Select all
<style>
#wb_CssMenu1{z-index: 9999 !important;}
</style>
- Thu Apr 10, 2025 6:46 pm
- Forum: General Questions
- Topic: Need Help - Page not opening at the top
- Replies: 3
- Views: 183
Re: Need Help - Page not opening at the top
My guess is because you have several elements in your form with 'autofocus' enabled. (ex: id=Select3, id=Select4, etc).
If objects have autofocus it will cause the page to jump to these on page load.
If objects have autofocus it will cause the page to jump to these on page load.
- Tue Apr 08, 2025 12:51 am
- Forum: General Questions
- Topic: Label confusion
- Replies: 30
- Views: 1240
Re: Label confusion
it's a .wbs file.
- Mon Apr 07, 2025 5:43 pm
- Forum: Paid extensions
- Topic: FOOTER REVEAL EXTENSION
- Replies: 7
- Views: 8761
Re: FOOTER REVEAL EXTENSION
@Victor,
1. I downloaded the .wbs file but it is blank. There is nothing in the file other than an index page with no objects.
2. As for the shadow, are you referring to the shadow for the 'Scale' option? If so, yes, I should be able to add this functionality.
1. I downloaded the .wbs file but it is blank. There is nothing in the file other than an index page with no objects.
2. As for the shadow, are you referring to the shadow for the 'Scale' option? If so, yes, I should be able to add this functionality.
- Sun Apr 06, 2025 10:57 pm
- Forum: Paid extensions
- Topic: RANDOM IMAGES EXTENSION
- Replies: 21
- Views: 13681
Re: RANDOM IMAGES EXTENSION
@Alan,
For now, you can enter the following CSS between the <head> tags:
<style>
.darktheme #Extension2{filter:invert(100%);}
</style>
note: Since you already have <style> tags in your demo you only need to add the code between them with the rest.
Replace 'Extension2' above with the ID of ...
For now, you can enter the following CSS between the <head> tags:
<style>
.darktheme #Extension2{filter:invert(100%);}
</style>
note: Since you already have <style> tags in your demo you only need to add the code between them with the rest.
Replace 'Extension2' above with the ID of ...
- Sun Apr 06, 2025 5:20 pm
- Forum: Paid extensions
- Topic: RANDOM IMAGES EXTENSION
- Replies: 21
- Views: 13681
Re: RANDOM IMAGES EXTENSION
@Alan,
Dark mode - I'm not sure of your layout, but for example, if the image (extension) is inside a layout grid, if you right click on the cell with the extension, choose Dark Color Scheme and make sure 'invert' is unchecked' it does prevent the images from inverting. If this is not your set up ...
Dark mode - I'm not sure of your layout, but for example, if the image (extension) is inside a layout grid, if you right click on the cell with the extension, choose Dark Color Scheme and make sure 'invert' is unchecked' it does prevent the images from inverting. If this is not your set up ...
- Sun Apr 06, 2025 4:43 pm
- Forum: General Questions
- Topic: Random Image?
- Replies: 8
- Views: 368
Re: Random Image?
@Alan,
I visited the site using Firefox and do not see the issues you are having. I have the latest version of FF.
I visited the site using Firefox and do not see the issues you are having. I have the latest version of FF.
- Sun Apr 06, 2025 4:40 pm
- Forum: Paid extensions
- Topic: RANDOM IMAGES EXTENSION
- Replies: 21
- Views: 13681
Re: RANDOM IMAGES EXTENSION
@Alan,
I'm back from vacation. Let me take a look at both questions you have and I'll get back to you here.
I'm back from vacation. Let me take a look at both questions you have and I'll get back to you here.
- Fri Apr 04, 2025 8:45 pm
- Forum: General Questions
- Topic: Random Image?
- Replies: 8
- Views: 368
- Fri Apr 04, 2025 8:00 pm
- Forum: Off Topic Section
- Topic: Small private forum for a website
- Replies: 9
- Views: 786
Re: Small private forum for a website
Yes you can change the language of their scripts within the script once installed.
- Wed Mar 26, 2025 5:50 pm
- Forum: Links and Navigation
- Topic: Menu Required
- Replies: 2
- Views: 686
Re: Menu Required
I'd say the Layer Menu is the closest thing to this.
- Mon Mar 24, 2025 10:11 pm
- Forum: Forms
- Topic: E-mail Errors / PHP Set-up / Dialog
- Replies: 12
- Views: 726
Re: E-mail Errors / PHP Set-up / Dialog
I've never used PHPMailer - SMTP. I also use hostinger and I set the Mail Engine to "PHPMailer - mail" and have no issues with emails working. The exclamation point is not necessarily and error but just an important note.
- Sun Mar 23, 2025 1:24 pm
- Forum: General Questions
- Topic: Video background
- Replies: 4
- Views: 358
Re: Video background
Keep in mind that the height of your video section in the demo you sent is shorter than that of the actual site which may affect what you see in the cutout section. With the demo you sent me, add the following CSS between the <head> tags:
<style>
#LayoutGrid1-video{left:37%;width:63%;}
</style ...
<style>
#LayoutGrid1-video{left:37%;width:63%;}
</style ...
- Fri Mar 21, 2025 12:45 am
- Forum: General Questions
- Topic: Video background
- Replies: 4
- Views: 358
Re: Video background
The simple answer is they are not applying the video to the entire background. They are only applying it to about half of the screen width. So in your case it would be only the 2nd column of a 6x6 layout grid. However, this wont work as you wont be able to place your image over the video.
You can ...
You can ...
- Wed Mar 19, 2025 10:03 pm
- Forum: Links and Navigation
- Topic: Hyperlink style in the Card
- Replies: 8
- Views: 662
Re: Hyperlink style in the Card
You created the style VictorKrs in the style manager but didn't assign it to the text in the card. Also, in the style itself you didnt assign any font, color, size etc.
- Tue Mar 18, 2025 6:04 pm
- Forum: Links and Navigation
- Topic: Hyperlink style in the Card
- Replies: 8
- Views: 662
Re: Hyperlink style in the Card
You can use CSS to accomplish this a couple of ways.
1. This is more of a normal way. Right click on the card and take note of the ID for the text block. (ex: Card1-card-item2). Then add CSS code like such between the <head> tags:
<style>
#Card1-card-item2:hover{color:#ff0000;text-decoration ...
1. This is more of a normal way. Right click on the card and take note of the ID for the text block. (ex: Card1-card-item2). Then add CSS code like such between the <head> tags:
<style>
#Card1-card-item2:hover{color:#ff0000;text-decoration ...
- Sun Mar 16, 2025 3:04 am
- Forum: Off Topic Section
- Topic: iso file in its entirety
- Replies: 3
- Views: 1215
Re: iso file in its entirety
What exactly are you trying to do? How is the video being used? Need more info on what you are trying to accomplish. ISO video files are not web friendly. You will need to convert the file to .mp4 for it to work on a website.
- Mon Mar 10, 2025 9:12 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
My demo was to just make the lotties in your demo work. There was no mention of adding menus, text etc. However, it could be done just like I did with the lotties. You would have to manually add CSS to control the placement of these objects.
The issue is, this is very complicated stuff to code this ...
The issue is, this is very complicated stuff to code this ...
- Mon Mar 10, 2025 1:11 am
- Forum: General Questions
- Topic: Can't Find "Stray Dog" Footer Bar to delete
- Replies: 2
- Views: 938
Re: Can't Find "Stray Dog" Footer Bar to delete
The black bar is 'img0002.png' and the ID is "Banner3". Can you search in the object manager for this ID? It sits around 1670px from the top. Are you able to expand the workspace beyond this height to see it? Maybe you have it hidden?
You also have a couple of other things causing that large space ...
You also have a couple of other things causing that large space ...
- Sun Mar 09, 2025 11:12 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
Using vw/vh units in this way seems very unorthodox to me. I know you mentioned not caring about mobile and only desktop, but it seems if you ignore mobile you will be ignoring a large client base. You will also be dinged by Google for not having a mobile friendly site. If you google using 'vw units ...
- Sun Mar 09, 2025 10:29 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
The problem you are going to have is the page you are trying to emulate, many of the absolute positioned object's widths are specified as: 20vw which is basing the width on the width of the browser screen. There is nothing in WB that will allow you to do this that I'm aware of. The site you are ...
- Sun Mar 09, 2025 10:05 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
No. You cannot freely place objects in a flex container as it uses flexbox properties.
- Sun Mar 09, 2025 9:04 pm
- Forum: General Questions
- Topic: Lightbox size
- Replies: 9
- Views: 568
Re: Lightbox size
It would be helpful if A: you can tell us which lightbox you are referring to and B: provide at least a link to your page so we can see it.
You will get a lot more help if you provide DETAILS. Your question is very general.
You will get a lot more help if you provide DETAILS. Your question is very general.
- Sun Mar 09, 2025 8:54 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
So you are wanting the white space in between to always be there and scale also?
Is this what you are after?
DEMO3
Is this what you are after?
DEMO3
- Sun Mar 09, 2025 8:17 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
Is this what you are after?
Demo
Or ADD NEW FEATURE:
-FLEXGRID: add 1) decimal point for percent 2) free of position x,y for object: image,text, menu-css, lotties,video,etc.. 3) keep original size of objects ? or
-LAYER: new responsive = scalable? or
-PAGE HTML: new responsive = scalable? or ...
Demo
Or ADD NEW FEATURE:
-FLEXGRID: add 1) decimal point for percent 2) free of position x,y for object: image,text, menu-css, lotties,video,etc.. 3) keep original size of objects ? or
-LAYER: new responsive = scalable? or
-PAGE HTML: new responsive = scalable? or ...
- Sun Mar 09, 2025 7:04 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
Is this what you are after?
demo
UPDATE: after seeing your last post, this doesnt look like what you want. Up to now, it has not been clear that you want spacing on the left and right of the 1st and 3rd lottie as the screen decreases. None of your examples showed this at all.
demo
UPDATE: after seeing your last post, this doesnt look like what you want. Up to now, it has not been clear that you want spacing on the left and right of the 1st and 3rd lottie as the screen decreases. None of your examples showed this at all.
- Sun Mar 09, 2025 6:31 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 6146
Re: Why does not scale under 480px?
I've been following this thread and still a bit confused on what you mean by you want it to scale but at same time stay its native size. The demo that Pablo provided does scale which is what you want. However, am I safe to assume that what you mean is you want the spacing below the 2 smaller lottie ...