Search found 2363 matches

by crispy68
Wed Dec 28, 2022 4:53 pm
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

Can you upload a demo page of what you have so I can see how yours is working? Providing a demo project will also help. The image is 100vh because I wanted the background image to fill the entire browser regardless of the device you are using. In the Dentist template, it is not a full screen image. ...
by crispy68
Wed Dec 28, 2022 4:43 pm
Forum: Login Tools Questions
Topic: Reload and hide
Replies: 11
Views: 6276

Re: Reload and hide

Are the text objects layered (or on top) of each other? Can you explain more of the set up and what you are wanting to happen from a user end?
by crispy68
Tue Dec 27, 2022 2:09 am
Forum: General Questions
Topic: **SOLVED** Overlay menu hamburger icon
Replies: 6
Views: 1359

Re: Overlay menu hamburger icon

For your first issue, try this. Insert a html box and add the following CSS between the <head> tags: <style> #OverlayMenu1 .line{margin-right:20px;} </style> Now if you wanted to make a smaller hamburger button (for example: 50px by 50px button) but wanted the button to be on the right of the menu w...
by crispy68
Sun Dec 25, 2022 6:54 pm
Forum: General Questions
Topic: Removing the bottom scrollbar from a layer.
Replies: 7
Views: 1471

Re: Removing the bottom scrollbar from a layer.

@JohnFowler, did you try what I suggested? This works. You will need to set the overflow in the layer to "auto". When you set it to "scroll" it will always show scrollbars. As bluesman mentioned, it is best to create using a floating design as this will help immensely in making i...
by crispy68
Sun Dec 25, 2022 12:27 am
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

It is the same image. A layout grids height is determined by the content within the grid. So you will need to adjust the height, padding, etc. of the grid itself and the contents inside to get the height you want. However, in my template I'm actually using a floating layer not a layout grid. However...
by crispy68
Sun Dec 25, 2022 12:13 am
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

@plat77, Yes, you will need to add breakpoints if you are using the 'dentist' template as there is only the default view. Once you add a breakpoint, you can then resize the 'welcome' grid (by adjusting the content within) so that the background image looks like you want. As it is, the height of the ...
by crispy68
Sat Dec 24, 2022 11:49 pm
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

You will need to upload the images to your server and then post a link. Uploading to the forum is disabled.
by crispy68
Sat Dec 24, 2022 10:23 pm
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

The settings are very simple. See below:

Image

In the template, I've set the size to "fixed" which does the same thing as cover except the background doesn't scroll.
by crispy68
Sat Dec 24, 2022 6:39 pm
Forum: Responsive Web Design
Topic: Responsive Main Image in Linked Site
Replies: 15
Views: 4271

Re: Responsive Main Image in Linked Site

Hello,

That is my template. The image is a background image set to cover.
by crispy68
Fri Dec 23, 2022 6:00 pm
Forum: General Questions
Topic: Font size inconsistency
Replies: 11
Views: 2123

Re: Font size inconsistency

There is no difference between preview or publishing the same code is generated. If there is a difference it usually means: 1. There are files missing from your server that need uploaded 2. Other files were changed/modified and need uploading to replace the older file on the server It is best to do ...
by crispy68
Thu Dec 22, 2022 8:27 pm
Forum: General Questions
Topic: WW18 Selections in Site Manager very hard to see
Replies: 10
Views: 1719

Re: WW18 Selections in Site Manager very hard to see

Maybe you should check the settings on your monitor? Maybe it could use some tweaking to make the colors a bit better?
by crispy68
Thu Dec 22, 2022 5:56 pm
Forum: General Questions
Topic: Adding custom javascript in Oblect Properties > Events
Replies: 11
Views: 3761

Re: Adding custom javascript in Oblect Properties > Events

Choose javascript as the action and enter the code.
by crispy68
Thu Dec 22, 2022 4:33 pm
Forum: General Questions
Topic: Two projects open
Replies: 3
Views: 1014

Re: Two projects open

yes. Just open another instance of WB and load the project. I do it all the time.
by crispy68
Thu Dec 22, 2022 3:03 pm
Forum: Forms
Topic: Change cursor state to waiting while form processing
Replies: 17
Views: 3728

Re: Change cursor state to waiting while form processing

