Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › eMember profile extended – Member profile list format botched
- This topic has 13 replies, 2 voices, and was last updated 10 years, 7 months ago by
cessna8.
-
AuthorPosts
-
August 18, 2014 at 4:32 pm #11205
cessna8
MemberOn my member list table, there are a few empty boxes, on top and on bottom of the table, that interfere with the actual usability. Furthermore, the table fields get in the way of the pagination box, completely messing up the formatting. Here is a screenshot that might help better illustrate the issue:
[http://comanche.lapeeraviation.com/wp-content/uploads/eMember.png]
August 19, 2014 at 1:02 am #64965admin
KeymasterThat looks like a CSS conflict/issue. What happens when you do the following theme test?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
August 19, 2014 at 2:07 am #64966cessna8
MemberThat is exactly what it was. Is there a place to get good themes that will not conflict?
August 19, 2014 at 7:03 am #64967admin
KeymasterAny properly coded theme will do. Where did you get this theme (the one you were using) from?
August 19, 2014 at 10:15 am #64968cessna8
MemberGot it from mysitemyway.com. I really like the look and features of their themes. I have used them for other sites as well, this is the first time I have had a problem with the CSS conflict.
August 19, 2014 at 9:57 pm #64969admin
KeymasterI am going to try and give you a couple of CSS tweaks to see if that helps. Can you post a link to the members list page of your site so I can inspect it in my browser?
August 19, 2014 at 10:16 pm #64970cessna8
Member[http://comanche.lapeeraviation.com/member-list/]
August 22, 2014 at 2:07 am #64971cessna8
MemberWas there any tweaks that were possible, or should I look for a new theme?
August 22, 2014 at 11:48 pm #64972admin
KeymasterSorry I missed it. I went to take a look now but I think you have changed the theme already?
August 23, 2014 at 4:07 am #64973cessna8
MemberStill there, I just had to turn off protection.
[http://www.comanche.lapeeraviation.com/member-list/]
August 24, 2014 at 1:35 am #64974admin
KeymasterI think I have an idea to get around the CSS conflict on that page. I have applied a couple of tweaks in the profile extended addon. Please download a new copy of the profile extended addon and update it. Then clear your browser cache and tell me how that page looks.
August 24, 2014 at 1:56 am #64975cessna8
MemberMuch better but, the colums do not appear to align properly and the Aircraft tail number and action are bolded on the top of list.
I appreciate your support, top notch.
August 25, 2014 at 12:16 am #64976admin
KeymasterThis addon is not making it bold. Your theme is specifying the table headers to be bold. The other ones are links (so they can be sorted) and your theme has a different style tht it is applying for the links.
Try the following to center align the items:
1) Get this plugin:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
2) Add the following CSS tweaks in that plugin:
.emember_profilex_summary_list tr td{
text-align: center;
}
August 25, 2014 at 10:28 am #64977cessna8
MemberThat worked. Thanks again for you help with this one, I really appreciate it.
-
AuthorPosts
- You must be logged in to reply to this topic.