Skip to:
Content
Pages
Categories
Search
Top
Bottom

Desperately need help creating full width pages!


  • Morticia Addams
    Member

    @morticia-addams

    Hello,

    I have recently installed the Buddypress plugin on my page at http://www.glitchaddict.com (accessed via the members menu on the sidebar), and have spent the past week or so trying to change the pages to full width with no success. I’m a total novice at this so please bear with me! I use my own theme (Dressed to Impress), not the BP default, and have run the BuddyPress template pack..the only thing now is I would like every Buddypress page to be full-width with no sidebar (forums, activity page etc), while not affecting my other pages. If someone could hep me with this I’d be so grateful – baby steps appreciated!!

Viewing 7 replies - 26 through 32 (of 32 total)

  • @mercime
    Keymaster

    @mercime

    @qrahaman you’re right. It’s a bug which should be reported in https://buddypress.trac.wordpress.org/ Would you like to do the honors? Use same username and password you used to log in buddypress.org


    Quint
    Participant

    @qrahaman

    @mercime, thanks for confirming. I’ve placed the ticket.


    @mercime
    Keymaster

    @mercime


    modemlooper
    Moderator

    @modemlooper

    Actually, component pages use their own template so won’t work. Without editing templates you can hide sidebar and change page width with CSS


    Quint
    Participant

    @qrahaman

    @modemlooper, maybe it’s there as a placeholder for future functionality? ;-) IMHO at the moment, providing a “template” option across all Pages (incl. Component pages), is somewhat misleading.

    So given your last post, are you saying that I could hide the sidebar through code in my child’s style.css? If so, how would I do that? If not, which files and how should I do it? I can figure out how to change the width on the “content”, so that shouldn’t be an issue. Sorry about asking so many questions. I am still pretty new to this. Thanks.

    FYI: I’m running BP 1.5 Beta 3


    modemlooper
    Moderator

    @modemlooper

    `#sidebar{display:none;}
    div#content .padder{margin-right:0px; border-right-width:0px;}`

    If you want to target the directories:
    `body#bp-default.directory.members #content .padder{margin-right:0px; border-right-width:0px;}`


    Quint
    Participant

    @qrahaman

    modemlooper, works great! Thanks, again.

Viewing 7 replies - 26 through 32 (of 32 total)
  • The topic ‘Desperately need help creating full width pages!’ is closed to new replies.
Skip to toolbar