Search found 2541 matches

by crispy68
Fri Nov 15, 2024 1:18 am
Forum: General Questions
Topic: Testing recaptcha v3
Replies: 9
Views: 825

Re: Testing recaptcha v3

I'm not sure how you can test to see if working properly or not. As long as there are no errors on the page from it and your form is working then I suspect it is also working. Are you getting spam? If not, then I would suspect it is working.
by crispy68
Thu Nov 14, 2024 11:11 pm
Forum: Previewing and Publishing
Topic: Resizing windows causes line glitches
Replies: 1
Views: 431

Re: Resizing windows causes line glitches

Can you provide a link to the page so we can see? Much easier to test this way.
by crispy68
Thu Nov 14, 2024 11:09 pm
Forum: General Questions
Topic: Testing recaptcha v3
Replies: 9
Views: 825

Re: Testing recaptcha v3

You need to upload your form to your server and then test it.
by crispy68
Thu Nov 14, 2024 11:08 pm
Forum: General Questions
Topic: When will youtube shorts be supported by the youtube tool? edit: it is.
Replies: 2
Views: 316

Re: When will youtube shorts be supported by the youtube tool?

For now can't you simply copy the embed code from the you tube shorts and insert it into wb via the html tool?

Update...seems you found an answer.
by crispy68
Thu Nov 14, 2024 2:38 am
Forum: General Questions
Topic: Send user to top of site when refreshing page
Replies: 3
Views: 551

Re: Send user to top of site when refreshing page

Doesn't the browser automatically take you the top when you refresh a page?
by crispy68
Tue Nov 05, 2024 2:03 pm
Forum: General Questions
Topic: responsive iframe
Replies: 69
Views: 17980

Re: responsive iframe

I'm not at my computer to look at your file but the issue as I see it is not with the iframe. It is working correctly. Keep in mind that the page inside the iframe will dictate what you see. So in your case, the page being displayed in the iframe (the page link I referenced) has the minimum height ...
by crispy68
Tue Nov 05, 2024 1:55 pm
Forum: General Questions
Topic: Resetting Automatically Generated IDs
Replies: 6
Views: 541

Re: Resetting Automatically Generated IDs

That's what cloning does. It keeps everything the same. If you copy, then it will rename the ID's to something new. I'm not aware of any way of changing a bunch of ID's at once. My advice is when you create a page, change the ID"s of the objects manually to something that is descriptive rather than ...
by crispy68
Sun Nov 03, 2024 9:19 pm
Forum: General Questions
Topic: responsive iframe
Replies: 69
Views: 17980

Re: responsive iframe

The issue regarding the large space is that this page (https://central.startagencia.net.br/cart.php?a=checkout) viewed in the iframe, the <body> of that page is set to 100vh. This is why it is trying to fill the entire browser page. It's not that the iframe is incorrect but the page being viewed is ...
by crispy68
Sun Nov 03, 2024 6:16 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 739

Re: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint

3. Long text inside a Dialog. This works only if the text in the text box remains separated into smaller words. But I need this text to remain as ONE word for a reason. Not two or more. For me at least. 4. The problem with long word inside a Card as Text is still also there. The text (one long word ...
by crispy68
Sat Nov 02, 2024 11:36 pm
Forum: General Questions
Topic: Embedded page with breakpoints issue
Replies: 5
Views: 486

Re: Embedded page with breakpoints issue

Did you hide the layout grid? It works for me.
by crispy68
Sat Nov 02, 2024 11:08 pm
Forum: General Questions
Topic: Embedded page with breakpoints issue
Replies: 5
Views: 486

Re: Embedded page with breakpoints issue

First, I would add the same breakpoints to the embedded page. I would also change the default view to 1920px. Breakpoints should match on each page. Since you have 1920 and 768 make all pages have these same breakpoints. Master pages and embedded pages are combined with the other pages when you ...
by crispy68
Sat Nov 02, 2024 10:46 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 739

Re: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint

1. So for the button in the Card to have the height increase when it wraps, you will need to add some CSS as follows: <style> #Card1-card-item4{height:auto;} </style> 2. For the button in column 2, I believe because it uses <input> for the button that this is limited to only 1 line of text and does ...
by crispy68
Fri Nov 01, 2024 11:47 am
Forum: General Questions
Topic: responsive iframe
Replies: 69
Views: 17980

Re: responsive iframe

Do you have a link to the page so we can see what is doing?
by crispy68
Fri Nov 01, 2024 12:40 am
Forum: General Questions
Topic: Card container inside a flex grid?
Replies: 4
Views: 615

Re: Card container inside a flex grid?

I could see where it could work considering a card container and a flex grid are all just flex containers.
by crispy68
Wed Oct 30, 2024 4:01 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 1382

Re: Vraag mbt photocollage / Gallery

No. Make sure you have it set to publish all files.
by crispy68
Mon Oct 28, 2024 12:49 am
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Vraag mbt photocollage / Gallery
Replies: 10
Views: 1382

Re: Vraag mbt photocollage / Gallery

If it works in preview but not when published, it usually means you are missing files on the server or did not upload all of the updated files. There is no difference between previewing and publishing as the same files are generated. Do you have a link to the page so we can see?
by crispy68
Thu Oct 24, 2024 12:24 pm
Forum: General Questions
Topic: Changing Layout Grid Z Index
Replies: 2
Views: 444

Re: Changing Layout Grid Z Index

You will have to add some custom CSS to make this happen. You can add it to page html or html object.

Code: Select all

<style>
#wb_LayoutGrid1{z-index:10000;}
</style>
by crispy68
Mon Oct 21, 2024 1:15 pm
Forum: Forms
Topic: Form using GoDaddy
Replies: 9
Views: 1974

Re: Form using GoDaddy

@Pablo, I believe so. Each email with GoDaddy has its own username, password and incoming/outgoing server. I believe the incoming and outgoing server is the same for each email I have set up. I assume the outgoing server information is what needs to be put in there. However, what I was unclear about ...
by crispy68
Sun Oct 20, 2024 9:02 pm
Forum: Forms
Topic: Form using GoDaddy
Replies: 9
Views: 1974

Re: Form using GoDaddy

It seems setting it to PhpMailer - Mail works but not PhpMailer - SMTP although it's a bit slow in submitting.
by crispy68
Sun Oct 20, 2024 8:44 pm
Forum: Forms
Topic: Form using GoDaddy
Replies: 9
Views: 1974

Re: Form using GoDaddy

Hey Bacon,

So me updating it to 8.3, would that not enable it now? Or is there something else I need to do to enable it?
by crispy68
Sun Oct 20, 2024 8:10 pm
Forum: Forms
Topic: Form using GoDaddy
Replies: 9
Views: 1974

Form using GoDaddy

Ok, I am getting a headache with GoDaddy and it's driving me nuts. Is there anyone here on the forum who has a very simple form set up that works on a GoDaddy server. I've entered info like I have many times for other servers but for some reason I cant get it to work with GoDaddy. The customer was ...
by crispy68
Sat Oct 19, 2024 4:55 pm
Forum: Responsive Web Design
Topic: Built in Accordian not responsive?
Replies: 9
Views: 1901

Re: Built in Accordian not responsive?

The titles use an H3 tag. Check to see if your line height for an H3 tag is set to 0.04 (or something low). It shows in your code that the H3 tag line height is 0.04 which is what's causing it to scrunch together.
by crispy68
Sat Oct 19, 2024 4:47 pm
Forum: Responsive Web Design
Topic: Built in Accordian not responsive?
Replies: 9
Views: 1901

Re: Built in Accordian not responsive?

Ahhh...that would be helpful to know from the start. In V19, it is responsive and works as it should. I will have to fire up WB17 to check it there.

EDIT: It seems to work correct for me also in WB17. Can you provide a demo of just that page to see your settings?
by crispy68
Sat Oct 19, 2024 4:42 pm
Forum: Responsive Web Design
Topic: Built in Accordian not responsive?
Replies: 9
Views: 1901

Re: Built in Accordian not responsive?

What version of WB are you using? The code looks slightly different from the one i'm using. Look like either an older version or a different extenion.
by crispy68
Sat Oct 19, 2024 4:21 pm
Forum: Responsive Web Design
Topic: Built in Accordian not responsive?
Replies: 9
Views: 1901

Re: Built in Accordian not responsive?

Do you have a link to the webpage for us to see?

I inserted an accordion and made the title text really long and it seems to wrap for me when previewed.
by crispy68
Fri Oct 18, 2024 6:38 pm
Forum: General Questions
Topic: Instal font
Replies: 2
Views: 981

Re: Instal font

You will need to install the font on your computer and then load WB. This way the program will show the font in the list and be usable in the program. You will need to go to options and fonts and add manual @font-face information so that the correct code is added to your webpage for it to show.
by crispy68
Sun Oct 13, 2024 11:03 pm
Forum: General Questions
Topic: Help removing space below LayoutGrid1
Replies: 5
Views: 1744

Re: Help removing space below LayoutGrid1

Make sure you don't have any objects (hidden objects) causing the extra space that isn't in a container..
by crispy68
Sun Oct 13, 2024 1:52 pm
Forum: General Questions
Topic: Unable to fit image to page width
Replies: 16
Views: 3480

Re: Unable to fit image to page width

Using cover ensures that the image always fills the container. However it may crop the image vertically to do so. You could add some top/bottom padding to the grid to make it taller. Keep in mind your image size/dimensions and aspect ratio will play a part in what you will see.
by crispy68
Sun Oct 13, 2024 5:10 am
Forum: General Questions
Topic: Unable to fit image to page width
Replies: 16
Views: 3480

Re: Unable to fit image to page width

Layout grid bsckground style properties
by crispy68
Sun Oct 13, 2024 12:10 am
Forum: General Questions
Topic: Unable to fit image to page width
Replies: 16
Views: 3480

Re: Unable to fit image to page width

You didn't say how you inserted the image. Did you drag into the grid or set it as the background? If you set it as the background then cover will work.
by crispy68
Sat Oct 12, 2024 10:06 pm
Forum: General Questions
Topic: Unable to fit image to page width
Replies: 16
Views: 3480

Re: Unable to fit image to page width

Set it to cover.
by crispy68
Sat Oct 05, 2024 9:13 pm
Forum: General Questions
Topic: Question / Suggestion: Height = 66vh
Replies: 6
Views: 1928

Re: Question / Suggestion: Height = 66vh

I also would agree with the option of adding custom height.
by crispy68
Fri Oct 04, 2024 5:23 pm
Forum: General Questions
Topic: Breakpoint of site versus setting in nested grid
Replies: 4
Views: 1571

Re: Breakpoint of site versus setting in nested grid

The breakpoint can't be blank.It has to have a number. If you never want it to flip to vertical, then you would put 0 for the break point.
by crispy68
Fri Oct 04, 2024 4:20 pm
Forum: General Questions
Topic: Breakpoint of site versus setting in nested grid
Replies: 4
Views: 1571

Re: Breakpoint of site versus setting in nested grid

The breakpoint in the layout grid is when you want the grid to switch from horizontal to vertical. This can be at any time you want. If you want it to correspond to a page breakpoint, you can do that as it is up to you. I usually set the grids to change based on page breakpoint or in most cases 1px ...
by crispy68
Fri Oct 04, 2024 12:15 pm
Forum: General Questions
Topic: Checkboxes in a Layout Grid weird issue
Replies: 4
Views: 1560

Re: Checkboxes in a Layout Grid weird issue

One thing you may want to do is figure out why the html box is rendering in the page. Is it supposed to? What code is in the html box? Depending on the code, you may not have the settings right. For example, If in the settings it is set to "use <div> to set position and height of html" then it will ...
by crispy68
Fri Oct 04, 2024 3:38 am
Forum: General Questions
Topic: Checkboxes in a Layout Grid weird issue
Replies: 4
Views: 1560

Re: Checkboxes in a Layout Grid weird issue

Without really seeing a demo page or providing a project file, it's hard to say what the issue is. Need to be able to see and test it. My first guess is something may be on top of the check boxes (maybe a z-index thing) making them uncheckable.
by crispy68
Fri Oct 04, 2024 3:35 am
Forum: General Questions
Topic: ecwid store affecting page display ?
Replies: 2
Views: 1127

Re: ecwid store affecting page display ?

I see 2 absolute positioned text objects at the bottom of the page: Text2 and Text3. They are causing the gap at the bottom of the page.
by crispy68
Fri Oct 04, 2024 3:24 am
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

I just think an option to make the entire card a 'button' would be fairly simple. Adding a button now with stretchable link works, just need an option where there is no physical button in the card with height of zero. :D
by crispy68
Fri Oct 04, 2024 3:19 am
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

I want to the card then the buttons property and then on margin gave a -13px
That sort of adds extra code for margin doesn't it. In the end, the code to add is short and sweet. I think making the height 0 would cause less issues than add negative margin.
by crispy68
Fri Oct 04, 2024 3:16 am
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

It's more apparent when I created a card with just an image.

See this demo: LINK

When you preview, it will be more obvious. You will see at the bottom of the card there is extra space where the background shows thru. This is from the button height.
by crispy68
Fri Oct 04, 2024 3:03 am
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

You will notice it more if you stick it in a card container which makes it flexible. In your example, the cards have a fixed height. However, if you look at the code for the button in the card you will see your button has a height of 13px. Changing this doesn't change the height of your card. If you ...
by crispy68
Fri Oct 04, 2024 12:17 am
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

@wonderfull, Unfortunately, it still doesnt work. My button has no padding, no margin, no text and I even set the font size to the lowest it could go and it still sets a height for the button in the CSS. Based on my testing, it appears that the height is being set based on the font size. I set the ...
by crispy68
Fri Oct 04, 2024 12:06 am
Forum: General Questions
Topic: Flexgrid - How to Match Workspace With Preview
Replies: 9
Views: 2461

Re: Flexgrid - How to Match Workspace With Preview

Layout grids and Flexgrids are different from each other. Layout grids are based on 12 columns using percentages. In Flexgrid, you can mix and match widths (fr, px, %). So in some cases 1 might be better than the other depending on what you want it to look like. So in your example, in the flexgrid ...
by crispy68
Thu Oct 03, 2024 4:03 pm
Forum: General Questions
Topic: Card links
Replies: 13
Views: 3688

Re: Card links

@Pablo, I did make the button transparent with no text but there was still a height applied to the button which caused some issues. If I add CSS to make the height = 0 it works. Just wanted to see if there was another way to make it work without the extra CSS. No biggie but maybe something to ...
by crispy68
Wed Oct 02, 2024 11:25 pm
Forum: General Questions
Topic: Text under images at 563 breakpoint not wrapping
Replies: 21
Views: 5003

Re: Text under images at 563 breakpoint not wrapping

I usually set the inner grids bp to change sooner than the outer grid. You should see that looking at my demo.
by crispy68
Wed Oct 02, 2024 10:40 pm
Forum: General Questions
Topic: Text under images at 563 breakpoint not wrapping
Replies: 21
Views: 5003

Re: Text under images at 563 breakpoint not wrapping

You can go more than 2 deep but I would only do so if absolutely needed. I could have put grid #11 into the grid with the other 2 but that would change the order of how they are viewed when the grids hit their breakpoints. If it doesnt matter the order in general then you could put them all inside ...
by crispy68
Wed Oct 02, 2024 10:18 pm
Forum: General Questions
Topic: Text under images at 563 breakpoint not wrapping
Replies: 21
Views: 5003

Re: Text under images at 563 breakpoint not wrapping

I personally think it looks better the way the grids collapse and are stacked versus what you had and the flexibility for more complex layout. They get too small the way you had it. What if you had 12 columns horizontally? squishing 12 columns into 768px width would be really tiny! For example ...
by crispy68
Wed Oct 02, 2024 10:15 pm
Forum: Responsive Web Design
Topic: HELP!
Replies: 5
Views: 1931

Re: HELP!

Do a hard refresh by clicking control-F5