Skip to:
Content
Pages
Categories
Search
Top
Bottom

3 major issues with my template Please Help.


  • raminjan
    Participant

    @raminjan

    okay guys thanks for your helps what i did was that I went throught toturial on bp site and made a child theme to make bp theme compatiable with mine but right now i have this problem that all of my pages 1 they don’t have two sidebars I was wondering how to do that make two sidebars and also they all have gray background how can I fix that if you want I can give you my site url and have you please if you all don’t mind please one of you’s take a look at it. thanks guys.

    so generally my questions are:
    1. how to make 2 side bars?
    2. how to adjust comment box?
    3. also if any one knows how to add upload photo/vids option to comment box?

Viewing 5 replies - 1 through 5 (of 5 total)

  • Roger Coathup
    Participant

    @rogercoathup

    It’s sounds you need a developer to work on your general site build, rather than having specific BuddyPress questions.

    You can hire a developer by posting here: http://jobs.wordpress.net
    You can also try posting on the jobs board on this site: https://buddypress.org/community/groups/bp-jobs-board/

    go to your current themes directory, open up functions.php
    add
    `
    register_sidebar(array(
    ‘name’ => __( ‘Sidebar2’ ),
    ‘id’ => ‘sidebar2’,
    ‘description’ => __( ‘Widgets in this area will be shown on sidebar2.’ ,’buddypress’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘


    ));

    Open up sidebar.php
    add after

    `
    go to wp-admin and add widgets in sidebar2, done
    you have to change the theme styles and html yourself though to make it work.

    for comments search the codex plugins db
    https://wordpress.org/extend/plugins/tags/comments
    that dose the job.

    commentbox styles are in your theme files
    #commentform textarea { width: 250px;;}
    or some other ID, depends your theme files.


    raminjan
    Participant

    @raminjan

    love you bro also I have another Question if I may ask? and that is I am using the buddypress default theme and was just wondering how to change the layout and also how to make a front page like a login and registration page which would disallow anoymounus from seeing other stuff. if you would like to take a look here is my url: http://www.buddyswired.com.

    thanks my friend.

    by the way your above code was awesome it worked perfectly.


    raminjan
    Participant

    @raminjan

    Also my friend on this side bar thing I just re-follow your code It works 100% Perfect but how can I put this sidebar on the left side so basically if I am using the default template of buddypress, I want it to have three columns left middle and right it already has content and right side bar but I am trying to add the left one. thanks bro again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘3 major issues with my template Please Help.’ is closed to new replies.
Skip to toolbar