Search found 2363 matches

by crispy68
Tue Apr 16, 2024 2:26 am
Forum: General Questions
Topic: ***SOLVED***Dropdown Menu Odd Behavior
Replies: 4
Views: 241

Re: Dropdown Menu Odd Behavior

Without seeing what you've done there is no way to help direct you in how to fix it. A working online demo helps otherwise you will need to provide a copy of your project file to download to take a look at what you have to comment further.
by crispy68
Mon Apr 15, 2024 11:09 pm
Forum: General Questions
Topic: ***SOLVED***Dropdown Menu Odd Behavior
Replies: 4
Views: 241

Re: Dropdown Menu Odd Behavior

If it looks correct in preview but not when published then it usually means you are either missing files or did not upload all the updated files to the server. There is no difference between preview and publishing. The same files are generated. Do you have a link to the page to view?
by crispy68
Fri Apr 12, 2024 1:25 pm
Forum: Responsive Web Design
Topic: White Spaces at the Bottom of Desktop Pages
Replies: 4
Views: 428

Re: White Spaces at the Bottom of Desktop Pages

The white space on your page is caused by Layer17 being positioned at 3170px from the top of the page.
by crispy68
Thu Apr 11, 2024 11:49 pm
Forum: Paid extensions
Topic: BG COLOR CHANGE EXTENSION
Replies: 1
Views: 276

BG COLOR CHANGE EXTENSION

Description This Web Builder extension helps you change the background color of a website on scroll triggered by containers scrolling into view. Works with Layout Grids, Floating Layers, Flex Containers and Flexgrid. Ideal for floating layouts. Extension is inspired by the pen by Dave Redfern with ...
by crispy68
Tue Apr 09, 2024 12:32 am
Forum: General Questions
Topic: Can I put a wrap text inside a dialog ?
Replies: 2
Views: 417

Re: Can I put a wrap text inside a dialog ?

I think it may be easier to remove the padding from the wrappable text and add the padding to the dialog. Adjust as needed between the 2.
by crispy68
Tue Apr 09, 2024 12:03 am
Forum: Responsive Web Design
Topic: Complicated combined graphics, svg, img text
Replies: 5
Views: 565

Re: Complicated combined graphics, svg, img text

Your pic in the forum is not working but I downloaded your demo. Based on the image and project, to have that kind of overlapping you will need to use a section. You mentioned you tried it with a section. What is the issue exactly?
by crispy68
Wed Apr 03, 2024 6:36 pm
Forum: General Questions
Topic: HTML in Flexgrid
Replies: 6
Views: 494

Re: HTML in Flexgrid

The font size in your code is only applied to the span and not the php code. The font size is set to zero within the flexgrid. You also have an extra </div>. The php code is outside the first </div> tag. Try adding font size and font family to you 2nd span tag around the php code.
by crispy68
Tue Apr 02, 2024 11:50 pm
Forum: General Questions
Topic: Placing HTML code on a page
Replies: 4
Views: 328

Re: Placing HTML code on a page

Some code won't preview and has to be uploaded to a server to work. Some code doesn't. It all depends on the code you are adding and how you are adding it. Without knowing exactly the code you are trying to add, there is no way to tell you what is wrong. Please provide either a link to a demo webpag...
by crispy68
Fri Mar 29, 2024 11:53 pm
Forum: General Questions
Topic: Adding more dividers. Is it possible?
Replies: 4
Views: 311

Re: Adding more dividers. Is it possible?

Yes you can as long as the code of your svg matches/set up similarly as the other svg files in there.
by crispy68
Fri Mar 29, 2024 8:07 pm
Forum: General Questions
Topic: two errors on my page: blank space and menu not opening
Replies: 5
Views: 329

Re: two errors on my page: blank space and menu not opening

Uhh.. do you have a link to the site?
by crispy68
Wed Mar 27, 2024 2:55 pm
Forum: General Questions
Topic: One Project, Two Versions WB, Maintain Both
Replies: 3
Views: 301

Re: One Project, Two Versions WB, Maintain Both

Yes, you can keep your WB17 project file and continue to open it with WB17, make changes and upload. With WB19, simply load the WB17 project file and then save it immediately to a new folder (can even give it a different name if you want) so as to not overwrite your original WB17 project file. Then ...
by crispy68
Tue Mar 26, 2024 8:19 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 1808

Re: Contractor needed for first project

Looks good. My only observation is if everyone can add there info could it get a bit messy especially if others add comments? Would it be cleaner to do something like the Extension List where we have a nice list of names and contact info and only certain people can edit it to keep it neat and tidy? ...
by crispy68
Thu Mar 21, 2024 8:53 pm
Forum: General Questions
Topic: Duplicate root and index pages on the server
Replies: 3
Views: 422

Re: Duplicate root and index pages on the server

I do not see 2 identical index pages. It is the same page. If you type just the url and nothing else it loads your index page (which generally is index.html). It just doesn't show the page name index.html. It is possible to have other suffixes like index.htm and index.php which could cause issues bu...
by crispy68
Wed Mar 20, 2024 11:07 pm
Forum: General Questions
Topic: Background image not showing behind page at full size
Replies: 15
Views: 930

Re: Background image not showing behind page at full size

When I select the image as the background, in the workspace the image is centered for me. It looks correct as far as i can tell.
by crispy68
Wed Mar 20, 2024 9:45 pm
Forum: General Questions
Topic: Background image not showing behind page at full size
Replies: 15
Views: 930

Re: Background image not showing behind page at full size

Sorry, thought you meant how it looked online. On larger screens like mine the image does stop:

Image

As for the workspace, I can't answer that. Pablo would have to chime in.
by crispy68
Wed Mar 20, 2024 6:06 pm
Forum: General Questions
Topic: Background image not showing behind page at full size
Replies: 15
Views: 930

Re: Background image not showing behind page at full size

So you have the background set to 'fixed' at the top vertically and centered horizontally. The image is only 1600px wide and fixed so it won't expand. So once the browser gets wider than 1600px you are going to see the colored background. If you want the image to fill the entire screen then you will...
by crispy68
Wed Mar 20, 2024 3:28 pm
Forum: General Questions
Topic: Background image not showing behind page at full size
Replies: 15
Views: 930

Re: Background image not showing behind page at full size

These don't look like the same scenarios to me. In the first link, you simply added an image to the workspace. In the 2nd link, you've added the image as the background for the page via the page properties set to fixed positioning.
by crispy68
Mon Mar 18, 2024 8:03 pm
Forum: Previewing and Publishing
Topic: Images not Displaying Properly
Replies: 9
Views: 546

Re: Images not Displaying Properly

In looking at your page, the images are in your root folder with your html files and not in the images folder. There is no 'images' folder on the server and that is where your html code is looking for them.
by crispy68
Sun Mar 17, 2024 4:41 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 1033

Re: Text change

@Bluesman, I had thought about going that way and it is an option. But I think my suggestion is also needed as not everyone uses styles and I feel it would be beneficial in general. @Pablo, The idea of using different fonts in breakpoints for the same text object doesn't seem practical to me. I've n...
by crispy68
Sat Mar 16, 2024 7:21 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 1033

Re: Text change

Thanks! that will work if only using 1 font in the entire project. Many times I may use 2-3 fonts though.
by crispy68
Sat Mar 16, 2024 6:23 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 1033

Re: Text change

Thanks Pablo. That would be a time saver. Nothing like creating a project and then a customer wants the font changed and you have a lot of text objects and breakpoints to individually go thru and change.
by crispy68
Sat Mar 16, 2024 6:03 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 1033

Re: Text change

Will 'reset all properties' affect anything else? Like font size? I'm looking to only change the font family and nothing else.
by crispy68
Sat Mar 16, 2024 5:51 pm
Forum: General Questions
Topic: The Need for Breakpoints in the 2020s
Replies: 8
Views: 479

Re: The Need for Breakpoints in the 2020s

You may get differing answers to this but, yes, that is how I do it. I always flesh out my default view and then work my way down adding breakpoints if needed especially when the design is not concrete yet and design changes are being made.
by crispy68
Sat Mar 16, 2024 5:50 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 1033

Text change

I checked the help, and maybe I missed it, but is there a simple way to change the font of a text object and have it change in all of the breakpoints when using responsive text? Sort of like how you can hold the shift key when adding padding to an object and it makes it the same in each breakpoint. ...
by crispy68
Sat Mar 16, 2024 3:05 pm
Forum: General Questions
Topic: this looks good, but I would like it if the second image was rotated right 90 degrees.
Replies: 8
Views: 342