My demo form doesn't do anything other than redirect to a success page. As long as it stays on the form page, the progress spinner will be seen until the redirect happens. However, if the validation is incorrect and stays on the page for the user to correct then the spinner will still be seen as the...
by crispy68
Wed Dec 21, 2022 7:00 pm
Forum: Forms
Topic: Change cursor state to waiting while form processing
Replies: 17
Views: 3728

Re: Change cursor state to waiting while form processing

Ok thanks. That makes sense.
by crispy68
Wed Dec 21, 2022 6:43 pm
Forum: Forms
Topic: Change cursor state to waiting while form processing
Replies: 17
Views: 3728

Re: Change cursor state to waiting while form processing

I'm curious, why is it taking so long for your form to process to where you would even need a progress bar? The forms I've created all seem to process very quickly. Could it be a server issue?
by crispy68
Wed Dec 21, 2022 1:02 pm
Forum: General Questions
Topic: Popup event
Replies: 4
Views: 963

Re: Popup event

Hard to say. Need more info. Please provide a link to the page and copy of your project file. It's a guessing game otherwise.
by crispy68
Tue Dec 20, 2022 11:39 pm
Forum: General Questions
Topic: Dialog popup dont display
Replies: 4
Views: 814

Re: Dialog popup dont display

In your demo, i think you are using the hotspot incorrectly. You want to use hotspots on a large image and set "hotspots" (clickable areas) within the picture itself (ex: a map). If the entire image is clickable then you don't need to use hotspots. However, the issue I think lies with the ...
by crispy68
Tue Dec 20, 2022 10:41 pm
Forum: General Questions
Topic: Dialog popup dont display
Replies: 4
Views: 814

Re: Dialog popup dont display

Are you referring to images in the "Visit Our Friends" section on the live site? The only image I see with a link is "ocean blue" and the link is set to "Home.php" which is why it is reloading the page. I downloaded your project and I see the test dialog but what am I s...
by crispy68
Tue Dec 20, 2022 9:56 pm
Forum: General Questions
Topic: Removing the bottom scrollbar from a layer.
Replies: 7
Views: 1471

Re: Removing the bottom scrollbar from a layer.

I'm not at my computer but I believe in the layer you could set the overflow property. You could insert some CSS like such: <style> #NameOfLayer{overflow-x:hidden;} </style> I would probably want to know why it's causing the horizontal scrollbars to see if that can be fixed first. As pablo stated, t...
by crispy68
Tue Dec 20, 2022 8:04 pm
Forum: General Questions
Topic: server/wysiwyg compatibility
Replies: 3
Views: 932

Re: server/wysiwyg compatibility

The code generated by WB is normal HTML code which will work on any server. Unless your hosting service is still stuck in the 80's or some super small company just about any host will work.
by crispy68
Mon Dec 19, 2022 10:44 pm
Forum: General Questions
Topic: Responsive menu won't scroll in 'phone' mode
Replies: 4
Views: 919

Re: Responsive menu won't scroll in 'phone' mode

Do I put that in the "Start of page" or "Between <Head>" bit?
CSS almost always goes between the <head> tags usually
And I assume the 'max width setting should match the 'breakpoint' value of the menu. Correct?
Correct.
by crispy68
Mon Dec 19, 2022 9:41 pm
Forum: General Questions
Topic: Responsive menu won't scroll in 'phone' mode
Replies: 4
Views: 919

Re: Responsive menu won't scroll in 'phone' mode

