Search found 2621 matches
- Wed Mar 26, 2025 5:50 pm
- Forum: Links and Navigation
- Topic: Menu Required
- Replies: 2
- Views: 88
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: 11
- Views: 447
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: 274
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 ...
- Fri Mar 21, 2025 12:45 am
- Forum: General Questions
- Topic: Video background
- Replies: 4
- Views: 274
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 ...
- Wed Mar 19, 2025 10:03 pm
- Forum: Links and Navigation
- Topic: Hyperlink style in the Card
- Replies: 8
- Views: 481
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: 481
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 ...
- Sun Mar 16, 2025 3:04 am
- Forum: Off Topic Section
- Topic: iso file in its entirety
- Replies: 3
- Views: 1020
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: 5832
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 ...
- Mon Mar 10, 2025 1:11 am
- Forum: General Questions
- Topic: Can't Find "Stray Dog" Footer Bar to delete
- Replies: 2
- Views: 392
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 ...
- Sun Mar 09, 2025 11:12 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 5832
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: 5832
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: 5832
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: 519
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: 5832
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: 5832
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 You can ...
- Sun Mar 09, 2025 7:04 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 5832
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: 5832
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 ...
- Sat Mar 08, 2025 7:40 pm
- Forum: General Questions
- Topic: Why does not scale under 480px?
- Replies: 47
- Views: 5832
Re: Why does not scale under 480px?
I'm not sure what your example link is supposed to show. I see the entire site shrinking to a point you can't read any text, the menu is too tiny, etc. Not sure why you would want this as it looks terrible.
- Sat Mar 08, 2025 7:37 pm
- Forum: General Questions
- Topic: how i want my page scalable?
- Replies: 4
- Views: 725
Re: how i want my page scalable?
It's not clear to me what you are trying to accomplish and what issues you are having. It would be helpful to supply a demo project showing what it is you are trying to do (layout, design, etc). There could be 1 or more ways to accomplish something but not knowing what it is supposed to look like it ...
- Fri Mar 07, 2025 5:06 pm
- Forum: General Questions
- Topic: Layot Grids with different "Grid system" settings
- Replies: 2
- Views: 577
Re: Layot Grids with different "Grid system" settings
You can use different settings on the same page. However if you are nesting the grids it is best to use the same settings for each of the grids.
- Fri Mar 07, 2025 1:02 am
- Forum: General Questions
- Topic: How can I make sure that the background video in the Layout grid cell is played only once
- Replies: 9
- Views: 1304
Re: How can I make sure that the background video in the Layout grid cell is played only once
@Victor, The only way to make it play only once and stop looping is you would need to open the published html file and find the code for the video (look something like this): <div id="LayoutGrid1-video"><video src="Carousel.mp4" autoplay loop muted playsinline></video></div> and remove the word ...
- Wed Mar 05, 2025 4:56 pm
- Forum: General Questions
- Topic: Asset Folder when Published - Resolved
- Replies: 4
- Views: 1496
Re: Asset Folder when Published
Yes, when you publish your project, WB creates an image folder where it puts all your images. The html files along with this image folder are what you need to upload to the server for it to work and your images to show. This folder is needed.
- Sun Mar 02, 2025 2:41 pm
- Forum: General Questions
- Topic: Don´t want horizontal scrolling
- Replies: 10
- Views: 2532
Re: Don´t want horizontal scrolling
To me, it looks like your slideshow2 has a fixed size and when you get down under 501px it is causing the horizontal bars because the slideshow doesn't get any smaller than this. Since the slideshow is in a flex container, right click on the slideshow, choose flexbox, set the flex basis to 501 (or ...
- Fri Feb 28, 2025 2:59 pm
- Forum: Responsive Web Design
- Topic: layer tranparent in breackpoint
- Replies: 4
- Views: 2267
Re: layer tranparent in breackpoint
Where are we supposed to be looking at on the page? What icon are we to press to see it? It would probably be best to provide a demo project of your issue to look at.
- Thu Feb 27, 2025 6:50 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: READ MORE CSS EXTENSION (FREE)
- Replies: 13
- Views: 13118
Re: READ MORE CSS EXTENSION (FREE)
@Alan,
Check your email now. On the freebie stuff, I manually approve the orders. For some reason, I must have missed my notification email of your order.
Check your email now. On the freebie stuff, I manually approve the orders. For some reason, I must have missed my notification email of your order.
- Thu Feb 27, 2025 1:24 am
- Forum: General Questions
- Topic: Failing with Wrap text object
- Replies: 7
- Views: 2772
Re: Failing with Wrap text object
So exactly what are you trying to do? When you insert the image, where are you wanting the image to be? If absolute, you can put the image anywhere but it is not responsive. If floating, then it can be either left or right. If you choose shape, you can put it in the middle but it creates 2 columns ...
- Thu Feb 27, 2025 12:35 am
- Forum: General Questions
- Topic: Failing with Wrap text object
- Replies: 7
- Views: 2772
Re: Failing with Wrap text object
Your link is not working..404 error.
- Wed Feb 26, 2025 8:25 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: READ MORE CSS EXTENSION (FREE)
- Replies: 13
- Views: 13118
Re: READ MORE CSS EXTENSION (FREE)
@markoc,
Thanks for the feedback. Extension has been updated.
Thanks for the feedback. Extension has been updated.
- Tue Feb 25, 2025 7:18 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: READ MORE CSS EXTENSION (FREE)
- Replies: 13
- Views: 13118
Re: READ MORE CSS EXTENSION (FREE)
@markoc,
I received your email and responded with an update. Please let me know if the update fixes your issue. thanks.
I received your email and responded with an update. Please let me know if the update fixes your issue. thanks.
- Sun Feb 23, 2025 6:40 pm
- Forum: Links and Navigation
- Topic: is there an issue in links?
- Replies: 6
- Views: 1530
Re: is there an issue in links?
Seems to me you are making it a bit more difficult than it needs to be. Not sure the need to use parenthesis and spaces in file names. However, you need to %-encode the link for it to work. So in your example file, make your link: C:\Users\....\imagefilenameissue\imagefileissue\website\DBCF0061-1 ...
- Sat Feb 22, 2025 3:10 pm
- Forum: Responsive Web Design
- Topic: card font size
- Replies: 5
- Views: 1474
Re: card font size
I can confirm that font sizes in list items are not responsive in breakpoints.
- Sat Feb 22, 2025 2:59 pm
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: New Website for Photorestoration Business
- Replies: 13
- Views: 1853
Re: New Website for Photorestoration Business
To me, the map at 300px looks odd on my desktop. It's too small and is on a line by itself which creates a lot of empty space. Why not put the text with your name, address, phone etc in the left column and the map in the right column? I would still use 100% for the width so it will look good on all ...
- Fri Feb 21, 2025 11:46 pm
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: New Website for Photorestoration Business
- Replies: 13
- Views: 1853
Re: New Website for Photorestoration Business
If you are using the embed code from google then in the code, change the width to 100%.
- Fri Feb 21, 2025 4:16 am
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: New Website for Photorestoration Business
- Replies: 13
- Views: 1853
Re: New Website for Photorestoration Business
On the contract is page it's the Google map causing the overflow.
- Thu Feb 20, 2025 5:55 pm
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: New Website for Photorestoration Business
- Replies: 13
- Views: 1853
Re: New Website for Photorestoration Business
Hey Markoc, few things I noticed and observations: 1. The slide show with the 4 slides towards the top causes horizontal scrollbars in the browser each time the image slides into view. Try setting the overflow=hidden on Layoutgrid12. 2. I noticed that on your pages almost everything fades into view ...
- Thu Feb 20, 2025 1:21 pm
- Forum: Responsive Web Design
- Topic: Image in Fancybox do not adapt to the box size
- Replies: 13
- Views: 3752
Re: Image in Fancybox do not adapt to the box size
where is data-width, data-height coming from? shouldnt it just be:
https://github.com/biati-digital/glightbox
Code: Select all
'width':'640px',
'height':'auto'
- Thu Feb 20, 2025 12:45 am
- Forum: General Questions
- Topic: Lose spacing or padding at breakpoints wbs link
- Replies: 13
- Views: 1731
Re: Lose spacing or padding at breakpoints wbs link
Simply right click on the flex container and choose padding or select the flex container and in the object properties click the padding link at the bottom.
- Sun Feb 16, 2025 4:47 am
- Forum: General Questions
- Topic: 2 IP address
- Replies: 2
- Views: 846
Re: 2 IP address
You can use WB to make an unlimited number of sites.
- Sat Feb 15, 2025 3:25 pm
- Forum: Responsive Web Design
- Topic: No luck with responsive web on mobile phone
- Replies: 15
- Views: 5873
Re: No luck with responsive web on mobile phone
You say that you added two breakpoints but did you resize each object in the breakpoints? There is absolutely no change in size of the objects as the screen is decreased which means every object is the same width as in the default view. As AliGW stated, you are using absolute positioned objects so ...
- Thu Feb 13, 2025 10:54 pm
- Forum: General Questions
- Topic: Fix "not web-safe" filenames?
- Replies: 16
- Views: 4752
Re: Fix "not web-safe" filenames?
Although some browsers still may work, Personally i feel it's just good practice to do it the right way.
- Wed Feb 12, 2025 11:29 pm
- Forum: Responsive Web Design
- Topic: ***SOLVED***Read More/Less Script for Cards
- Replies: 25
- Views: 8732
Re: ***SOLVED***Read More/Less Script for Cards
@Markoc,
If you are having an issue with the extension I created please reach out to me at ron@wizbangwebdesign.com. I'll be happy to help.
If you are having an issue with the extension I created please reach out to me at ron@wizbangwebdesign.com. I'll be happy to help.
- Tue Feb 11, 2025 2:47 pm
- Forum: Links and Navigation
- Topic: Link to the bookmark in the inline Frame
- Replies: 12
- Views: 3287
Re: Link to the bookmark in the inline Frame
@Victor, I don't think it is possible to simply hide the iframe scrollbars and still be scrollable (at least I haven't found anything that says you can). You have 3 choices: scrollable, auto (shows them if they are needed) and hidden (which hides them but content is not scrollable). If you were to ...
- Tue Feb 11, 2025 1:21 am
- Forum: Links and Navigation
- Topic: Link to the bookmark in the inline Frame
- Replies: 12
- Views: 3287
Re: Link to the bookmark in the inline Frame
1. The ID in your link should be #wb_Bookmark_end. I've confirmed this works 2. I'm not sure this is possible as usually smooth scrolling is for links on the same page. If you dont use the iFrameResizer, there is a simple CSS solution to scroll but it is very basic. 3. It seems that you will need to ...
- Mon Feb 10, 2025 7:37 pm
- Forum: Links and Navigation
- Topic: Link to the bookmark in the inline Frame
- Replies: 12
- Views: 3287
Re: Link to the bookmark in the inline Frame
I had a chance to quickly look at your project on lunch at the first issues is your bookmark to "#Bookmark_end" should be "#wb_Bookmark_end" since you are using a bookmark object. Although, why not just use the layout grid as your bookmark? 2nd, you are not going to get smooth scroll as the ...
- Mon Feb 10, 2025 4:03 pm
- Forum: Links and Navigation
- Topic: Link to the bookmark in the inline Frame
- Replies: 12
- Views: 3287
Re: Link to the bookmark in the inline Frame
I'm not at my computer but do you have a link to the page to see visually in the browser?
- Sun Feb 09, 2025 2:54 am
- Forum: Professionals for hire
- Topic: Professional freelancer for a Wysiwyg website
- Replies: 4
- Views: 863
Re: Professional freelancer for a Wysiwyg website
Can you provide a link to your current site?
- Thu Feb 06, 2025 11:08 pm
- Forum: General Questions
- Topic: Problem with background image in layout grid
- Replies: 3
- Views: 957
Re: Problem with background image in layout grid
There is no issue with the layout grid. What you are seeing is what you should based on your setup. When I preview it, I see a white background on the left with text and a blue background with text and a girl on the right. I can see that your backgrounds for each column have blue at the bottom but I ...
- Wed Feb 05, 2025 2:35 am
- Forum: Login Tools Questions
- Topic: User Login not working after upgrade to WB20
- Replies: 8
- Views: 2705
Re: User Login not working after upgrade to WB20
Can you provide a bit more information? Just saying it doesn't work doesn't help. Are you getting any errors? Did you see the previous responses from Pablo above. Can you provide a demo project?
- Wed Jan 29, 2025 12:42 pm
- Forum: General Questions
- Topic: [SOLVED] Card Container with Carousel: Duplicating Cards Question
- Replies: 23
- Views: 2512
Re: Card Container with Carousel: Duplicating Cards Question
@Pablo,
It is working but he may be referring to the fact in the object manager it shows the card outside of the card container even though it is in the card container.
It is working but he may be referring to the fact in the object manager it shows the card outside of the card container even though it is in the card container.
- Wed Jan 29, 2025 3:09 am
- Forum: Previewing and Publishing
- Topic: Bevel Edge
- Replies: 15
- Views: 4435
Re: Bevel Edge
@scribeman01 I am looking at your project. Can you directly email me at ron@wizbangwebdesign.com so that I can ask you additional questions as to not fill up this thread with a bunch of questions? I want to make sure I understand what you are trying to do for each point #1 and #2. As for #3, I ...