Re: this looks good, but I would like it if the second image was rotated right 90 degrees.

no option for that with the current settings.
What do you mean? Arent you using a rollover layer?

update: I see you are using a rollover image instead. This is not an option for it.
by crispy68
Sat Mar 16, 2024 3:01 pm
Forum: General Questions
Topic: The Need for Breakpoints in the 2020s
Replies: 8
Views: 479

Re: The Need for Breakpoints in the 2020s

Agree with Pablo. Your design is going to dictate if you need any and how many. It's in the name 'breakpoint'. When your design 'breaks' and doesn't look good at a certain size and the layout needs changed, then you add a breakpoint and make your changes. There is nothing wrong with using breakpoint...
by crispy68
Sat Mar 16, 2024 2:48 pm
Forum: General Questions
Topic: this looks good, but I would like it if the second image was rotated right 90 degrees.
Replies: 8
Views: 342

Re: this looks good, but I would like it if the second image was rotated right 90 degrees.

It's going to look scrunched up because you are taking a landscape photo and squeezing it into a portrait size box.

Try setting the Size of the hover image to 'contain' and alignment center, center.
by crispy68
Fri Mar 15, 2024 7:13 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 2001

Re: pdf in lightbox

@wonderfull, Magnificpopup will work but the pdf does not scale within the lightbox or at least I've not been able to get it to work. I know I can adjust code after publish if necessary but I am trying to do it all within WB. I don't think there is way to adjust the iframe code being used in the lig...
by crispy68
Fri Mar 15, 2024 6:07 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 2001

Re: pdf in lightbox

@wonderfull,
That looks like what I'm wanting. A button to open a lightbox or dialog and show the .pdf in it and the .pdf will be responsive/scale if the window gets smaller.
by crispy68
Fri Mar 15, 2024 2:12 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 2001

pdf in lightbox

I'm curious if anyone has successfully been able to show a .pdf in a lightbox that is also responsive for mobiles and the .pdf is responsive (no scrollbars). If so, which lightbox did you use? How did you set it up? Ultimately, I would like it centered in the page evenly and set the width and height...
by crispy68
Fri Mar 15, 2024 3:33 am
Forum: General Questions
Topic: Video Poster Image & Empty Spaces
Replies: 5
Views: 517

Re: Video Poster Image & Empty Spaces

Not at computer for #1 but maybe #2 is top and/or bottom margin on the grid?
by crispy68
Fri Mar 15, 2024 3:29 am
Forum: Responsive Web Design
Topic: Breakpoints. How to set elements
Replies: 1
Views: 183

Re: Breakpoints. How to set elements

The number of columns in a grid can be changed in breakpoints by adding or hiding columns. Make sure overflow is set to hidden. I recommend setting grid to use flexbox. By doing so you can also change the order of the columns as well in breakpoints.
by crispy68
Wed Mar 13, 2024 9:34 pm
Forum: General Questions
Topic: responsive iframe
Replies: 58
Views: 3934

Re: responsive iframe

So the 2 issues I see are this: 1. on the page with the iframe, you have only have part of the code at the bottom of the page. It should look like this: <script type="text/javascript" src="js/iframeResizer.min.js"></script> <script>iFrameResize({}, '#InlineFrame1')</script> You h...
by crispy68
Wed Mar 13, 2024 3:57 am
Forum: General Questions
Topic: # solved# Navigation Bar double
Replies: 2
Views: 172

Re: Navigation Bar double

What do you mean by double? The 2 links you provided look similar to me.
by crispy68
Sun Mar 10, 2024 6:16 pm
Forum: General Questions
Topic: Generated html
Replies: 16
Views: 901

Re: Generated html

Your image shows the generated html but it is the CSS coding in the CSS file that will actually control the look and order of things. Are you sure you are uploading all of the files and not just the generated html file? Make sure you have it set to publish all files and not just publish HTML files o...
by crispy68
Sun Mar 10, 2024 4:34 pm
Forum: General Questions
Topic: Generated html
Replies: 16
Views: 901

Re: Generated html

As stated before, if you need help please provide a project file and explain in detail what you are wanting to do. For example, what is TOC? You can upload your project to your server and then provide a link here for us to download.
by crispy68
Fri Mar 08, 2024 12:22 am
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 946

Re: Z-index problem with Panel Layer

