Thank you for your help!
I used your suggestion to use Layout Grid with table and it's working as expected.
Search found 67 matches
- Fri Dec 13, 2024 12:52 am
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
- Thu Dec 12, 2024 10:28 pm
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
Re: Help BookMarks
You should note that using HTML tables are not responsive and are really a old fashion way to display information . If you really need to use tables for your layout then I would think of using "Layout Grids" in there place as these are the modern alternative to tables.
I'm testing Layout Grid ...
- Thu Dec 12, 2024 10:03 pm
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
Re: Help BookMarks
This may not be the best solution for me.
I just discovered the table does not resize in each breakpoint.
I just discovered the table does not resize in each breakpoint.
- Thu Dec 12, 2024 9:38 pm
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
Re: Help BookMarks
See the following Linking your pages together reading from "Bookmarks (Jump to another part of the page)"
I did come across the page you referenced above, but my issue is regarding Step 2:
"Move the bookmark icon to the position where you want the page to jump to if the user clicks the link ...
- Thu Dec 12, 2024 9:02 pm
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
Re: Help BookMarks
I have not.crispy68 wrote: Thu Dec 12, 2024 8:57 pm Have you tried setting the link to bookmark to the text object using its ID?
Could you please provide some details on this, or point me in the right direction?
- Thu Dec 12, 2024 8:43 pm
- Forum: General Questions
- Topic: Help BookMarks
- Replies: 20
- Views: 3365
Re: Help BookMarks
I'm trying to make a similar page to the FAQ page here: https://www.wysiwygwebbuilder.com/forum/app.php/help/faq
I have a table with 1-column and many rows.
One row/cell has 10 lines of text. Each line of text I added a link with bookmark selected.
Problem is, you can't place a bookmark object ...
I have a table with 1-column and many rows.
One row/cell has 10 lines of text. Each line of text I added a link with bookmark selected.
Problem is, you can't place a bookmark object ...
- Fri Nov 29, 2024 11:17 pm
- Forum: Forms
- Topic: Checkbox value character limit?
- Replies: 2
- Views: 970
Re: Checkbox value character limit?
So, I used a Text Area in the form and placed my data in the Initial Value box which consists of 626 characters.
I made it Read only and hidden.
This shows properly in the email.
I think this should be okay.
Thanks!
I made it Read only and hidden.
This shows properly in the email.
I think this should be okay.
Thanks!
- Fri Nov 29, 2024 8:59 pm
- Forum: Forms
- Topic: Checkbox value character limit?
- Replies: 2
- Views: 970
Checkbox value character limit?
I added a checkbox to a form and the Object Properties Value includes 626 characters.
It shows properly in the application.
E-mail received only shows 364 characters.
How to fix this?
It shows properly in the application.
E-mail received only shows 364 characters.
How to fix this?
- Fri Apr 12, 2019 8:58 pm
- Forum: Free Templates
- Topic: A Basic WYSIWYG Template
- Replies: 18
- Views: 86560
Re: A Basic WYSIWYG Template
Did you get the URL sorted out yet, I would love to see the template.
Thanks!
Thanks!
- Sun Aug 12, 2018 12:11 am
- Forum: Login Tools Questions
- Topic: Page in subfolder cannot see database
- Replies: 1
- Views: 10531
Re: Page in subfolder cannot see database
I found the answer... database path should be without the first slash and show two dots.
$database = '../usersdb.php';
$database = '../usersdb.php';
- Sat Aug 11, 2018 9:45 pm
- Forum: Login Tools Questions
- Topic: Page in subfolder cannot see database
- Replies: 1
- Views: 10531
Page in subfolder cannot see database
All my login pages are in the same folder.
I have a test page in this folder which sees the database just fine by using this variable: $database = './usersdb.php';
When I move this test page to a sub folder and change the database path to: $database = '/../usersdb.php';
I get the dreadful "User ...
I have a test page in this folder which sees the database just fine by using this variable: $database = './usersdb.php';
When I move this test page to a sub folder and change the database path to: $database = '/../usersdb.php';
I get the dreadful "User ...
- Tue Aug 07, 2018 1:48 pm
- Forum: Login Tools Questions
- Topic: User Name and Password questions
- Replies: 6
- Views: 15999
Re: User Name and Password questions
Convert to Form enables me to set minimum character length, so this will suffice... thanks!
I've been testing using email addresses as User Name and it's working perfectly.
All set for now.
Thanks!
I've been testing using email addresses as User Name and it's working perfectly.
All set for now.
Thanks!
- Tue Aug 07, 2018 1:55 am
- Forum: Login Tools Questions
- Topic: User Name and Password questions
- Replies: 6
- Views: 15999
Re: User Name and Password questions
That is great to know... thank you for the info!
What about "Change Password" tool - how to set minimum password? Is their PHP code snippet I can use? Is there already a minimum password set?
Thanks
-Jeff
What about "Change Password" tool - how to set minimum password? Is their PHP code snippet I can use? Is there already a minimum password set?
Thanks
-Jeff
- Mon Aug 06, 2018 6:55 pm
- Forum: Login Tools Questions
- Topic: User Name and Password questions
- Replies: 6
- Views: 15999
User Name and Password questions
I didn't see any info regarding this so here goes:
I plan to use email addresses for User Names in flat-file database - Are there any character restrictions to user name or passwords?
I'm using "User Redirect" and "Protect Page" where I input user name - Is there a total character length limit ...
I plan to use email addresses for User Names in flat-file database - Are there any character restrictions to user name or passwords?
I'm using "User Redirect" and "Protect Page" where I input user name - Is there a total character length limit ...
- Sun Jul 22, 2018 8:54 pm
- Forum: Login Tools Questions
- Topic: Admin page does not timeout
- Replies: 2
- Views: 10623
Re: Admin page does not timeout
Thank you Pablo. I will just make sure to Log off.
I have been a huge fan of WWB since its inception. I'm just getting back into it now after a few years. Thank you for all that you do!
I have been a huge fan of WWB since its inception. I'm just getting back into it now after a few years. Thank you for all that you do!
- Sun Jul 22, 2018 8:14 pm
- Forum: Login Tools Questions
- Topic: Admin page does not timeout
- Replies: 2
- Views: 10623
Admin page does not timeout
I created a login site a few days ago and it worked as expected. Today when accessing the admin webpage I did not need to login. The admin page opened up and I'm able to view the users. Shouldn't the admin page logout/timeout on its own? How can I fix this problem?
- Sun Jul 22, 2018 8:07 pm
- Forum: Login Tools Questions
- Topic: Disable case-sensitive for log-in user name
- Replies: 1
- Views: 9578
Disable case-sensitive for log-in user name
Is there a way to Disable case-sensitive for log-in user name?
- Mon Jul 09, 2018 8:25 pm
- Forum: Login Tools Questions
- Topic: What are the Pros and Cons of flat file vs MySQL database?
- Replies: 1
- Views: 11670
What are the Pros and Cons of flat file vs MySQL database?
What are the Pros and Cons of flat file vs MySQL database?
- Mon Dec 23, 2013 5:19 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: jor_fonteffect 3.0
- Replies: 18
- Views: 84442
Re: jor_fonteffect_update 3
FYI... I just tested this again from a different PC using WB9 and the font shows correctly. This is a Windows 7 PC. The other PC was Windows 8.1.
That's the only difference I see, but it looks right now.
Now I need to see if I can reproduce the same effect from your fonteffect extension in WB Text ...
That's the only difference I see, but it looks right now.
Now I need to see if I can reproduce the same effect from your fonteffect extension in WB Text ...
- Mon Dec 23, 2013 2:02 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: jor_fonteffect 3.0
- Replies: 18
- Views: 84442
Re: jor_fonteffect_update 3
Just to clarify - it's not that 2 letters are squashed together, but the letter "z" appears differently in the WB Text Art for some reason. I have two z's together and the first z is wrong, but the 2nd z shows correctly. I'm using a font called "Henny Penny" (google font). Any idea why this is or ...
- Sat Dec 21, 2013 4:41 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: jor_fonteffect 3.0
- Replies: 18
- Views: 84442
Re: jor_fonteffect_update 3
Hi Jordan,
I actually did the screenshot and pasted into Photoshop to create an image file. Thought I would reach out to you see if I could generate the image file directly from WB. You lose a little granularity in a screenshot. I tried WB Text Art, but I'm using a google font which I downloaded and ...
I actually did the screenshot and pasted into Photoshop to create an image file. Thought I would reach out to you see if I could generate the image file directly from WB. You lose a little granularity in a screenshot. I tried WB Text Art, but I'm using a google font which I downloaded and ...
- Sat Dec 21, 2013 4:07 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: jor_fonteffect 3.0
- Replies: 18
- Views: 84442
Re: jor_fonteffect_update 3
Awesome extension!
Is it possible to save the font effect as a jpg or png?
Is it possible to save the font effect as a jpg or png?
- Sun Nov 24, 2013 12:46 am
- Forum: Paid Templates
- Topic: CMS SHOP + 2.2 RELASED!!!
- Replies: 76
- Views: 154634
Re: CMS SHOP + 2.0
Are you still working on the CMS Shop development? Please let us know if this is available now?
Thanks
Thanks
- Fri Nov 22, 2013 7:23 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Thank you. I appreciate your response. Maybe in the future I'll look into your paid version.
- Fri Nov 22, 2013 4:26 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Hi George,
I'm guessing this is not something which can be easily implemented.
I'm guessing this is not something which can be easily implemented.
- Thu Nov 21, 2013 4:52 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: CMS Menu standalone - 17/09/2013
- Replies: 9
- Views: 22731
Re: CMS Menu standalone - 17/09/2013
Am building a site with this extension, should be published in a few days.
I will also provide some sample projects on how this extension can be used on pages that do not contain the CMS View object. Will do that in a couple of days :)
Awesome work! Can you also provide some sample projects ...
I will also provide some sample projects on how this extension can be used on pages that do not contain the CMS View object. Will do that in a couple of days :)
Awesome work! Can you also provide some sample projects ...
- Wed Nov 20, 2013 10:31 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: CMS Menu standalone - 17/09/2013
- Replies: 9
- Views: 22731
Re: CMS Menu standalone - 17/09/2013
Do you have any samples of this yet?
Thanks
Thanks