Problem is there is no defined height to the drop down so no way to make is 'scroll'. You could try adding some CSS like this: <style> @media (max-width: 700px){ #wb_MResponsiveMenu3 ul{height:500%;overflow-y:scroll;} } </style> The max-width value should match your breakpoint and set the height per...
by crispy68
Mon Dec 19, 2022 2:36 pm
Forum: General Questions
Topic: Master page
Replies: 8
Views: 869

Re: Master page

I supposed but is there some way to fix that
Yes, as pablo stated you need to use floating content. Only way a layer can be used in a floating design is if you set it to a floating layer.
by crispy68
Mon Dec 19, 2022 2:02 am
Forum: General Questions
Topic: Applying "Schema" to site
Replies: 2
Views: 749

Re: Applying "Schema" to site

WB has a built in Schema tool. It's under the Miscellaneous section called Structured Data.

You can read more here: https://www.wysiwygwebbuilder.com/structured_data.html
by crispy68
Sun Dec 18, 2022 6:59 pm
Forum: General Questions
Topic: Replace image, keep link / Table cell editing
Replies: 6
Views: 771

Re: Replace image, keep link / Table cell editing

You can set the number of columns in the photo gallery. Any images that exceed the column count go to the next row.
by crispy68
Sun Dec 18, 2022 3:01 am
Forum: Paid extensions
Topic: BOXY SLIDER EXTENSION - UPDATED 12/5/2022
Replies: 7
Views: 11911

Re: BOXY SLIDER EXTENSION - UPDATED 12/5/2022

@bluesman, I got your emails today and have replied 4 times but they keep getting kicked back to me as "refused to talk to me: 421 Downstream server error". Didn't want you to think I wasn't responding to you! The last time I sent an email I sent to both I had on file. 1 was returned so ma...
by crispy68
Sat Dec 17, 2022 3:11 pm
Forum: Paid extensions
Topic: CUSTOM CURSOR EXTENSION - ** UPDATED 12/17/22 **
Replies: 1
Views: 4988

Re: CUSTOM CURSOR EXTENSION

New in Version 1.0.1

- Improved: slight code adjustment in extension
- Fixed: issue with CSS styles overwriting other styles

If you have already purchased the extension, this is a free update. Simply visit the My Orders page and login to get the update.
by crispy68
Sat Dec 17, 2022 2:16 am
Forum: General Questions
Topic: Text suddenly has white background
Replies: 3
Views: 490

Re: Text suddenly has white background

It is not recommended to copy text from word and paste into WB. It can contain additional formatting that you don't want which is most likely the issue you are having. I would suggest doing one of the following: 1. Copy the text from word into notepad and then copy it from notepad into WB. This will...
by crispy68
Fri Dec 16, 2022 3:49 pm
Forum: General Questions
Topic: World Wide template and Particles Script
Replies: 7
Views: 717

Re: World Wide template and Particles Script

Curious, does it work in other browsers? I ask because you only mention FF. Are there any errors in the page? Do you have a link to your page to view? Pablo's demo template works in FF so we know it does work.
by crispy68
Thu Dec 15, 2022 8:58 pm
Forum: Responsive Web Design
Topic: html object responsive
Replies: 11
Views: 2617

Re: html object responsive

9.9 times out of 10 it is the code you are entering that is prohibiting it from being responsive. Without knowing what code you are entering it is hard to say how to fix it if there is a fix. Typically, somewhere in the code the width and/or height is defined and if it is set to a fixed dimension (e...
by crispy68
Wed Dec 14, 2022 12:33 pm
Forum: Previewing and Publishing
Topic: *** SOLVED *** Publishing problem
Replies: 31
Views: 7718

Re: *** SOLVED *** Publishing problem

What template are you referring to? You will need to change the name of your homepage to index.
by crispy68
Tue Dec 13, 2022 7:20 pm
Forum: General Questions
Topic: Font size with css
Replies: 9
Views: 722

Re: Font size with css

It also depends on where you code ends up being generated in the css file. If you are using global styles then this may be overwriting any code you've added as that is a separate css file.
by crispy68
Tue Dec 13, 2022 5:08 pm
Forum: General Questions
Topic: ***SOLVED***Footer on masterpage?
Replies: 7
Views: 4146

Re: ***SOLVED***Footer on masterpage?

No, don't believe so. Keep in mind that the master page and the main page are merged together when published/previewed. If you are needing the same thing on different pages you can use an embedded page. I think of it this way: Master page - use when you want the same header and footer on many pages ...
by crispy68
Tue Dec 13, 2022 4:31 pm
Forum: General Questions
Topic: struggling with installing template
Replies: 1
Views: 361

Re: struggling with installing template

Hello, I'm sorry you are having issues but there is nothing wrong with the template. Please contact me directly at info@webbuildertemplates.com for the issues you are having. Please be specific on what it is you are trying to do to be able to help. As you can see from the demo for it, the template w...
by crispy68
Tue Dec 13, 2022 4:27 pm
Forum: Paid Templates
Topic: DEL FUEGO - WYSIWYG Web Builder template - Updated 6/9/21
Replies: 3
Views: 21173

Re: DEL FUEGO - WYSIWYG Web Builder template - Updated 6/9/21

Hello, the template contains all of the images. Please make sure you are installing the template correctly and following the steps. A guide should be included on how to install a template. If you don't have this, please email me at info@webbuildertemplates.com and I will provide you with it. If you ...
by crispy68
Tue Dec 13, 2022 4:06 pm
Forum: General Questions
Topic: Layout Grid Image Only Background Style
Replies: 5
Views: 545

Re: Layout Grid Image Only Background Style

If background images alt tags could be edited it would make them more useful within the layout grid. Unfortunately, it's not a matter of if WB could let you edit them it just doesn't exist in CSS. There is no such thing as alt tags on background images. If there was, WB would have this as an option.
by crispy68
Tue Dec 13, 2022 3:40 pm
Forum: General Questions
Topic: Layout Grid Image Only Background Style
Replies: 5
Views: 545

Re: Layout Grid Image Only Background Style

A background image cannot have an alt description. For the most part, background images are for aesthetic value and not visual content of the document itself. You shouldn't use background images for things with meaningful semantic value.
by crispy68
Sat Dec 10, 2022 2:42 pm
Forum: General Questions
Topic: *** SOLVED *** New uploads not showing when published
Replies: 48
Views: 5542

Re: *** SOLVED *** New uploads not showing when published

since I got Builder 18 im not able to re publish my files with out changing file names, What do you mean by this exactly? I don't think WB keeps you from re-publishing anything. It may warn you about the file names but it will still publish them as-is. WB18 checks for errors on the page and helps t...
by crispy68
Sat Dec 10, 2022 3:28 am
Forum: General Questions
Topic: Page Style change
Replies: 13
Views: 1330

Re: [WB18]Page Style change bug!

You can't make the background of a page transparent. That doesn't really make sense. What you expect to see if you could?
by crispy68
Fri Dec 09, 2022 10:35 pm
Forum: Links and Navigation
Topic: Bootstrap Mega Menu - Swap column acts different
Replies: 4
Views: 2806

Re: Bootstrap Mega Menu - Swap column acts different

Sorry, i can't load your project as I don't have the boostrapfilelisting extension.
by crispy68
Thu Dec 08, 2022 10:47 pm
Forum: Off Topic Section
Topic: Custom shape divider
Replies: 7
Views: 2629

Re: Custom shape divider

Hi Terry,

Got your email and emailed you back. Your link asks for me to request the docs. I have done so.
by crispy68
Thu Dec 08, 2022 7:02 pm
Forum: Free Templates
Topic: Settings.wtp template
Replies: 6
Views: 8106

Re: Settings.wtp template

The problem is if you open up the flexgrid in the breakpoint the image in question (ATT) is missing in the flexgrid (it is not defined). The training calendar is also missing.
by crispy68
Thu Dec 08, 2022 1:55 am
Forum: Free Templates
Topic: Settings.wtp template
Replies: 6
Views: 8106

Re: Settings.wtp template

For some reason I am unable to open this template. It says it was created with a new version of WB yet I have the latest version and just gives me an error. Can you try just uploading the .wbs project in a zip folder instead?
by crispy68
Thu Dec 08, 2022 1:25 am
Forum: General Questions
Topic: CMS?
Replies: 8
Views: 1617

Re: CMS?

We hope to post daily content which would be relevant on that day.
I guess it depends on how fast you are. If you load up WB, load your project, make the changes and the re-publish, it will only take as long as it takes you to update the page.
by crispy68
Wed Dec 07, 2022 10:03 pm
Forum: General Questions
Topic: CMS?
Replies: 8
Views: 1617

Re: CMS?

Depends on what you mean by updates. If you are only going to be changing out text, images, etc. then CMS may work for you but if you are altering the design of the page, you are going to still need to do that in WB. For me, CMS is more for when you create a website for a client and they want the ab...
by crispy68
Wed Dec 07, 2022 3:56 am
Forum: General Questions
Topic: Icons Issue
Replies: 5
Views: 1279

Re: Icons Issue

No work around. Typically files names should not contain spaces. Even if they do it still will most likely work but there could be a slim chance where it won't. You should be good.
by crispy68
Wed Dec 07, 2022 3:39 am
Forum: General Questions
Topic: Icons Issue
Replies: 5
Views: 1279

Re: Icons Issue

No. It should still work. I've used it.
by crispy68
Wed Dec 07, 2022 12:43 am
Forum: General Questions
Topic: Icons Issue
Replies: 5
Views: 1279

Re: Icons Issue

This is due to the fact that the font files for Material Icons Outlined contains spaces in the file name. You should be ok but only Pablo can change this.