Search found 948 matches

by wwonderfull
Thu Mar 28, 2024 4:59 am
Forum: General Questions
Topic: Sortable table with links
Replies: 2
Views: 88

Re: Sortable table with links

It is possible in 2 ways one is server sided the second is client sided. For server sided needs php for client sided needs JS. But if you are trying to sort the table which wysiwyg web builder has then it would require dom manipulation which may require custom codes. Other than that the table in wwb...
by wwonderfull
Thu Mar 28, 2024 4:42 am
Forum: Off Topic Section
Topic: Contractor needed for first project
Replies: 25
Views: 1385

Re: Contractor needed for first project

I think it is better when someone comes in trouble and those who always help people most and are active they are the ones who get the contracts mostly I think. If they fail to do so then the clients might again post on the same thread seeking for more professional help if needed. I was experimenting...
by wwonderfull
Sat Mar 23, 2024 5:39 am
Forum: Off Topic Section
Topic: Lot of TNX for the new Accessibility tool extension Pablo
Replies: 2
Views: 314

Re: Lot of TNX for the new Accessibility tool extension Pablo

Appreciate @pablos detailed tailored work he does on wwb. Hardly I have seen such a program which covers so many stuffs. The best part is that he made it so modular customizable visually enhanced that I think every single website on earth even if custom coded should be made using wysiwyg web builder...
by wwonderfull
Sat Mar 23, 2024 5:33 am
Forum: General Questions
Topic: Multiple Dialog Modals
Replies: 2
Views: 394

Re: Multiple Dialog Modals

Or a dynamic dialogue takes values from whatever you click and one dialog can visualize all of them. By the way custom codes would be required.
by wwonderfull
Sat Mar 23, 2024 5:30 am
Forum: Off Topic Section
Topic: Contractor needed for first project
Replies: 25
Views: 1385

Re: Contractor needed for first project

@Hexsol ... If you are just interested in creating a survey, then maybe Mailchimp would suit your needs. No need for a website, hosting provider, etc. See: https://mailchimp.com/ The site is a simple survey site, with only 5 pages in total, Sign in, Welcome, Instructions, Survey Questions, Thank yo...
by wwonderfull
Sun Mar 17, 2024 3:28 pm
Forum: Forms
Topic: choosing dropdown from another table
Replies: 10
Views: 613

Re: choosing dropdown from another table

Thanks, I was trying to shortcut generating the css styling by designing the layout in wwb and using custom script for the table. No shortcuts for me then :D Understandable. The thing is that php pages are done server sided. So nothing exists until the server generates the html because inside the h...
by wwonderfull
Sun Mar 17, 2024 3:15 pm
Forum: Forms
Topic: choosing dropdown from another table
Replies: 10
Views: 613

Re: choosing dropdown from another table

PHP table generates dynamically by taking table data and loading it while wwb Table and buttons are static to the page unless some kind of backend is connected. I am not sure what you meant but if you are trying to make the table or crud kind of thing then it has to be done purely out of the box bec...
by wwonderfull
Sun Mar 17, 2024 12:56 pm
Forum: General Questions
Topic: Text change
Replies: 11
Views: 926

Re: Text change

I think in a way your consideration is correct @pablo but their is always that 1% trying to add 00. Pros of Using Different Fonts at Breakpoints: 1. Improved Readability: Different fonts can be chosen to optimize readability at different screen sizes, enhancing the overall user experience. 2. Enhanc...
by wwonderfull
Sun Mar 17, 2024 7:51 am
Forum: General Questions
Topic: Text change
Replies: 11
Views: 926

Re: Text change

What @pablo was saying I think was if there are 3 fonts for example then we might have to do changes for those fonts one after the other on the global replace. But if something better can be implemented then can be useful.
by wwonderfull
Sun Mar 17, 2024 7:35 am
Forum: General Questions
Topic: The Need for Breakpoints in the 2020s
Replies: 8
Views: 386

Re: The Need for Breakpoints in the 2020s

Thanks for replying to this question... this brings me to ask, does the point of "design is going to dictate" the need, imply that IF starting a new (assume multi-page, layout grid, responsive) site from scratch that it's safe to begin with no breakpoints, test as you build, then IF a sma...
by wwonderfull
Sat Mar 16, 2024 4:06 pm
Forum: General Questions
Topic: The Need for Breakpoints in the 2020s
Replies: 8
Views: 386

Re: The Need for Breakpoints in the 2020s

Added to what @pablo and @crispy68 has elaborated that breakpoint is only used if you need it for the websites adjustments. I can assure you there are designs which does not even need a breakpoint as it is as simple as an article page. But if your page has many objects which you would need to hide a...
by wwonderfull
Fri Mar 15, 2024 7:28 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 1815

Re: pdf in lightbox