- Sun Nov 17, 2013 5:17 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
I see the note To delete a product, change the quantity to be "0" and press "Recalculate" to remove an item from the cart, but is it possible to show a remove button beside every item?
- Sun Nov 10, 2013 2:47 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Is it necessary to add the cart folder to robots.txt?
- Mon Nov 04, 2013 3:44 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Quick question...
You emphasize - Upload the entire "cart" folder, from your computer to the "root" directory of your site.
Will it be an issue to use a sub-folder as a testing environment. For example, root-directory/test-folder and upload everything to this location.
Reason for this is to not ...
You emphasize - Upload the entire "cart" folder, from your computer to the "root" directory of your site.
Will it be an issue to use a sub-folder as a testing environment. For example, root-directory/test-folder and upload everything to this location.
Reason for this is to not ...
- Sun Nov 03, 2013 4:40 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Thanks.. was my mistake.
- Sun Nov 03, 2013 2:42 am
- Forum: Shopping Carts
- Topic: Webshop Plus! v.3.2 for WWB8
- Replies: 283
- Views: 1560676
Re: Webshop Plus! v.3.2 for WWB8
Hi George,
I just uploaded all WB9 files as is (no changes to the pages), but the page shows nothing and I'm not sure why. I also uploaded all files as is to a different domain from a different hosting company and that too shows blank pages. Any idea why this is? They both support PHP. In fact, I'm ...
I just uploaded all WB9 files as is (no changes to the pages), but the page shows nothing and I'm not sure why. I also uploaded all files as is to a different domain from a different hosting company and that too shows blank pages. Any idea why this is? They both support PHP. In fact, I'm ...
- Sun Oct 27, 2013 5:01 pm
- Forum: Paid Templates
- Topic: CMS SHOP + 2.2 RELASED!!!
- Replies: 76
- Views: 154634
Re: CMS SHOP + 2.0
Welcome back and I'm happy to hear you're feeling better. :)
I think your CMS Shop is awesome! I would be very interested in this when its available.
My only 2 issues are regarding the front-end layout.
1- The page is not scaled right on my screen. Is it possible to use layers with "Relative ...
I think your CMS Shop is awesome! I would be very interested in this when its available.
My only 2 issues are regarding the front-end layout.
1- The page is not scaled right on my screen. Is it possible to use layers with "Relative ...
- Thu Apr 25, 2013 2:54 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: AJAX e-mail submitter
- Replies: 9
- Views: 22049
Re: AJAX e-mail submitter
Hi Patrik,
I was wondering if you ever had a chance to update the AJAX e-mail submitter with the few options listed?
Add a height and width property section to the editbox
Add a placeholder section
Option to show/hide a unsubscribe button to send to unsubscribe.txt
I see you have a new extension ...
I was wondering if you ever had a chance to update the AJAX e-mail submitter with the few options listed?
Add a height and width property section to the editbox
Add a placeholder section
Option to show/hide a unsubscribe button to send to unsubscribe.txt
I see you have a new extension ...
- Mon Apr 01, 2013 2:38 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Distinct Corp Sprite Menu 0.2 ***Updated 02/01/10***
- Replies: 31
- Views: 60508
Re: Distinct Corp Sprite Menu 0.2 ***Updated 02/01/10***
Can you please make the download link available?
- Fri Jan 18, 2013 5:34 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: DBTS CSV Manager Extension **** 06/11/2011 UPDATE ****
- Replies: 86
- Views: 193548
Re: DBTS CSV Manager Extension **** 06/11/2011 UPDATE ****
When I use DBTS CSV List I can get a .csv file to show, but I can't get a .xls file to show.
Does it work with .xls? If so, what am I doing wrong? I tried each of the Separators.
Does it work with .xls? If so, what am I doing wrong? I tried each of the Separators.
- Sun Oct 07, 2012 6:43 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: AJAX e-mail submitter
- Replies: 9
- Views: 22049
Re: AJAX e-mail submitter
Is there an update for this yet? I'm looking forward to it.
Thanks
Thanks

