Search found 2363 matches

by crispy68
Tue Aug 30, 2022 2:33 pm
Forum: Responsive Web Design
Topic: Empty area to the left in mobile breakpoint
Replies: 11
Views: 2926

Re: Empty area to the left in mobile breakpoint

I just now viewed your page on my Samsung Galaxy note s20 with no divider or menu button and it looks good to me. There is no spacing to the right anymore.
by crispy68
Tue Aug 30, 2022 2:03 pm
Forum: Responsive Web Design
Topic: Empty area to the left in mobile breakpoint
Replies: 11
Views: 2926

Re: Empty area to the left in mobile breakpoint

I also noticed that the menu does not show up completely. It is cut off. You may have to change the overflow of the header. What are you using as a header?
by crispy68
Tue Aug 30, 2022 1:47 pm
Forum: Responsive Web Design
Topic: Empty area to the left in mobile breakpoint
Replies: 11
Views: 2926

Re: Empty area to the left in mobile breakpoint

Not at my computer but it looks to me it may have something to do with the divider at the top of the screen or the container it is in?
by crispy68
Tue Aug 30, 2022 2:15 am
Forum: General Questions
Topic: Full width but controlled height
Replies: 3
Views: 1302

Re: Full width but controlled height

I would suggest using the carousel set to full width and set your images as the background for each slide.
by crispy68
Sun Aug 28, 2022 5:44 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CORE UI ICONFONT (FREE)
Replies: 2
Views: 5306

Re: CORE UI ICONFONT (FREE)

@wwonderfull,
There are more to come. However, it takes a lot of time to make especially those with hundreds of icons. Also, those that do not have a webfont created are not usable.
by crispy68
Sat Aug 27, 2022 8:06 pm
Forum: General Questions
Topic: ***SOLVED***My Bookmark is not working
Replies: 13
Views: 1973

Re: My Bookmark is not working

The issue is on your demo page, there is no link for "Certifications" which is why it is not working. I see that you have a link in the pic but it is not on your demo page. Does it work in preview? Otherwise, please provide a demo project for us to look at so we can test it.
by crispy68
Sat Aug 27, 2022 5:26 pm
Forum: General Questions
Topic: ***SOLVED***My Bookmark is not working
Replies: 13
Views: 1973

Re: My Bookmark is not working

The issue is not with the bookmark but with the missing link in the menu. There's no link to click to jump to your bookmark.
by crispy68
Sat Aug 27, 2022 4:05 pm
Forum: General Questions
Topic: ***SOLVED***My Bookmark is not working
Replies: 13
Views: 1973

Re: My Bookmark is not working

I don't see that there is an anchor(link) on the "Certification" text in the menu.

It may be easier to see what you have done if you can provide a copy of your project file (.wbs).
by crispy68
Sat Aug 27, 2022 2:55 pm
Forum: General Questions
Topic: Parent event
Replies: 2
Views: 1200

Re: Parent event

My guess is you will need to use javascript. Unless someone on here has already done such a thing and can.provide the code, we can't really assist in writing code. Have you googled to see what is out there?
by crispy68
Sat Aug 27, 2022 12:05 pm
Forum: General Questions
Topic: ***SOLVED***My Bookmark is not working
Replies: 13
Views: 1973

Re: My Bookmark is not working

do you have a link to your page so we can see?
by crispy68
Fri Aug 26, 2022 10:48 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CARBON ICONFONT (FREE)
Replies: 1
Views: 4936

CARBON ICONFONT (FREE)

Holy Smokes Batman! Look at all of those icons! :D Description: Add the free Carbon iconfont to Web Builder containing 1,941 icons! All font files are Apache 2.0 license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the ins...
by crispy68
Fri Aug 26, 2022 5:25 pm
Forum: General Questions
Topic: Drop Cap in textbox?
Replies: 2
Views: 1017

Re: Drop Cap in textbox?

by crispy68
Thu Aug 25, 2022 2:45 pm
Forum: General Questions
Topic: Is there a tool for comments?
Replies: 4
Views: 1306

Re: Is there a tool for comments?

If what zinc provided isn't what you are after, can you show us an example of what you want?

Couldn't you simply create a card the way you want it to look and then insert the cards in a card container and set the card container to carousel?
by crispy68
Thu Aug 25, 2022 1:07 am
Forum: Responsive Web Design
Topic: Modal layer not showing correct in breakpoints
Replies: 4
Views: 1773