for magnifictpopup I think the height can be adjusted by setting the class height to 80%

Anyways very welcome : )
by wwonderfull
Fri Mar 15, 2024 7:04 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 1815

Re: pdf in lightbox

The same thing can be done from WYSIWYG Web Builder for example Take a button and in the button properties go to links and use external link and paste the link then choose target to Open in lightbox. So I think by default it will use magnificpopup. I would say about 98% same result other than some h...
by wwonderfull
Fri Mar 15, 2024 6:15 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 1815

Re: pdf in lightbox

It is actually custom made. I think even magnificpopup can do the same too. But as it is a simple custom lightbox does exactly what it is meant to. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, ini...
by wwonderfull
Fri Mar 15, 2024 5:22 pm
Forum: Responsive Web Design
Topic: pdf in lightbox
Replies: 8
Views: 1815

Re: 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 heigh...
by wwonderfull
Sat Mar 09, 2024 8:10 am
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 902

Re: Z-index problem with Panel Layer

Hi wonderful, tnx for jumping in. I don't get it... do you mean I have written the code wrong? The objects name is: PanelLayer not PanelLayer_panel ?? As @crispy68 has mentioned everything fluently and added to that is that the PanelLayer_panel is generated using jQuery so it is more like a dynamic...
by wwonderfull
Thu Mar 07, 2024 12:51 pm
Forum: General Questions
Topic: Z-index problem with Panel Layer
Replies: 19
Views: 902

Re: Z-index problem with Panel Layer

Hi Pablo and team. Using the Panel layer for menu at the left border with the trigger button at the right top in the header having problem that the panel goes under the footer when scrolled down. Have set the z-index to: 12000 for the panel layer. The z-index for the footer layout grid seams to be ...
by wwonderfull
Thu Feb 29, 2024 3:51 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: 1306

Re: CARD FILTER EXTENSION (FREE)

No problem it can be adjusted I think. But thanks for the extension. As it is purely JavaScript based as you mentioned it cuts the need of jQuery which is the future proof solution. That is also the reason I had suggested it but people thought why am I asking a feature which already exist but uses j...
by wwonderfull
Thu Feb 29, 2024 3:40 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: 1306

Re: CARD FILTER EXTENSION (FREE)

@crispy68 thanks for making an extension out of the suggestion I had posted although @pablo did resolve much with his features. Any solution for the cramped cards? I mean does it need to be adjusted on breakpoints from the pages of wwb or can it be done directly from the extension? https://s.floomby...
by wwonderfull
Thu Feb 29, 2024 3:20 am
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

It is wonderful that you are being so helpful :wink: What am I looking at with this code? I'm not as advanced as you. I'm trying to see if anyone has knowledge of how to make the widget I mentioned go "live" or active only when clicking on a link to enable it. You said you want a text or ...
by wwonderfull
Wed Feb 28, 2024 5:43 pm
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

I'm wondering if I could create two "header/footer" master pages - one with that code and one without. When the site first comes up - it will come up with a master page without the code but with an accessibility link that will push the site over to the master page with that code. I'm just...
by wwonderfull
Tue Feb 27, 2024 12:18 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Websites for my wife...
Replies: 3
Views: 342

Re: Websites for my wife...

The color scheme and the font size along with font-family is perfect. One of the sites I would surely praise for that specific reason.
by wwonderfull
Tue Feb 27, 2024 12:16 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: https://www.bluinfinito.gr
Replies: 3
Views: 313

Re: https://www.bluinfinito.gr

The website looks very relaxing. Smooth animations and a nice color scheme. I checked it up on browsers Google lighthouse it had an accessibility of 58 which I am sure you will improve whenever possible. Other than that nice landing page.
by wwonderfull
Tue Feb 27, 2024 12:00 pm
Forum: General Questions
Topic: FileUpload Process Bar for FileUpload in form
Replies: 4
Views: 224

Re: FileUpload Process Bar for FileUpload in form

hi again dear pablo . how can i Show The FileUpload process During Uploading File with progressbar in my Form is it possible ? is there any custome Code to Combine Them ? I had done this for some one before but in a different way. But the file upload is more like an animation more then a real progr...
by wwonderfull
Sun Feb 25, 2024 6:17 pm
Forum: Forms
Topic: choosing dropdown from another table
Replies: 10
Views: 613

Re: choosing dropdown from another table

Thanks, I thought it would need custom code, I just need to know if it is possible, and where to put the custom code. So I want to create a form (I already have the database) for updating customer details, the form will show customer name, address, phone etc. The form also needs to show who is the ...
by wwonderfull
Sun Feb 25, 2024 4:14 pm
Forum: Forms
Topic: choosing dropdown from another table
Replies: 10
Views: 613

Re: choosing dropdown from another table

Hi, when creating a form for updating a database, is it possible that the dropdown can be fields from another table? For example, a "customer details" table form, need to choose the customer account manager from the "staff" table? Thanks As it is database related stuff your ques...
by wwonderfull
Wed Feb 21, 2024 5:03 pm
Forum: Forms
Topic: php 8.2
Replies: 6
Views: 511

Re: php 8.2

As @pablo mentioned. But I think a demo would be needed to be sure what the problem may be.

Along with that read this post for more information if found useful:
viewtopic.php?p=487465#p487465
by wwonderfull
Wed Feb 21, 2024 4:48 pm
Forum: Off Topic Section
Topic: WYSIWYG Web Builder merch
Replies: 23
Views: 1336

Re: WYSIWYG Web Builder merch

How about this for some merch. Designed it myself took an hour to convert and HDR the images and to pick up a good surface background. I wish I had the svg of this logo could have done better. Should have looked more high definition. https://s.floomby.com/uploads/s/210224/bAbgP6ET.jpg?download=1&...
by wwonderfull
Wed Feb 21, 2024 11:15 am
Forum: General Questions
Topic: Filters
Replies: 9
Views: 687

Re: Filters

Thanks for the information @mixextra @Varail this is what you might need. This may be helpful: https://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=82661 Demo: https://www.wysiwygwebbuilder.com/support/filter/cards_filter.html You can also use a text filter: https://www.wysiwygwebbuilder.com/foru...
by wwonderfull
Wed Feb 21, 2024 8:13 am
Forum: General Questions
Topic: Filters
Replies: 9
Views: 687

Re: Filters

Hi, I'm using the tabbed filter on this page, created with WWB. One card can also be displayed in several filters: https://aukcionar.sk/ponuka Nice thought almost forgot about that one although worked with it in a project. I think that would be a better temporary solution for @Varail unless there a...
by wwonderfull
Tue Feb 20, 2024 8:58 am
Forum: General Questions
Topic: Filters
Replies: 9
Views: 687

Re: Filters

That kind of stuff Wysiwyg web builder can also do but with images. So in that case your jokes need to be snipped or converted to blocks of images and you can use the gallery tool of WWB which is from my idea which I got from @pablo's gallery filter feature. To do that here is a demo from @Pablo wit...
by wwonderfull
Tue Feb 20, 2024 8:20 am
Forum: General Questions
Topic: Filters
Replies: 9
Views: 687

Re: Filters

Varail wrote: Mon Feb 19, 2024 5:45 pm I would say 10 jokes/page 100 words average.
It is possible needs custom codes if you have some design aspect added to the solution might need more adjustments.

https://www.w3schools.com/howto/howto_j ... ements.asp
by wwonderfull
Mon Feb 19, 2024 4:49 pm
Forum: General Questions
Topic: Filters
Replies: 9
Views: 687

Re: Filters

You may have made it sound simple but it is not that simple but a bit complex even with custom codes. As far as I know WYSIWYG Web Builder only has some tagging features for CMS Blogs but I am not sure how much it will help you for that filtering. As you have said that it is a website which contains...
by wwonderfull
Wed Feb 14, 2024 4:24 pm
Forum: General Questions
Topic: Can WWB do this?
Replies: 18
Views: 924

Re: Can WWB do this?

Hey Alan, I'm not at home but honestly you wont need it. It is very easy. Here is what I did. 1. Insert a grid (1x 5x 5x 1x). 2. In column 2, insert a text object. Add a lot of text so that it's long and will scroll. 3. In column 3, insert a grid and set it to sticky. All I did was set the backgrou...
by wwonderfull
Wed Feb 14, 2024 6:12 am
Forum: General Questions
Topic: Full width image
Replies: 5
Views: 328

Re: Full width image

In that case the css should be something like this

Code: Select all

img {
    max-width: 100%;
    height: auto;
}
by wwonderfull
Wed Feb 14, 2024 2:46 am
Forum: Links and Navigation
Topic: Link Extentions
Replies: 4
Views: 347

Re: Link Extentions

You can also do it in wwb by using canonical link. There is advanced option for this too. But be aware I one day took the stand to test it in every way and according to pablo himself there are few cases where it may have problems as I had. It can cause problem with some extensions or custom coded ph...
by wwonderfull
Tue Feb 13, 2024 6:34 pm
Forum: General Questions
Topic: Inmporting website into WYSIWYG
Replies: 14
Views: 686

Re: Inmporting website into WYSIWYG

@onlye from a previous post by johnbor I think he was looking for the following Is there a place to find some good Free website templates that can be imported and worked on with WYSIWYG ? Such as Insurance templates and similar? It was not from WYSIWYG it was from webextheme With that said it could...
by wwonderfull
Mon Feb 12, 2024 4:01 pm
Forum: General Questions
Topic: Can WWB do this?
Replies: 18
Views: 924

