Hello guys, i have learn how to use WYSIWYG web builder for 1 year and here is my first website develop using WYSIWYG web builder. I'm welcome anyone to comment about the website appearance.
This project front-end build using wwb 18 and i have added some customize code.
I have change the project ...
Search found 36 matches
- Sat Aug 10, 2024 2:48 pm
- Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
- Topic: My new website odeysoft.com
- Replies: 5
- Views: 4082
- Mon Sep 25, 2023 12:20 pm
- Forum: General Questions
- Topic: When checkbox is check, uncheck specific checkbox
- Replies: 4
- Views: 829
Re: When checkbox is check, uncheck specific checkbox
Yes i do consider the Radio button before, but the radio button unable to uncheck it. When user click the button, it can't uncheck the button back.
- Mon Sep 25, 2023 8:08 am
- Forum: General Questions
- Topic: When checkbox is check, uncheck specific checkbox
- Replies: 4
- Views: 829
When checkbox is check, uncheck specific checkbox
Hi, if i have a checkbox call "A" and "B", when user select the checkbox A, the checkbox B will automatically uncheck if B has been select before. May i know how to do it ?
- Sat Sep 17, 2022 4:44 pm
- Forum: General Questions
- Topic: Font Issue
- Replies: 1
- Views: 656
Font Issue
I has install Poppins font using wb google font manager.
When i use the font, it will auto get spacing between each word and i can't remove it.
This happen just when edit the project, if preview in browser it back to normal.
https://ibb.co/G2K7rhN
https://ibb.co/Wv17WTJ
[Image link]
https://ibb ...
When i use the font, it will auto get spacing between each word and i can't remove it.
This happen just when edit the project, if preview in browser it back to normal.
https://ibb.co/G2K7rhN
https://ibb.co/Wv17WTJ
[Image link]
https://ibb ...
- Sat Sep 17, 2022 9:56 am
- Forum: General Questions
- Topic: Extension Icon Disappear at Toolbox
- Replies: 2
- Views: 781
Re: Extension Icon Disappear at Toolbox
Thx, i try the reset tool box and it work
But my tools box customization also be reset
But my tools box customization also be reset
- Sat Sep 17, 2022 9:40 am
- Forum: General Questions
- Topic: Extension Icon Disappear at Toolbox
- Replies: 2
- Views: 781
Extension Icon Disappear at Toolbox
I just update my WB to version 17.4.1 and all of my extension icon is disappear at my toolbox.
https://ibb.co/F575h3K
https://ibb.co/F575h3K
Not only that, when i use the "mega menu" extension, i can't select the icon
https://ibb.co/4YzQJ2L
https://ibb.co/4YzQJ2L
I have try to re-install ...
https://ibb.co/F575h3K
https://ibb.co/F575h3K
Not only that, when i use the "mega menu" extension, i can't select the icon
https://ibb.co/4YzQJ2L
https://ibb.co/4YzQJ2L
I have try to re-install ...
- Fri May 27, 2022 6:38 am
- Forum: General Questions
- Topic: How To Make Vertical Text ?
- Replies: 3
- Views: 1702
Re: How To Make Vertical Text ?
Okay, got it with thanks 

- Fri May 27, 2022 3:51 am
- Forum: General Questions
- Topic: How To Make Vertical Text ?
- Replies: 3
- Views: 1702
How To Make Vertical Text ?
Hi, did WYSIWYG Web Builder have a tool that make vertical text like this video bellow ?
https://www.youtube.com/watch?v=ZGveFJUhqlU
Thanks
https://www.youtube.com/watch?v=ZGveFJUhqlU
Thanks
- Sun Apr 03, 2022 10:22 am
- Forum: Off Topic Section
- Topic: Membership Manager Pro
- Replies: 1
- Views: 2439
Membership Manager Pro
I found this script at codecanyon, can it work with wwb ? Anyone try before ?
https://codecanyon.net/item/membership- ... -pro/91421
https://codecanyon.net/item/membership- ... -pro/91421
- Sun Mar 13, 2022 4:29 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
The sql generated by wwb contains:
last_update_date TIMESTAMP NOT NULL,
so the issue could be the sql mode NO_ZERO_DATE .
I got the same error when using XAMPP.
In the SQL file my.ini there is:
sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION
When I changed this to:
sql_mode=NO ...
- Sat Mar 12, 2022 11:58 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Thanks for suggestionwwonderfull wrote: Sat Mar 12, 2022 10:47 am just dropping an opinion if you want you can get a webhost from hostinger(dot)com or whois(dot)com or even bluehost(dot)com all of them have a decent price with good and compatible service.