There are several other objects that WB will add a 'wb_' prefix to. So yes, there are times you may have to use #wb_objectID versus just #objectID. As for some of the other menus, they may be a bit different as those are sometimes more complicated.
by crispy68
Fri Mar 08, 2024 12:09 am
Forum: General Questions
Topic: site not showing correct on phone
Replies: 8
Views: 305

Re: site not showing correct on phone

yep, up here north of Atlanta.
by crispy68
Thu Mar 07, 2024 11:41 pm
Forum: General Questions
Topic: site not showing correct on phone
Replies: 8
Views: 305

Re: site not showing correct on phone

Feel free to reach out to me at ron@wizbangwebdesign.com and I'd be happy to help you out.
by crispy68
Thu Mar 07, 2024 11:21 pm
Forum: General Questions
Topic: site not showing correct on phone
Replies: 8
Views: 305

Re: site not showing correct on phone

Without the actual project file .wbs, it is hard to offer a solution. I typically place the file with images in a folder, zip it, and upload the zip file to a folder on the server. Then just provide a link to that zip folder. If it is blocked, then it is something you have set up on the server to bl...
by crispy68
Thu Mar 07, 2024 11:09 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARD FILTER EXTENSION (FREE) - updated 3/7/24
Replies: 19
Views: 1541

Re: CARD FILTER EXTENSION (FREE)

New in version 1.1.0: 1. Filter categories are entered into the extension 2. Eliminated need to enter a filter 'name' for each card This update eliminates issue where adding a class to card overrides some CSS generated by the card. See demo for updated demo. Please make sure to read the help file. ...
by crispy68
Thu Mar 07, 2024 9:06 pm
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 946

Re: Z-index problem with Panel Layer

You will need to check the generated code BUT for any future panel layers it will be similar to this. It's simply the ID followed by _panel.

So you if you gave the panel layer an ID of Bluesman, then it would just be: Bluesman_panel. Make sense?
by crispy68
Thu Mar 07, 2024 8:00 pm
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 946

Re: Z-index problem with Panel Layer

@bluesman, The ID of the panel layer is PanelLayer but there is a <div> outside of this ID called PanelLayer_Panel . WB generates this code. This container is what was falling behind your footer. Since ID PanelLayer is inside PanelLayer_Panel, you need to target the outer <div> and not the inner <di...
by crispy68
Thu Mar 07, 2024 4:28 pm
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 946

Re: Z-index problem with Panel Layer

@bluesman,

Wonderful's code is correct. You are targeting the wrong part of the panel layer.
by crispy68
Thu Mar 07, 2024 1:06 am
Forum: Paid Templates
Topic: EMILY VONX - WYSIWYG Web Builder Template - Updated 3/6/24
Replies: 4
Views: 12120

Re: EMILY VONX - WYSIWYG Web Builder Template - Updated 7/31/21

The Emily Vonx template has been updated to V19.1.1. Minor updates include: - Sidebar always visible even when menu is open - Menu button now has animation for open and close - Panel layer now slides below sidebar leaving sidebar always visible for easier control - Updated for WB19 NOTE: Please make...
by crispy68
Wed Mar 06, 2024 9:20 pm
Forum: Links and Navigation
Topic: Slide menu
Replies: 9
Views: 808

Re: Slide menu

There may be a solution from within WB (as I'm not at my computer at moment to test) but in the meantime you could add the following CSS to a code object set to the <head> section:

Code: Select all

<style>
#SlideMenu1{height:auto !important;}
</style>
by crispy68
Mon Mar 04, 2024 10:53 pm
Forum: Links and Navigation
Topic: Dedicated Hamburger button
Replies: 7
Views: 371

Re: Dedicated Hamburger button

Thanks Pablo. I see what you are doing there. I would have never thought to use it like that considering I would have thought by adding any links into the panel menu would trigger it to open the panel menu. Doing it this way, does it cause more code to be generated even there is no panel menu to sho...
by crispy68
Mon Mar 04, 2024 7:29 pm
Forum: Links and Navigation
Topic: Dedicated Hamburger button
Replies: 7
Views: 371

Dedicated Hamburger button

Unless i've missed it and I don't there is but is there a built-in dedicated hamburger type trigger button? What i'm looking for is a simple burger button that has the animations (similar to the Panel menu button) that I can use to trigger opening up say a panel layer? This is all I want it to do is...