• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RS Form Pro Submissions Directory display too wide

RS Form Pro Submissions Directory display too wide 9 years 6 months ago #32723

  • ed1
  • ed1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
I've been using RS Form Pro for about 5 years and love it, but I just used a Submissions Directory for the first time on my site (see tournamart.com/index.php/step-ahead-spor...gue-registered-teams) and while it looks great on my laptop, when I view it on my phone the right side of the table is simply cut off, it does not resize to fit my smaller screen, nor does it provide a scroll bar. On my laptop when I shrink my browser the table does resize for a while but then it stops at a certain point (width of the header fields?). Since the right side contains the Details View and Edit buttons that is a significant problem for many of my users. Can anyone point me in the right direction for how to get it to resize or have a horizontal scroll bar on smaller screens?
Last Edit: 9 years 6 months ago by ed1.
The administrator has disabled public write access.
The following user(s) said Thank You: djaber2000

RS Form Pro Submissions Directory display too wide 8 years 9 months ago #35379

  • djaber2000
  • djaber2000's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
  • Thank you received: 3
Anyone find a solution for this issue? On phones, Managed Directory is just simply being cut off, with no horizontal scroll bar, and no true responsiveness. Just like the above user, we cant access the edit and detail buttons on mobile devices. A huge limitation.

Do you have any suggestions to at least enabling a horizontal scroll on mobile devices if The Directory views are not responsive?
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 7 years 8 months ago #37238

Did you ever get a response to this question?
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 7 years 8 months ago #37240

  • adrianp
  • adrianp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 631
  • Thank you received: 146
Hello,

If you're using a lot of columns on the submission directory listing, it's actually normal after a certain width to no longer shrink/adjust or display properly. You can't keep a tabular view with a lot of columns without for example shrinking the actual font to the point where this is no longer legible.

What you can do would be to no longer include that many columns on the main listing and simply display all columns on the details view of a submission, which lists fields data one below another.

Controlling which information is displayed on the listing and on the details view is explained in the documentation article.
This is not official customer support. To receive your support, submit a support ticket here.
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 6 years 6 months ago #38539

  • obinwizugbe
  • obinwizugbe's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 3
Had similar issues, here's the code i used to solve it which allows for a horizontal scroll on smaller screen. Add this code to your template's custom.css file
form#adminForm.form-inline {
  	overflow-x: scroll !important;
}
The administrator has disabled public write access.
The following user(s) said Thank You: shane5, johnspartan, timothy.austin1

RS Form Pro Submissions Directory display too wide 6 years 3 months ago #38714

  • shane5
  • shane5's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
This is very helpful. Thank you for sharing.
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 2 years 8 months ago #42159

Hello,

This might be an 'old' thread / topic but . . .

Thank you to:

shane5 - for asking - I too have had this issue and spent hours trying to resolve.

And thank you to obinwizugbe - you, sir, are a genius, awesome - thank you.

Regards,
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 2 years 6 months ago #42302

  • jheroen
  • jheroen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
I used this code also, thanks!
BUT on a large screen i do now also have a scrollbar while there is space enough to show the complete form...
The administrator has disabled public write access.

RS Form Pro Submissions Directory display too wide 2 years 6 months ago #42306

Hello jheroen,

Perhaps try changing it FROM

form#adminForm.form-inline {
overflow-x: scroll !important;
}

TO:

form#adminForm.form-inline {
overflow-x: auto !important;
}

Note that scroll is changed to auto

I use auto many times and it seems to pick up well based on screen size.

If you try the change and it does not work for you maybe between us we can find something that works for you.

Regards,
The administrator has disabled public write access.
The following user(s) said Thank You: jheroen

RS Form Pro Submissions Directory display too wide 2 years 6 months ago #42307

  • jheroen
  • jheroen's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Thanks for this!

That did the trick :)
timothy.austin1 wrote:
Hello jheroen,

Perhaps try changing it FROM

form#adminForm.form-inline {
overflow-x: scroll !important;
}

TO:

form#adminForm.form-inline {
overflow-x: auto !important;
}

Note that scroll is changed to auto

I use auto many times and it seems to pick up well based on screen size.

If you try the change and it does not work for you maybe between us we can find something that works for you.

Regards,
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!