Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,151 through 22,175 (of 32,562 total)
  • Author
    Search Results
  • #99505
    @mercime
    Participant

    You mean the main navigation links? Create a child theme of bp-default theme, copy the header.php file into child theme, open up and revise order of forums and groups, save, then upload to server.

    #99499

    In reply to: Changing Forum Display

    LPH2005
    Participant

    You will want to modify the index.php file in your child theme’s forum directory. (/wp-content/themes/childtheme/forums/index.php)

    The form action is the important section to modify.

    `


    <tr class="”>

    <a class="topic-title" href="” title=” – “>

    <a href="”>

    <a class="button" href="forum/#post-new” title=””>Start New Topic <a class="button" href="forum” title=””>More Topics

    `

    This is how the page looks: http://www.thechembook.com/tutoring

    Important: Make sure you have an original copy (backup copy) of the index file available. Practice locally first. This link will help you with child themes: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    @mercime
    Participant

    Following is a walkthrough of the Motion theme with the BP Template Pack https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/ .
    Per example there, you need to copy Retromania’s HTML structure onto the 13 files within the BP folders transferred to your Retromania theme folder in server. Save revisions and upload to server. You need to copy some styling from bp-default and adjust to taste.

    #99487
    Virtuali
    Participant

    @hnla, Sounds like I am ticking you off, and you are trying your best to keep your cool.

    The only reason I have been posting stuff to help people is because I dealt with a ton of these problems trying to get buddypress into my custom theme, only from trial and error.

    You hint in every single topic I post that you want me to leave your forum, so I guess Merry Christmas.

    #99477
    @mercime
    Participant
    #99469

    In reply to: Lightword theme help

    Hugo Ashmore
    Participant

    Presuming you have run the template pack plugin on the theme to create BP pages you probably need to now ensure that the markup that lightword uses i.e it’s html element structure and classes or ids are replicated in the BP pages; so take a standard stock lightword file index.php or page.php and compare it to one of the BP files such as activity/index.php you will be looking at those major framwork elements such as <div id=”content”> your BP file must match the elements in the lightword files.

    #99467

    In reply to: Lightword theme help

    billy1111a
    Member

    What code would you like to see, from which files? Ill paste it here when I know which ones.

    #99456

    In reply to: Lightword theme help

    Hugo Ashmore
    Participant

    It’s not possible to help from a couple of images this is about code and specifically the symbiotic relationship between CSS and HTML there can be any number of reasons why an issue can occur and result in the same apparent rendering.

    #99451

    In reply to: Lightword theme help

    billy1111a
    Member

    Ok, I have attached some pictures of my problem. As the website isn’t running yet.

    Picture 1: http://d.imagehost.org/view/0295/pic1
    Picture 2: http://b.imagehost.org/view/0790/pic2

    As you can see in picture 1 the sidebar doesn’t show and the text bar overlaps with it.

    And in picture 2 , if I scroll down the page the sidebar is actually under the profile.

    Would you be able to help or do you need abit more info?

    #99450

    In reply to: Lightword theme help

    Hugo Ashmore
    Participant

    Would make more sense if you linked to your theme attempt rather than the WP repo, then it would be possible to see what was actually wrong, ‘Sidebar is out of place’ is simply too non descrip.

    You have to supply code or a link if you want help.

    #99441
    Hugo Ashmore
    Participant

    That is something that you must have introduced into your custom theme, it’s not the default styling behavior – but then with some 22 stylesheets it’s going to be difficult to debug.

    You will need to use firebug or Opera’s firefly to examine the element and isolate the rulesets that are being applied to that element, sadly a jpg isn’t much help to us in determining what is happening we would need to see the element in action so to speak.

    Now with my Moderators hat on: You have been asked now by two moderators at least four times not to bump your posts inside a twenty four hour period. You must now observe this request, otherwise you will find it begins to hurt your rep on the forum and people will tend to shy away from helping.

    #99432
    @mercime
    Participant

    No worries @eor, Yamidoo theme has sidebar style which affected the floats, add this to your theme’s style.css
    `div#sidebar div.item-avatar {
    width: 40px;
    height: 40px;
    clear: none;
    float: left;
    }`

    @gunju2221 no offense, I had the suspicion that eor’s active theme’s css was affecting the style I gave in WP.org thread, and it did with the clear: both in sidebar divs in addition to item avatar div needed to be reined in and floated

    @DJPaul @boonebgorges why is text bold? :-)

    #99431
    eor
    Member

    @gunju2221 I put the css in my style.css of my current theme. I’ve also tried putting it in the bp.css for the template pack.

    Am I supposed to be putting it somewhere else?

    #99429
    eor
    Member

    Thank you both so much for helping me. @gunju2221 I’ve tried your css and thats not fixing the issue either. I’m really at a loss. Maybe its something deeper to do with my theme?

    @mercime my site url is w w w.endofregulation.com/community
    I left the url in the other thread as well so i apologize about having two threads.

    Thanks again.
    eor

    #99428
    Virtuali
    Participant

    @mercime, the CSS I provided fixes the problem. This issue only happens when they are not using a buddypress default theme.

    I had the same issue and I added this, it it fixed the problem.

    #99420

    In reply to: Child Themes

    ok, i will check there. thank you

    #99417

    In reply to: Child Themes

    Hugo Ashmore
    Participant

    Please look through the BP documentation (codex) read up on the child theme guide and the template pack guide which helps you convert WP themes to work with BP pages. If you require further help after reading those or have further questions post back in this thread.

    kkeller22
    Member

    Hello,

    extended profiles is enabled. I am using the default buddypress theme. I have permalinks set to non-default. Does it have anything to do with my blog not being my main page (instead of pangeastable.com it is pangeastable.com/my-palate). I’m thinking it may have something to do with the permalinks but I have no idea where to begin correcting this. I’m using yahoo hosting so you can install wordpress through our yahoo admin center. I also tried installing wordpress manually and ran into the same problem.

    #99404
    Virtuali
    Participant

    @eor, I do have a solution for you! Go into your theme’s custom CSS file, and add the following CSS.

    Global Elements


    */

    }

    h1, h2, h3, h4, h5, h6 {
    margin: 5px 0 15px 0;
    }

    p { margin-bottom: 15px; }
    p:last-child { margin-bottom: 0; }

    hr {
    background-color:#E7E7E7;
    border:0 none;
    clear:both;
    height:1px;
    margin: 20px 0;
    }

    img.avatar {
    float: left;
    border: 2px solid #eee;
    }

    img.avatar {
    background: #ffffff;
    padding: 4px;
    border: 1px solid #ddd;
    /* Round Corners (native in Safari, Firefox and Chrome) */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    /* Add the Shadow */
    -moz-box-shadow: 2px 2px 2px #dddddd;
    -webkit-box-shadow: 2px 2px 2px #dddddd;
    }

    #99397
    pcwriter
    Participant

    @modemlooper

    Thanks for the suggestion. I had looked at some grid frameworks, but didn’t want to go that route for this theme. I’m keeping it in mind for future projects though.

    @bowromir
    Bingo! Silly me and my thick head ;-) I was working with fixed-width sidebars. Percentages didn’t even occur to me for them. Your suggestion got me going where I wanted to go with my fluid theme. Thanks a bunch!
    :-)

    #99394
    David
    Participant

    I final got what I was looking for. Here is the code if anyone wants to try it or use it. Paste it in the functions.php of your child themes. What it does is removes the orginal function for the “My Blogs” link in the admin bar and I then made my own function that calls that original function only if the user has a blog. Thus anyone that is just a subscriber to the site will not see the “My Blogs” link in the admin bar (to confuse them).

    /* Removes the function from the buddypress/bp-core/bp-core-adminbar.php file in buddypress plugin*/
    remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_blogs_menu’, 6);
    
    /*reset the “MY Blogs” link function so that it only shows for users that have blogs and not subscribers*/
    function bp_adminbar_mynew_blogs_menu() {
    global $bp;
    
    if ( !is_user_logged_in() || !function_exists(‘bp_blogs_install’) )
    return false;
    
    if ( !$blogs = wp_cache_get( ‘bp_blogs_of_user_’ . $bp->loggedin_user->id . ‘_inc_hidden’, ‘bp’ ) ) {
    $blogs = bp_blogs_get_blogs_for_user( $bp->loggedin_user->id, true );
    wp_cache_set( ‘bp_blogs_of_user_’ . $bp->loggedin_user->id . ‘_inc_hidden’, $blogs, ‘bp’ );
    }
    
    echo ‘
    loggedin_user->domain . $bp->blogs->slug . ‘/”>';
    
    _e( ‘My Blogs’, ‘buddypress’ );
    
    echo ‘‘;
    echo ‘
    
        ‘;
    
        if ( is_array( $blogs ) && (int)$blogs ) {
        $counter = 0;
        foreach ( (array)$blogs as $blog ) {
        $alt = ( 0 == $counter % 2 ) ? ‘ class=”alt”‘ : ”;
        $site_url = esc_attr( $blog->siteurl );
    
        echo ‘
        ‘;
        echo ‘‘ . esc_html( $blog->name ) . ‘‘;
    
        echo ‘
            ‘;
            echo ‘
            ‘ . __( ‘Dashboard’, ‘buddypress’ ) . ‘
    
            ‘;
            echo ‘
            ‘ . __( ‘New Post’, ‘buddypress’ ) . ‘
    
            ‘;
            echo ‘
            ‘ . __( ‘Manage Posts’, ‘buddypress’ ) . ‘
    
            ‘;
            echo ‘
            ‘ . __( ‘Manage Comments’, ‘buddypress’ ) . ‘
    
            ‘;
            echo ‘
    
        ‘;
    
        echo ‘
    
        ‘;
        $counter++;
        }
        }
    
        $alt = ( 0 == $counter % 2 ) ? ‘ class=”alt”‘ : ”;
    
        if ( bp_blog_signup_enabled() ) {
        echo ‘
        ‘;
        echo ‘root_domain . ‘/’ . $bp->blogs->slug . ‘/create/”>’ . __( ‘Create a Blog!’, ‘buddypress’ ) . ‘‘;
        echo ‘
    
        ‘;
        }
    
        echo ‘
    
    ‘;
    echo ‘
    
    ‘;
    
    }
    
    /*checks to see if the logged in user has any blogs. Saves the array values to $blogs and then saves the blog count to $blogcount. The IF statement then will be true if the value is 1 or more thus showing the link in the admin panel for the “My blogs”*/
    $blogs = bp_blogs_get_blogs_for_user( $bp->loggedin_user->id );
    $blogCount = ($blogs);
    
    if ( bp_core_is_multisite() && $blogCount >= 1){
    add_action( ‘bp_adminbar_menus’, ‘bp_adminbar_mynew_blogs_menu’, 6 );
    }
    

    If anyone has a better (cleaner) way to do this please I would love to see it. I am just in the early stage of learning php so any help would be great. Thanks

    chouxpastry2002
    Participant

    it works on my hosting server was not working on my xamp on my local machine.

    #99390
    Bowe
    Participant

    @pcwriter why don’t you just use percentages? If you have a fluid width and set the width of the negative margin-right and the content width.

    For example:

    div#sidebar {
    width: 25%;
    float: left;
    }

    div.content {
    float: right;
    margin-right: 26%;
    }

    The code above won’t work, but it’s to give you an idea!

    #99383
    Kevin Murray
    Participant

    There seems to be something wrong with the custom header process with the buddypress theme. I set up images with 1250 × 125 pixel dimensions, but they are then cropped and expanded, so part of the image is missing and the resolution is lowered. Most frustrating. Has anyone found this?

    #99376
    modemlooper
    Moderator

    Have you tried one of the grid frameworks? I’ve used 960 fluid.

Viewing 25 results - 22,151 through 22,175 (of 32,562 total)
Skip to toolbar