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

    (@xnau)

    Please post a link so I can see what the problem could be.

    Adjusting column widths is possible, you need to target the column header and set it’s width with a custom CSS rule. You can put the rules in the settings under the custom CSS tab. With columns that contain wide data such as an email address, it may not be possible to make it any narrower, so you might need to show fewer columns or something to make it fit.

    For example (you’ll need to change this to you situation):

    .list-container th.email {
      width: 150px;
    }
    Thread Starter cucausey

    (@cucausey)

    Here’s the link:

    https://lhexchangeclub.org/member-log-in-2/members-directory/

    I need to know how to get to the rest of the pages.
    And I can’t figure out how to let people update their own information.
    And I don’t understand what you’re telling me to do above. I haven’t worked in CSS in WordPress before.

    Thanks,
    Cindy

    Plugin Author xnau webdesign

    (@xnau)

    OK, well your theme doesn’t seem to be able to handle such a large table…I suggest you try showing fewer columns, the page will probably work better that way.

    To let people update their own records, you have to set it up so they receive the private link to their record when they sign up. Check out the “Quick Set Up” page for instructions on getting that going.

    If they aren’t signing up because they are already in there, you will have to email each one with their private link so they can edit their record. Sorry…that’s just the way it works.

    You can see the private link in the admin on the “List Participants” page, in the “Private ID” column.

    For the CSS, it will be necessary for you to determine the correct rule to apply, but a good place to put it is in the plugin settings, under the “Custom CSS” tab. Reducing the number of columns so the table fits in to the page width will fix the problem without additional CSS.

    Thread Starter cucausey

    (@cucausey)

    Thank you for all of the above. MY current issue is that all the pages of the list are not showing. Only the first one. There is no way to scroll, click, link or navigate to the rest of the list.
    Here’s the link. We have around 200 members on the list. I set the number to show to 30 per page. But actually, I’ve tried all different settings. It doesn’t matter.

    https://lhexchangeclub.org/member-log-in-2/members-directory/

    Plugin Author xnau webdesign

    (@xnau)

    OK, I see…there is a CSS rule in your theme that is preventing the table from displaying properly. You need to add a CSS rule like this to the plugin settings, under the Custom CSS tab:

    .pdb-list .fixed {
       position:relative;
    }
    Thread Starter cucausey

    (@cucausey)

    This worked. Thank you! Now, is there a code I can add to make the table wider. It does not fill the page left to right, so the email is over the phone number. I have taken out all the columns I can. The link is the same as above. Please help.

    Plugin Author xnau webdesign

    (@xnau)

    This is due to your theme, so I can’t really help you with specifics. I would suggest looking for a “wide” template to use…that may be a question for the theme support board.

    Reducing the number of columns is an easy to deal with the issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘only one page of list participants shows’ is closed to new replies.