Search found 2346 matches

by crispy68
Mon Mar 18, 2024 8:03 pm
Forum: Previewing and Publishing
Topic: Images not Displaying Properly
Replies: 5
Views: 124

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: 634

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: 634

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: 634

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: 634

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: 291

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: 634

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: 231

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: 291

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: 231

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: 1137

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: 1137

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: 1137

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: 438

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: 106

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: 3739

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: 157

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: 841

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: 841

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: 858

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: 262

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: 262

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: 262

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: 1103

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: 858

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: 858

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: 858

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: 10599

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: 390

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: 279

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: 279

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...
by crispy68
Mon Mar 04, 2024 12:53 am
Forum: Responsive Web Design
Topic: FlexBox?
Replies: 7
Views: 461

Re: FlexBox?

I think there may be some confusion here. There are 3 layout containers related to flexbox: 1. Flexbox Container (flex container) - Objects placed inside adhere to the flexbox CSS functionality. You will need to know how flexbox works to make this work efficiently. 2. Flex Grid - This container lets...
by crispy68
Mon Mar 04, 2024 12:31 am
Forum: General Questions
Topic: responsive iframe
Replies: 58
Views: 3739

Re: responsive iframe

Your first site is not the same as the 2nd site you are having issues with. As stated in my last post, you have the scripts in the wrong place. Please make sure you added it the same way as you did the first site.
by crispy68
Sun Mar 03, 2024 4:53 pm
Forum: General Questions
Topic: RE: Panel menu
Replies: 4
Views: 233

Re: RE: Panel menu

The panel layer is one of the options for the layer object (Type). If you open the layer object properties and click help there is a bit more info that comes up about the layer object. You can also view this online: https://www.wysiwygwebbuilder.com/morelayers.html
by crispy68
Sun Mar 03, 2024 4:45 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: RE: a couple sites I updated
Replies: 8
Views: 344

Re: RE: a couple sites I updated

The first site is right up my alley! I have an arcade system similar to that in my game room. On your 6000 in 1 game list .pdf, I think that needs redone. The games are not alphabetical and very hard to find and see if a particular game is on the list. May also be helpful if they were categorized in...
by crispy68
Sun Mar 03, 2024 4:35 pm
Forum: General Questions
Topic: RE: Panel menu
Replies: 4
Views: 233

Re: RE: Panel menu

As far as I know it works the same for both. I don't believe the panel menu has an option for a close button or X to appear in the actual panel section itself to close it. You either need to click outside of the panel or click the button that opened it. The open button can have an animation that goe...
by crispy68
Sun Mar 03, 2024 4:27 pm
Forum: General Questions
Topic: add z-index to layer
Replies: 9
Views: 610

Re: add z-index to layer

Without seeing it then hard to say how to fix it. Baconfries code should work as long as your code is correct and the ID is correct.
by crispy68
Sun Mar 03, 2024 4:26 pm
Forum: General Questions
Topic: New Installation
Replies: 5
Views: 214

Re: New Installation

The only issue I can think of from a user standpoint is that if the font is missing then the browser will default to the users system default font. In most cases it will probably look ok but there could be instances where text may look a bit off.
by crispy68
Sun Mar 03, 2024 2:36 pm
Forum: General Questions
Topic: add z-index to layer
Replies: 9
Views: 610

Re: add z-index to layer

Do you have a link to the page to view?
by crispy68
Sun Mar 03, 2024 1:55 pm
Forum: General Questions
Topic: add z-index to layer
Replies: 9
Views: 610

Re: add z-index to layer

Not sure what you are asking. Did baconfries solution not work for you? All the extra code above should not be needed.
by crispy68
Sat Mar 02, 2024 10:39 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: 1103

Re: CARD FILTER EXTENSION (FREE)

@mixextra,

Thanks! I have updated my demo to reflect a multi-category filter and will be adding it to the demo project included.
by crispy68
Sat Mar 02, 2024 10:32 pm
Forum: General Questions
Topic: responsive iframe
Replies: 58
Views: 3739

Re: responsive iframe

At first glance, it looks as though you did not place the scripts in the correct spot. 1. On the webpage with the iframe, you need to make sure that the script is placed before the </body> tag. You have it in the <head> section. You may want to set in the options to move javascript to the end of the...
by crispy68
Fri Mar 01, 2024 12:59 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: 1103

Re: CARD FILTER EXTENSION (FREE)

Yes, I could look at adding that to the help.file. Would you mind sharing that project with me?
by crispy68
Fri Mar 01, 2024 12:15 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARD FILTER EXTENSION (FREE) - updated 3/7/24
Replies: 19
Views: 1103

Re: CARD FILTER EXTENSION (FREE)

New in version 1.0.1: 1. Added additional transition effect - slide 2. Minor code tweaks See demo for updated demo. !! IMPORTANT !! If you already own any previous versions of the extension, please visit the My Orders page and login to get the update rather than re-purchasing it thru the store.
by crispy68
Thu Feb 29, 2024 4:03 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARD FILTER EXTENSION (FREE) - updated 3/7/24
Replies: 19
Views: 1103

Re: CARD FILTER EXTENSION (FREE)

There was no need to add manipulation of the cards within the extension when a card container can already do that. Much more flexibility this way. Actually, it does use jQuery versus vanilla javascript. If I get time maybe I'll look into converting it but it may require more code. Plus, I'm a hack w...
by crispy68
Thu Feb 29, 2024 3:46 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARD FILTER EXTENSION (FREE) - updated 3/7/24
Replies: 19
Views: 1103

Re: CARD FILTER EXTENSION (FREE)

The cards are controlled by the card container or grid being used. This gives you normal control over them. I did not add any breakpoints to my demo. The extension only helps create the filtering effect and to help those who don't understand code. I did add a smoother fading effect.
by crispy68
Thu Feb 29, 2024 12:12 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARD FILTER EXTENSION (FREE) - updated 3/7/24
Replies: 19
Views: 1103

Re: CARD FILTER EXTENSION (FREE)

Minor Update 1. Made the fade transition between All button and filter buttons smoother. Please view the updated demo. !! IMPORTANT !! If you already own any previous versions of the extension, please visit the My Orders page and login to get the update rather than re-purchasing it thru the store.
by crispy68
Wed Feb 28, 2024 1:48 am
Forum: Paid extensions
Topic: RESPONSIVE BULLET LIST
Replies: 0
Views: 116

RESPONSIVE BULLET LIST

Description This Web Builder extension helps you create a responsive bullet list using default bullets, custom images and icons. This is a re-design of the free Responsive Bullets extension previously offered that is currently no longer available. WB Version: 19+ Features - Choose a default, custom...