Re: Modal layer not showing correct in breakpoints

Right click on the modal layer and uncheck "Include Visibility (RWD)". Now you can uncheck the "visible" box in the object manager to hide it and it will work.
by crispy68
Wed Aug 24, 2022 9:22 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: CORE UI ICONFONT (FREE)
Replies: 2
Views: 5306

CORE UI ICONFONT (FREE)

CORE UI FREE: CORE UI BRANDS: Have you been sitting around thinking to yourself "Man, I wish I had more iconfonts"? Well, your wish has been granted. Description: Add the free Core UI Icons iconfont to Web Builder containing 1,392 icons! It comes in 2 categories: Core UI Free (562 icons) ...
by crispy68
Wed Aug 24, 2022 4:37 pm
Forum: General Questions
Topic: Invisible scroll bar . Disable but still working
Replies: 3
Views: 1112

Re: Invisible scroll bar . Disable but still working

I'm not Pablo, but you can try to add this CSS code: <style> /* Hide scrollbar for Chrome, Safari and Opera */ .example::-webkit-scrollbar { display: none; } /* Hide scrollbar for IE, Edge and Firefox */ .example { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } </...
by crispy68
Wed Aug 24, 2022 11:32 am
Forum: General Questions
Topic: Glass blur layer - grid _flex _ modal
Replies: 6
Views: 1317

Re: Glass blur layer - grid _flex _ modal

Glad you got it working. However, the code I provided will work in breakpoints.
by crispy68
Tue Aug 23, 2022 5:08 pm
Forum: General Questions
Topic: Glass blur layer - grid _flex _ modal
Replies: 6
Views: 1317

Re: Glass blur layer - grid _flex _ modal

At the weblink you provided, you can create the look you want. Then, copy the CSS code they provide. You will need to open up a html object set to between the <head> tags and put the code like such: <style> #Layer1{background:rgba(255,255,255,0.2);backdrop-filter:blur(5px);-webkit-backdrop-filter:bl...
by crispy68
Tue Aug 23, 2022 4:43 pm
Forum: General Questions
Topic: Glass blur layer - grid _flex _ modal
Replies: 6
Views: 1317

Re: Glass blur layer - grid _flex _ modal

You will need to add additional CSS for that.
by crispy68
Tue Aug 23, 2022 4:42 pm
Forum: General Questions
Topic: How to Align Buttons
Replies: 13
Views: 2093

Re: How to Align Buttons

I can tell by the code it's a layout grid. The ID of one them is call "shirtLayoutGrid". Just click on the properties to see what type of object it is. Adding the negative margin is only for making sure the button stays at the bottom of the card but it doesnt mean it will line up with othe...
by crispy68
Tue Aug 23, 2022 3:56 pm
Forum: General Questions
Topic: How to Align Buttons
Replies: 13
Views: 2093

Re: How to Align Buttons

When using grids there is no way to make them all line up unless all the text content is exactly the same length which usually isnt the case. You may be better off creating cards and using a card container where you can have all the cards the same height.
by crispy68
Tue Aug 23, 2022 2:16 pm
Forum: General Questions
Topic: create a "Forum" website
Replies: 7
Views: 1424

Re: create a "Forum" website

This will require a 3rd party script. WB is website builder not a forum builder. As you can see, this forum is using phpBB. You could download this and add it to your server to have your own forum. You can also check out phpjabbers paid forum script as well.
by crispy68
Tue Aug 23, 2022 12:30 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: MAKI ICONFONT (FREE)
Replies: 0
Views: 6258

MAKI ICONFONT (FREE)

Description: Add the free Maki Icons iconfont to Web Builder containing 414 icons. All font files are CC0 1.0 license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Builder ...
by crispy68
Mon Aug 22, 2022 12:41 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: AFFIX HEADER EXTENSION (FREE) ** UPDATE 10/3/23 **
Replies: 6
Views: 39202

Re: Affix Header Extension

Features: - New: Extension re-coded from ground up! - New: Added easing option and offset to trigger transition. - New: Option to have logo change to another logo. - New: Option to add css.glass effect to header. - New: Option to add hover effect over header which fires the scroll effect. - New: Ab...
by crispy68
Mon Aug 22, 2022 12:24 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: SIMPLE LINE ICONS ICONFONT (FREE)
Replies: 0
Views: 6328