- Fri Mar 11, 2022 6:39 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
This is the error
The code i use for create the SQL have send above
I have done created the SQL manually, while i try login to the cms admin. Get this error.Invalid query: Invalid default value for 'last_update_date'
The code i use for create the SQL have send above
- Fri Mar 11, 2022 5:00 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
A Good news is, i success create the SQL manually
--
-- Table structure for table `CMS_PAGES`
--
CREATE TABLE `CMS_PAGES` (
`id` int(10) unsigned NOT NULL auto_increment,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`content` text NOT NULL,
`home` tinyint(1) NOT NULL ...
--
-- Table structure for table `CMS_PAGES`
--
CREATE TABLE `CMS_PAGES` (
`id` int(10) unsigned NOT NULL auto_increment,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`content` text NOT NULL,
`home` tinyint(1) NOT NULL ...
- Fri Mar 11, 2022 3:33 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Pablo, Did you have any suggesting on web hosting provider that 100% combability with WWB without configure this kind of issue ?
- Fri Mar 11, 2022 10:55 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
I think they also don't know what i'm asking and what is it..... RIP
A lesson for me, DON'T BUY CHEAP SERVER
- Fri Mar 11, 2022 10:27 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Yea, I know the error not related with the software. I just want find who have experience to solve this issue.
They replied

They replied
I have no idea about itThe default date format in this server is same as Singapore time and date

- Fri Mar 11, 2022 10:03 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Pablo wrote: Fri Mar 11, 2022 7:36 am How can you have the same error?
There is no default date in the query anymore...
Like this right ?
- Fri Mar 11, 2022 7:27 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
CREATE TABLE `CMS_PAGES` (
`id` int(10) UNSIGNED NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`content` text NOT NULL,
`home` tinyint(1) NOT NULL,
`visible` tinyint(1) NOT NULL,
`create_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT ...
- Fri Mar 11, 2022 7:15 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
No, I haven't try yet. But how to remove ?
- Fri Mar 11, 2022 3:19 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
It said
Any idea about it ?The default date format in this server is same as Singapore time and date
- Thu Mar 10, 2022 4:33 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Nop, I'm using c-panel server. My server is Linux system. Now i'm waiting my hosting provider to answer me about the default time
- Thu Mar 10, 2022 2:02 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
The file don't create it automatically, every time i login to the admin it always show this error
That's why i do it manuallyInvalid query: Invalid default value for 'last_update_date'
- Thu Mar 10, 2022 1:00 pm
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Thanks WWBman. I do not notice need to put comma at penultimate line. Now only have this error
Thanks again
Did you know how to fix ? I have try "1970-01-01 00:00:01" and "0000-00-00 00:00:00". Both not work#1067 - Invalid default value for 'last_update_date'
Thanks again
- Thu Mar 10, 2022 11:05 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Yea, i try try before. It same, not working.
- Thu Mar 10, 2022 10:35 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Is it like this ?

Sorry I'm just new with the software.
Sorry I'm just new with the software.
- Thu Mar 10, 2022 10:29 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
- Thu Mar 10, 2022 10:24 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Opps, sorry. I got the wrong paste.
It said this
Error
SQL query:
CREATE TABLE `CMS_PAGES` (
`id` int(10) UNSIGNED NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`content` text NOT NULL,
`home` tinyint(1) NOT NULL,
`visible` tinyint(1) NOT NULL,
`create_date ...
It said this
Error
SQL query:
CREATE TABLE `CMS_PAGES` (
`id` int(10) UNSIGNED NOT NULL,
`category_id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`content` text NOT NULL,
`home` tinyint(1) NOT NULL,
`visible` tinyint(1) NOT NULL,
`create_date ...
- Thu Mar 10, 2022 10:13 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
I have try the new code, but still get error :cry:
Static analysis:
2 errors were found during analysis.
A comma or a closing bracket was expected. (near "(" at position 842)
Unexpected beginning of statement. (near "`id`" at position 843)
SQL query:
-- -- Table structure for table `CMS_PAGES ...
Static analysis:
2 errors were found during analysis.
A comma or a closing bracket was expected. (near "(" at position 842)
Unexpected beginning of statement. (near "`id`" at position 843)
SQL query:
-- -- Table structure for table `CMS_PAGES ...
- Thu Mar 10, 2022 9:08 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Re: Manually created database error
Pablo wrote: Thu Mar 10, 2022 7:39 am Maybe there is no space betweenandCode: Select all
`search_index` int(1) DEFAULT '1'
Code: Select all
PRIMARY KEY (`id`));
Nop, still same. Can you help me test ? I send you my c-penal account personally
- Thu Mar 10, 2022 5:12 am
- Forum: Content Management System
- Topic: Manually created database error
- Replies: 43
- Views: 132969
Manually created database error
Hi, I try create a CMS database manually but i get this error. The code is copy from the help in WYSIWYG software
--- Screenshot
Any idea how to fix it ?
Any idea how to fix it ?
- Thu Feb 24, 2022 1:17 pm
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Re: Connect Cpanel MySQL issue (Not local host)
Hello Phillip,
----Fail to connect database mean that something is wrong.
If Phpmyadmin works and your application don't work AND all the settings are correct, than please take into consideration this point:
---------------------
One more think: if the IP address of the server where your ...
- Thu Feb 24, 2022 9:21 am
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Re: Connect Cpanel MySQL issue (Not local host)
Hello Phillip,
can you connect to your MYSQL Server in Phpmyadmin?
Every host has his own access to the mysql server and this is phpmyadmin.
With this error message, I think this is the best way to beginn finding the error.
Yes, i able to connect MySQL with my Php admin. When i create a ...
- Thu Feb 24, 2022 7:46 am
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Re: Connect Cpanel MySQL issue (Not local host)
When i uploaded and try signup an account, it said
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Any ...
- Tue Feb 22, 2022 3:29 pm
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Re: Connect Cpanel MySQL issue (Not local host)
When i uploaded and try signup an account, it said
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Any advice ?
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Any advice ?
- Tue Feb 22, 2022 3:14 pm
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Re: Connect Cpanel MySQL issue (Not local host)
It said
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Here are the image provided
https://ibb.co/3T7DxsL --- Database that i fill
https://ibb.co/WB8VVmW --- MyPhp main page
https://ibb.co/b7nsMPf --- Username
https://ibb ...
Failed to select database
Access denied for user 'phillip_login-test'@'localhost' to database 'phillip_login-test'
Here are the image provided
https://ibb.co/3T7DxsL --- Database that i fill
https://ibb.co/WB8VVmW --- MyPhp main page
https://ibb.co/b7nsMPf --- Username
https://ibb ...
- Tue Feb 22, 2022 2:53 pm
- Forum: Off Topic Section
- Topic: Connect Cpanel MySQL issue (Not local host)
- Replies: 17
- Views: 8427
Connect Cpanel MySQL issue (Not local host)
Hi, i recently using forms and login tools to connect with MySQL, but i unable to connect it to my server. In the Cpanel i have created a database and mysql account, maybe i fill the wrong database name, server or username.
Did anyone can teach me what and how to fill it ?
Really appreciate
Did anyone can teach me what and how to fill it ?
Really appreciate