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);
and this is the visitors view,
I used the image fix but no change, any suggestions...
Strange alignment
Strange alignment
What we envision, we make happen.
- D Oliveira
- AppGini Super Hero
- Posts: 351
- Joined: 2018-03-04 09:30
- Location: David
Re: Strange alignment
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>
Re: Strange alignment
There will be an update of AppGini Helper Javascript Library soon fixing issues with...
Im sorry for any inconvenience!
Jan
- image fields in tabs (or layouts) in readonly mode
- file upload fields in tabs (or layouts) in readonly mode
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
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: Strange alignment
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.
Thanks Jan.
What we envision, we make happen.
Re: Strange alignment
@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
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
-
- Posts: 29
- Joined: 2017-03-12 09:26
- Contact:
Re: Strange alignment
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.
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.
I removed the upload field from the dv.addLayout and the layout is working, as you can see in the next picture.
The version that I use is Version 2021.04.27.2
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.
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.
I removed the upload field from the dv.addLayout and the layout is working, as you can see in the next picture.
The version that I use is Version 2021.04.27.2
Best Regards,
Ionut Bocanet
Ionut Bocanet
Re: Strange alignment
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!
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
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<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 readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools