You are here: Home
Support site for Tips and Tricks HQ premium products
Never mind. I fixed it myself. The problem was not with the plugin it was within the css file of the theme. Just in case someone has an issue similar to what I ecountered, here is the fix.
I copied this code from the css of the twenty-ten theme that comes as a default with WordPress installation and pasted it into the Main Content area in the css file of my current theme
#content table {
border: 1px solid #e7e7e7;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
And it works great. I went into the language file/”eng” and changed the wording of the members only message.
Hope this helps someone else.