SIMPLE LINE ICONS ICONFONT (FREE)

Description: Add the free Simple Line Icons iconfont to Web Builder containing 194 icons. All font files are MIT license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Build...
by crispy68
Sat Aug 20, 2022 3:21 pm
Forum: Previewing and Publishing
Topic: Website not updating....
Replies: 19
Views: 5107

Re: Website not updating....

Frankly, I don't see any image errors on this page. I see 5 images. So if you've uploaded a new page with changed images it must be somewhere else on your server unless I'm missing something here. If you changed 2 images on this page and they are not showing then there would be errors showing up in ...
by crispy68
Fri Aug 19, 2022 5:22 pm
Forum: Previewing and Publishing
Topic: Website not updating....
Replies: 19
Views: 5107

Re: Website not updating....

Did you do a hard refresh? Control +f5?

Do you have a link to the webpage? Are you sure the files are in the correct folder?
by crispy68
Thu Aug 18, 2022 12:42 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: MEDICAL ICONS ICONFONT (FREE)
Replies: 0
Views: 6449

MEDICAL ICONS ICONFONT (FREE)

Description: Add the free Medical Icons iconfont to Web Builder containing 144 icons. All font files are MIT license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Builder T...
by crispy68
Thu Aug 18, 2022 12:13 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ELEMENT PLUS ICONFONT (FREE)
Replies: 0
Views: 6169

ELEMENT PLUS ICONFONT (FREE)

Description: Add the free Element Plus iconfont to Web Builder containing 293 icons. All font files are MIT license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Builder Te...
by crispy68
Tue Aug 16, 2022 6:18 pm
Forum: General Questions
Topic: Hide js code in source view page
Replies: 5
Views: 1204

Re: Hide js code in source view page

If you want to place your scripts in an external file, then you need to do the following: 1. Go to Tool --> Options --> HTML and check the button Generate external JS files for page specific scripts. 2. Click on the Publish tab (still under Options) and in the File Type Output Folder click Add --> E...
by crispy68
Tue Aug 16, 2022 4:34 pm
Forum: General Questions
Topic: Hide js code in source view page
Replies: 5
Views: 1204

Re: Hide js code in source view page

There is no way to protect JavaScript intended to run in a browser from a determined viewer. Obviously, you can have the code placed in a separate external file. Or you can Obfuscate the file so that most native variable names are replaced with short versions, so that all unneeded whitespace is remo...
by crispy68
Tue Aug 16, 2022 1:26 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ELEGANT ICONFONT (FREE)
Replies: 3
Views: 5513

Re: ELEGANT ICONFONT (FREE)

@donjohnson24,

That's great!! Glad you found it useful.
by crispy68
Tue Aug 16, 2022 2:12 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: MICRONS ICONFONT (FREE)
Replies: 0
Views: 6106

MICRONS ICONFONT (FREE)

Description: Add the free Microns iconfont to Web Builder containing 108 icons. All font files are SIL Open Font License v1.1. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web ...
by crispy68
Tue Aug 16, 2022 2:09 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: GENERICONS NEUE ICONFONT (FREE)
Replies: 0
Views: 6033

GENERICONS NEUE ICONFONT (FREE)

Description: Add the free Genericons Neue iconfont to Web Builder containing 103+ icons. All font files are GNU General Public License. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Downl...
by crispy68
Tue Aug 16, 2022 2:05 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: ELEGANT ICONFONT (FREE)
Replies: 3
Views: 5513

ELEGANT ICONFONT (FREE)

Description: Add the free Elegant iconfont to Web Builder containing 360+ icons. All font files are MIT license and GPL license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: We...
by crispy68
Mon Aug 15, 2022 7:29 pm
Forum: General Questions
Topic: Layout question
Replies: 5
Views: 1005

Re: Layout question

If you look at the debugger in the browser, the file "Electraink.css" is missing (404 error) as stated by Pablo. Based on your html code it is looking for this file in your root directory (same as where the html file is located). Also, I can also see that an image is missing "no capti...
by crispy68
Thu Aug 11, 2022 5:37 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: RAPHAEL ICONFONT (FREE)
Replies: 0
Views: 5837

RAPHAEL ICONFONT (FREE)

