That all depends on your theme. By default the single members post will use the layout of your single.php file of your theme. You can duplicate that file and name it single-mtphr_member.php and then modify it to remove the sidebar.
I can’t give much more detail since themes can be setup many different ways, but this is how you create a file/layout specifically for single member posts.
That worked, thanks.
Can you also tell me how to remove the social icons from the boxes?
And, if you can, when I set it to column=4 the styling breaks; they’re no longer in boxes. Any ideas?
Are you referring to archive shortcode?
To remove the social icons set the following attribute:
[mtphr_members_archive columns="4" assets="thumbnail,name,title,excerpt"]
I’m not sure why the boxes are breaking for you. Can you provide a link to your site?
Apologies. I should probably have read the documentation. Someone else initially set up the site and I’ve never used this plugin before. The shortcode worked fine for removing the social icons.
As for the box thing. It’s a client site unfortunately, NDAs and all that jazz.
Here’s a blurred pic of the 3 column outline – http://i.imgur.com/4txEfnF.png
Here’s a blurred pic of what happens when I set it to 4 – http://i.imgur.com/LaPvwuA.png
As you can see, the boxes disappear. Page width should be wide enough.
Any ideas where I can look to troubleshoot.
Thanks.
The page width shouldn’t matter. I don’t really have any suggestions as I don’t have any issues when I switch the columns on my site, and I don’t see any reason why there would be any issues. It’s pretty much impossible to tell what is causing the issue without actually visiting the site and looking at the different developer tools in the browser
What happens when you switch the columns to 2 or 6?
Anything except 3 seems to break it.
It’s okay. Doesn’t look bad without them.
Thanks for all your help.
Do you have custom css applied (to get the box around the items) to the “span4” class?
If so, they won’t show up when different columns are set. You would need to update the css.