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

    (@metaphorcreations)

    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.

    Thread Starter StalkerB

    (@stalkerb)

    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?

    Plugin Author metaphorcreations

    (@metaphorcreations)

    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?

    Thread Starter StalkerB

    (@stalkerb)

    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 – https://i.imgur.com/4txEfnF.png

    Here’s a blurred pic of what happens when I set it to 4 – https://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.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    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?

    Thread Starter StalkerB

    (@stalkerb)

    Anything except 3 seems to break it.

    It’s okay. Doesn’t look bad without them.

    Thanks for all your help.

    Plugin Author metaphorcreations

    (@metaphorcreations)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Full width member posts’ is closed to new replies.