Re: Can WWB do this?

alan_sh wrote: Mon Feb 12, 2024 12:20 pm No - it needs the right side to scroll differently to the left side.
It can be done in that way too. The thing which you asked I already did it on my website's blog menu. It uses a bit of custom script but I think it is possible even with css. Check this HERE (link has been removed by author)
by wwonderfull
Mon Feb 12, 2024 11:21 am
Forum: General Questions
Topic: Can WWB do this?
Replies: 18
Views: 924

Re: Can WWB do this?

Something like this? Does not need custom script by the way although can be done using custom scripts too.

https://s13.gifyu.com/images/SCDAc.gif
by wwonderfull
Mon Feb 12, 2024 8:58 am
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: New Website for the Diocese
Replies: 6
Views: 657

Re: New Website for the Diocese

Good Website. The flaws of the designs were that the font you had chosen which is 'Barlow Condensed' I think in some places is too small compare to the other texts. Along with that the font seems to be too thin and has less letter spacing which may cause problem with people with eye problems so alwa...
by wwonderfull
Mon Feb 12, 2024 8:13 am
Forum: General Questions
Topic: Inmporting website into WYSIWYG
Replies: 14
Views: 686

Re: Inmporting website into WYSIWYG

There is nothing of shame for wwb to be honest something which is meant to walk was never meant to fly. Wysiwyg Web Builder can almost replicate any static template with proper skills. WWB may not have all the designs every single new custom websites have but with some proper adjustments you can rea...
by wwonderfull
Mon Feb 12, 2024 7:39 am
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: HandBrake (Video Compression)
Replies: 2
Views: 749

Re: HandBrake (Video Compression)

Needing to compress your large videos without a great loss in quality then take a look at HandBrake is a open-source tool, built by volunteers, for converting video from nearly any format to a selection of modern, widely supported codecs. Free and Open Source. HandBrake Thanks for the post @BaconFr...
by wwonderfull
Fri Feb 09, 2024 3:13 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Mary's Toolset (Free Miscellaneous Web Tools) [**UPDATED**] 💗
Replies: 8
Views: 1363

Re: Mary's Toolset (Free Miscellaneous Web Tools) [**UPDATED**] 💗

That's a very good collection you have @mary some of which I already use and a few new. I liked the oldschool photo editor btw although I use modern softwares like affinity. In terms of online image editing, lunapic is indeed a good choice. Thanks for posting..
by wwonderfull
Fri Feb 09, 2024 7:26 am
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

If you use the built-in SEO assistant then most accessibility issues will be already addressed. Because many SEO 'suggestions' are actually for accessibility (titles ,headings, labels) At the moment I am not aware of any accessibility issues in the code, because there have already been huge improve...
by wwonderfull
Thu Feb 08, 2024 5:09 pm
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

When you look at the compliance list, it feels like there are a lot of different types of accommodations. Which I'm 110% supportive of. It's just not easy to implement them all. True, and it takes a lot of time to maintain pages with such accessibility settings and stuffs continuously checking and ...
by wwonderfull
Thu Feb 08, 2024 2:16 pm
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

Note that many WWB features have support for accessibility built-in. For example: - description and title for images - semantic tags: layer, layout grid, nav - ARIA support for built-in menus - labels for forms - headings - sub titles for video - reduced motion etc. If more is needed then let me kn...
by wwonderfull
Thu Feb 08, 2024 1:19 pm
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

Operable Websites should be responsive and easy to navigate for all users across multiple browsers and mobile devices If we just take this one guideline as an example then I think most people would stop making websites with absolute grids which looks like browsing a brochure on a mobile phone with ...
by wwonderfull
Thu Feb 08, 2024 1:11 pm
Forum: General Questions
Topic: Accessibility Standards
Replies: 34
Views: 1464

Re: Accessibility Standards

Accessibility policy USA (America) https://www.usa.gov/accessibility Web Accessibility Laws & Policies https://www.w3.org/WAI/policies/?q=accessibility-law According to this website https://www.rev.com/blog/speech-to-text-accessibility/web-accessibility-laws-in-the-u-s While the ADA prohibits di...
by wwonderfull
Tue Feb 06, 2024 7:45 am
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: myaagrapevines.com version 3.0
Replies: 26
Views: 12018

Re: myaagrapevines.com version 3.0

what if that page you have looked like this. Although I could scrape the site but tweaked it using the browsers dt.

Image
by wwonderfull
Sun Feb 04, 2024 5:34 pm
Forum: General Questions
Topic: SunEditor not saving changes
Replies: 2
Views: 373

Re: SunEditor not saving changes

Yes, that worked pablo thanks for the input :)