• Resolved adrianwelsh

    (@adrianwelsh)


    Hi, I am enjoying this plug in but I think I may be exceeding what is expected. When I am trying to show a list of my database on a webpage, I can only view about 10 or so columns. Beyond that, they go off the page without a scroll bar. Is there way to add a scroll bar if I wanted to view like 40 or 50 columns of data?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You need to add some custom CSS to set up a horizontal scroll. It’s not the best UI, but it will allow users to see all the columns by scrolling. Try something like this…you will probably need to adjust this according to your particular situation, this is just the general idea:

    .wrap.pdb-list {
       overflow: auto;
    }

    If you want more control over it, you’ll need to use a custom template so you can set up the html as needed.

    Thread Starter adrianwelsh

    (@adrianwelsh)

    Hi Roland,

    Thanks for the reply. When you mention adding custom CSS, is this best handled in the WordPress interface > Dashboard > Participants Database > Settings > Custom CSS and then somewhere in there?
    Or is this best managed in one of the php files and editing the php code? By the way, I am using php-list-custom.php as my main file in a custom template like you mentioned in one of your articles on your site.

    Thanks!

    Plugin Author xnau webdesign

    (@xnau)

    It’s best to use the Custom CSS setting for something like that.

    Thread Starter adrianwelsh

    (@adrianwelsh)

    Wow, I think that did the trick. I’ll play around with it some but it’s way easier than what I was doing!

    Thanks!

    Thread Starter adrianwelsh

    (@adrianwelsh)

    Roland, this is working great for the front end on the web (wordpress page). But on the backend (or really the middle end? middle middle?) on the admin page (List Participants page), there is no scroll bar option and the page does what it can to squeeeeeeeeeze all of my columns into one small area. Is there a way to add a scroll bar there?

    Plugin Author xnau webdesign

    (@xnau)

    Take a look at the plugin settings under the “Admin” tab there is a preference to allow horizontal scrolling.

    Thread Starter adrianwelsh

    (@adrianwelsh)

    Excellent! That worked!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Scroll bar for too many columns?’ is closed to new replies.