Strange alignment

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
User avatar
Jay Webb
Veteran Member
Posts: 80
Joined: 2017-08-26 15:27
Contact:

Strange alignment

Post by Jay Webb » 2020-06-05 01:53

Having a strange alignment issue in detail view from Visitor to Admin and Editors
this is Admin and Editors view

All fields are ([6, 6]) ("padding", 6) .sizeLabels(3);

Image

and this is the visitors view,

Image


I used the image fix but no change, any suggestions...
What we envision, we make happen.

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Strange alignment

Post by D Oliveira » 2020-06-05 10:59

you can try inspecting the element, getting the class or id and then apply .css

Code: Select all


<style>

/* for id */

#element_id{

text-align:center !important;
/* if that doesnt work try */
margin: 0 auto !important;

}

/* for class */

.element_class{

text-align:center !important;
/* if that doesnt work try */
margin: 0 auto !important;

}


</style>


User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Strange alignment

Post by jsetzer » 2020-06-05 11:30

There will be an update of AppGini Helper Javascript Library soon fixing issues with...
  • image fields in tabs (or layouts) in readonly mode
  • file upload fields in tabs (or layouts) in readonly mode
I have already provided an updated version for testing this morning and awaiting response soon.

Im sorry for any inconvenience!
Jan
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

User avatar
Jay Webb
Veteran Member
Posts: 80
Joined: 2017-08-26 15:27
Contact:

Re: Strange alignment

Post by Jay Webb » 2020-06-06 15:19

Thank for the reply, I did try adjusting with css but had bad affects when using class, so will wait for AppGini Helper Javascript Library update.

Thanks Jan.
What we envision, we make happen.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Strange alignment

Post by jsetzer » 2020-12-18 14:24

@Jay: I this still open with latest release 2020/10?
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Ionut Bocanet
Posts: 28
Joined: 2017-03-12 09:26
Contact:

Re: Strange alignment

Post by Ionut Bocanet » 2023-06-29 16:58

Jan,

Sorry I come after 2 years with this, but I have the same issue. I was not so interested in the guest users but now I do. And I have the same situation.

On Upload & date fields, the alignment is not ok as you can see in the picture below.
picture 2.PNG
picture 2.PNG (90.96 KiB) Viewed 3675 times
I checked also the console and it is stating that is not finding the fields but in Admin or Edit Users I do not have this error.
picture 3.PNG
picture 3.PNG (11.03 KiB) Viewed 3675 times
I removed the upload field from the dv.addLayout and the layout is working, as you can see in the next picture.
picture 1.PNG
picture 1.PNG (94.97 KiB) Viewed 3675 times
The version that I use is Version 2021.04.27.2
Best Regards,
Ionut Bocanet

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Strange alignment

Post by jsetzer » 2023-06-29 17:22

Please send your latest order number for AG Helper Javascript Library by email to [email protected] to get free support and latest version according to your 1 year free support license.

I cannot see your javascript code. Can you please add it as plain text to your Email to me.

Thanks!
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply