Search found 20 matches

by tristan
Fri Jan 05, 2024 3:33 am
Forum: Forms
Topic: Form with a Layout Grid within Layout Grid
Replies: 2
Views: 2693

Re: Form with a Layout Grid within Layout Grid

Now I had played with this for over an hour, as soon as I posted my message I found that you can go into the individual properties for a form control and turn off full width ... that solves my problem!
by tristan
Fri Jan 05, 2024 3:30 am
Forum: Forms
Topic: Form with a Layout Grid within Layout Grid
Replies: 2
Views: 2693

Form with a Layout Grid within Layout Grid

I don't think this has been asked before ... at least I couldn't find it.

I have created a form inside a layout grid which submits data to MySQL, it works, yay!

1. It seems the default behaviour is that form fields are the full width of the column within the layout grid, there doesn't seem to be ...
by tristan
Wed Sep 20, 2023 5:41 am
Forum: Forms
Topic: Form Field height consitency across columns in layout grid
Replies: 2
Views: 3840

Re: Form Field height consitency across columns in layout grid

Thanks Crispy, that works ... I was looking for that setting in object properties, also found the properties inspector box was hidden on my tablet (but was easy enough to find :)

Thanks again.
by tristan
Wed Sep 20, 2023 1:35 am
Forum: Forms
Topic: Form Field height consitency across columns in layout grid
Replies: 2
Views: 3840

Form Field height consitency across columns in layout grid

Hello,⁷

How am I able to get fields to be the same height across the columns? I am able to get a slightly more consistent result if I make a table and put the fields within it, but even then the drop down fields and up with slightly less height.

The below image is not showing intended image (a ...
by tristan
Tue Sep 19, 2023 7:16 am
Forum: Previewing and Publishing
Topic: Digital Agency Template H4 cropped
Replies: 4
Views: 6995

Re: Digital Agency Template H4 cropped

Crispy, Pablo, Thank you.

Correct on publishing it appears ok.

Ta
by tristan
Tue Sep 19, 2023 1:47 am
Forum: Previewing and Publishing
Topic: Digital Agency Template H4 cropped
Replies: 4
Views: 6995

Digital Agency Template H4 cropped

Hello,

I suspect is a setting in the template rather than a bug, but I couldn't work out how to fix it ...

Heading 4 under LayoutGridServices1 crops the bottom of 'g' 'y' etc when in lower case.

Image

Cheers
by tristan
Thu Jan 26, 2023 9:34 am
Forum: General Questions
Topic: partly broken project
Replies: 3
Views: 850

Re: partly broken project

Unfortunetly I didn't have a back-up ... I do now, a bit late though.

If I share publicly and someone knows how to open it then I will be sharing my server details (that are within the broken table).

Guess I will have to bit the bullet and copy it over to a new project, thanks anyway.
by tristan
Thu Jan 26, 2023 6:27 am
Forum: General Questions
Topic: partly broken project
Replies: 3
Views: 850

partly broken project

I have a project where if I click on existing responsive data table WWB crashes, even if I start a new page and add one.

I can add and open other elements, such as the SQL CRUD. I can start a new project and add a new responsive table and that is ok.

Any thoughts?
Anyway to recover this project ...
by tristan
Tue Jan 24, 2023 8:28 am
Forum: Forms
Topic: Error in form calculations
Replies: 2
Views: 1204

Re: Error in form calculations

Yes clearing the cache seems to have worked :)
by tristan
Sat Jan 21, 2023 2:01 am
Forum: Forms
Topic: Error in form calculations
Replies: 2
Views: 1204

Error in form calculations

I have an error with a form I have not been able to fix. In trouble shooting I have come across the below error. Not sure if it is related to my issue as the formula has never worked (even though it is as simple as the one listed in this bug), but I have changed the target during construction so it ...
by tristan
Mon Nov 14, 2022 9:17 am
Forum: General Questions
Topic: < > PHP symbols converted ... sometimes
Replies: 4
Views: 564

Re: < > PHP symbols converted ... sometimes

Sorry, my aging brain doesn't serve me so well anymore!
by tristan
Mon Nov 14, 2022 9:00 am
Forum: General Questions
Topic: < > PHP symbols converted ... sometimes
Replies: 4
Views: 564

Re: < > PHP symbols converted ... sometimes

Hi,

Thanks for looking at it I stripped out 90% of the project. What I am asking about is on page "Your-Farm-Summary" in the Page HTML

I just upgraded to WWB 18 which changed the line numbers.

Hopefully the linked picture makes it clearer?
https://www.dropbox.com/s/gl97g0s0ucwjf5q/Untitled.png ...
by tristan
Mon Nov 14, 2022 7:49 am
Forum: General Questions
Topic: < > PHP symbols converted ... sometimes
Replies: 4
Views: 564

< > PHP symbols converted ... sometimes

Hi,

I was posting about another issue but found the problem as I was stripping out the project, but I do have another question.

https://www.dropbox.com/s/lajcwqoskiojoe3/Broken.wbs?dl=0

With respect to the "Your-Farm-Summary page", why are the < > symbols coverted at line 204 but not at 207 of ...
by tristan
Fri Nov 04, 2022 4:40 am
Forum: General Questions
Topic: User Log In - Custom Field label
Replies: 1
Views: 1148

User Log In - Custom Field label

Is there a way using WYSIWYG WB functionality to rename the "Extra1" label on the User Registration Form, or do I need to alter PHP file (after the webpage has been published)?

[EDIT] => PLEASE IGNORE: Was of the view that I had to call the field Extra1 based on answer to a question in another ...
by tristan
Mon Oct 31, 2022 10:48 am
Forum: Off Topic Section
Topic: assign php vairable to object
Replies: 5
Views: 2379

Re: assign php vairable to object

So for anyone else looking to do this ...

Query your database and fill your vairables using the <HTML> menu button (at the page level) and put your php code after the <body> tag.

For the text field put your <?php echo $myphpvairable ?> in the actual text box (not in html)

Works a treat :)
by tristan
Mon Oct 31, 2022 10:25 am
Forum: Off Topic Section
Topic: assign php vairable to object
Replies: 5
Views: 2379

Re: assign php vairable to object

OMG that easy ... looks like it was the "do not encode" flag was the thing causing me all the problems :)

Thanks :)
by tristan
Mon Oct 31, 2022 9:40 am
Forum: Off Topic Section
Topic: assign php vairable to object
Replies: 5
Views: 2379

Re: assign php vairable to object

Thanks so much for getting back to me, it is excellent how much you back your product! (I have been a customer since version 9).

I am trying to set up a web page that is heavily reliant on a database, basically a management information system for farmers.

I am pretty good with sql queries and can ...
by tristan
Mon Oct 31, 2022 4:59 am
Forum: Off Topic Section
Topic: assign php vairable to object
Replies: 5
Views: 2379

assign php vairable to object

If I have a block of text with ID = text1 how do I assign $myphpvairable to it?
by tristan
Tue Dec 17, 2019 4:38 pm
Forum: General Questions
Topic: wys isn't wyg
Replies: 2
Views: 1854

Re: wys isn't wyg

Thanks for the quick response.

I have since accidently overwritten the site trying to copy the version backwards and forewards, so I am just going to rebuild the site, there wasn't heaps of content anyway.

The issue was style related. All the approx 450x130 boxes are formatted exactly the same ...
by tristan
Tue Dec 17, 2019 3:34 pm
Forum: General Questions
Topic: wys isn't wyg
Replies: 2
Views: 1854

wys isn't wyg

Hi,

I made a site, published it all good.

I brought a new laptop, transferred the wysiwyg project, made some changes, publish it now doesn't look like what I see on the page. I have tried moving the file back to my old laptop and no joy.

All the boxes on this page are the same blue box behind ...