- Mon Sep 17, 2012 6:03 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: SUGGEST FOR EXTENSION DEVELOPMENT
- Replies: 638
- Views: 1856289
Re: SUGGEST FOR EXTENSION DEVELOPMENT
Color Animated Text Script
http://www.csgnetwork.com/directcoloranimation.html
Can someone create this?
Thanks
http://www.csgnetwork.com/directcoloranimation.html
Can someone create this?
Thanks

- Mon May 28, 2012 10:06 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
- Replies: 86
- Views: 253460
Re: PHP Directory Listing (FREE) - NEW VERSION/NEW NAME
I downloaded this extension from the WB Extension Manager. Where can I find the Help File for PHP Directory Listing?
Thanks
Thanks
- Sat Apr 14, 2012 9:14 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: Mort.gage Loan Widget MultiLanguage Sept. 17, 2010
- Replies: 5
- Views: 11118
Re: Mort.gage Loan Widget MultiLanguage Sept. 17, 2010
Can someone please repost a download link for this?
Thank you
Thank you

- Thu Dec 01, 2011 4:20 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: EXTENSION Countdown timer for Webbuilder
- Replies: 18
- Views: 42950
Re: EXTENSION Countdown/Count-up timer/clock
Thanks.. I'm looking forward to using it.
Do you have an ETA?
I appreciate all your effort. Thanks
Do you have an ETA?
I appreciate all your effort. Thanks
- Mon Nov 28, 2011 8:43 pm
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: EXTENSION Countdown timer for Webbuilder
- Replies: 18
- Views: 42950
Re: EXTENSION Countdown/Count-up timer/clock
Does this counter work off of the local computer clock or does it work off of the server clock?
Also, is there a way to perform an Action when the counter hits zero - for example: redirect to a new page.
Thanks,
Jeff
Also, is there a way to perform an Action when the counter hits zero - for example: redirect to a new page.
Thanks,
Jeff
- Wed Jul 27, 2011 2:14 pm
- Forum: Forms
- Topic: Emailform without losing data with captcha error.
- Replies: 19
- Views: 193920
Re: Emailform without losing data with captcha error.
I used your download because I liked the template.
The captcha now shows, but I get the same error message when trying to submit.
"The verification code you have entered is not correct! Please go back and try again."
The captcha now shows, but I get the same error message when trying to submit.
"The verification code you have entered is not correct! Please go back and try again."
- Wed Jul 27, 2011 2:19 am
- Forum: Forms
- Topic: Emailform without losing data with captcha error.
- Replies: 19
- Views: 193920
Re: Emailform without losing data with captcha error.
I think my problem is simple, but I can not resolve it. I dowloaded your zip for the WB5 project, however I'm using WB7.
I removed a few fields from the form and changed the form name, but otherwise it is your form.
I changed the Form Name "Action" to reflect the same name.
I changed the Confirm ...
I removed a few fields from the form and changed the form name, but otherwise it is your form.
I changed the Form Name "Action" to reflect the same name.
I changed the Confirm ...
- Tue Nov 30, 2010 2:37 am
- Forum: Share self-made extensions with other users of WYSIWYG Web Builder
- Topic: FLS Extensions (prettyPhoto & Greybox)
- Replies: 8
- Views: 24283
Re: FLS Extensions (prettyPhoto & Greybox)
Hi Nigel,
Have you updated the extension yet?
Have you updated the extension yet?
- Sun Nov 28, 2010 2:30 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.2.0 for WWB7
- Replies: 226
- Views: 1248351
Re: Modified version of the WB6 Webshop!! Webshop_plus
It does work for me. I'm having an issue with 1 of my PC's where the cart.php doesn't show in IE8 and when using FF the address wasn't getting passed on. I placed an order from a different PC and eveything is working like it should.
Any idea when you will be posting the update for the Advanced ...
Any idea when you will be posting the update for the Advanced ...
- Sat Nov 27, 2010 9:56 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.2.0 for WWB7
- Replies: 226
- Views: 1248351
Re:
I just tested out the code below. Only the first name and last name are passed to PayPal. The other fields like Address, City, State and Zip Code do not get passed to PayPal. Any idea why that is? It would be nice if all info is passed to PayPal.
I have modified the Paypal button on the 'thank you ...
I have modified the Paypal button on the 'thank you ...
- Fri Nov 26, 2010 8:58 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.2.0 for WWB7
- Replies: 226
- Views: 1248351
Re: Modified version of the WB6 Webshop!! Webshop_plus
Permissions already set to 644 with the following checked:
Owner- Read and Write is checked (execute unchecked)
Group- Read is checked (write and execute unchecked)
Public- Read is checked (write and execute unchecked)
Owner- Read and Write is checked (execute unchecked)
Group- Read is checked (write and execute unchecked)
Public- Read is checked (write and execute unchecked)
- Fri Nov 26, 2010 7:37 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.2.0 for WWB7
- Replies: 226
- Views: 1248351
Re: Modified version of the WB6 Webshop!! Webshop_plus
Thanks for the detailed explanation on Security. I just wanted to make sure I setup my part as a merchant correctly.
Regarding the Order Number:
In the Scipt Details of the Admin login, I changed the Order Start Number, but the order when placed still shows the default incremented by 1 which ...
Regarding the Order Number:
In the Scipt Details of the Admin login, I changed the Order Start Number, but the order when placed still shows the default incremented by 1 which ...
- Fri Nov 26, 2010 6:43 pm
- Forum: Shopping Carts
- Topic: Webshop Plus! v.2.0 for WWB7
- Replies: 226
- Views: 1248351
Re: Modified version of the WB6 Webshop!! Webshop_plus
But, can the customers information (name,address,phone number) be 'stolen' if sent via un-encrypted button?