Description: Add the free Raphael iconfont to Web Builder containing 266+ icons. All font files are MIT license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Builder Templa...
by crispy68
Thu Aug 11, 2022 5:31 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: PRIMEICONS ICONFONT (FREE)
Replies: 0
Views: 5888

PRIMEICONS ICONFONT (FREE)

Description: Add the free Primeicons iconfont to Web Builder containing 239 icons. All font files are MIT license. Download Package: Includes folders containing the font files, .json file and .pdf instructions. Please make sure to read the install instructions! Info & Download: Web Builder Temp...
by crispy68
Thu Aug 11, 2022 5:12 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Fout in weergave bij gebruik van browser Firefox
Replies: 8
Views: 2202

Re: Fout in weergave bij gebruik van browser Firefox

You didn't mention anything about scrolling but I still don't see it when I scroll.
by crispy68
Thu Aug 11, 2022 4:51 pm
Forum: WYSIWYG Web Builder - Nederlandstalige versie
Topic: Fout in weergave bij gebruik van browser Firefox
Replies: 8
Views: 2202

Re: Fout in weergave bij gebruik van browser Firefox

I tested it in FF and do not see any white box.
by crispy68
Thu Aug 11, 2022 3:28 am
Forum: General Questions
Topic: Linked Text Unwanted Changes
Replies: 4
Views: 837

Re: Linked Text Unwanted Changes

It's works. If it doesn't, then your doing something incorrectly. Make sure your are applying the link to the text itself.
by crispy68
Thu Aug 11, 2022 3:19 am
Forum: General Questions
Topic: Linked Text Unwanted Changes
Replies: 4
Views: 837

Re: Linked Text Unwanted Changes

You can control the links in a couple of different ways: 1. Page Properties -- Go to Page --> Page Properties --> Style and under links you can set the color for each state and underlining. This affects all the links on the page (global style). 2. Link Styles -- Select the text --> right click on th...
by crispy68
Thu Aug 11, 2022 1:32 am
Forum: Paid extensions
Topic: ROTATING CTA BUTTON EXTENSION - ** Updated 11/10/22 **
Replies: 3
Views: 5171

ROTATING CTA BUTTON EXTENSION - ** Updated 11/10/22 **

Description This Web Builder extension lets you to add an interesting rotating Call To Action (CTA) button to your website that rotates on scroll. Based on a pen by Peter Hrynkow MIT license. WB Version: 16+ Features - Button can be Text Only, Text + Image or Text + Icon. - Button automatically res...
by crispy68
Thu Aug 11, 2022 12:19 am
Forum: Paid extensions
Topic: FOOTER REVEAL EXTENSION
Replies: 3
Views: 5204

FOOTER REVEAL EXTENSION

Description This Web Builder extension allows you to add a revealing footer on scroll with a curtain or scaling effect. The package includes 2 separate extensions for each effect. WB Version: 16+ Features - Works with footers designed using Layout Grids, Layers, Flex Containers, Flex Grid and Page ...
by crispy68
Wed Aug 10, 2022 12:43 am
Forum: General Questions
Topic: Do I have a phantom object or something..?
Replies: 2
Views: 984

Re: Do I have a phantom object or something..?

the video I see in the larger breakpoints is ID "travisjconsultingaboutHtml2". This contains the script and video (BBB Award Winner) is the html description. As Pablo stated, many scripts will show in all breakpoints despite you checking to "hide" it in WB. Not sure why you would...
by crispy68
Wed Aug 03, 2022 8:54 pm
Forum: General Questions
Topic: Need responsive word wrap
Replies: 28
Views: 3603

Re: Need responsive word wrap

got it. Will take a look at it as soon as i can.
by crispy68
Wed Aug 03, 2022 5:41 pm
Forum: General Questions
Topic: Need responsive word wrap
Replies: 28
Views: 3603

Re: Need responsive word wrap

I'll take a look at it. Unfortunately, your link is not working. :cry:
by crispy68
Wed Aug 03, 2022 5:26 pm
Forum: General Questions
Topic: Scrollable Panel Layer
Replies: 4
Views: 1119

Re: Scrollable Panel Layer

Try this:

Code: Select all

<style>
#Layer1_panel{overflow-y:auto;}
</style>
Add the above to an html object set to between the <head> tags. Change the words "Layer1" to match the ID of your panel layer.