Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,301 through 15,325 (of 31,073 total)
  • Author
    Search Results
  • IndieConnect
    Participant

    I fear I have buggered it up good. I get a 500 Internal Server Error or 404 Not Found when trying to get Buddy Press pages.

    I have tried to deactivate and delete buddypress and the template pack and then re-install, but it is the same.

    Any thoughts?

    @mercime
    Participant

    == Is there a way to completely UNINSTALL and REINSTALL all components of BuddyPress and BuddyPress Template Pack?! ==

    To uninstall template pack, you can delete the BP template folders in your theme’s folder, then deactivate template pack plugin.

    To uninstall BuddyPress – https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/

    == I keep getting a 404 Page Not Found Error for EVERY BuddyPress link I click on at the top main menu ==

    Mod_rewrite must be enabled in your server for “pretty permalinks” required by BuddyPress. Go to Settings > Permalinks and set it to something other than default.

    == The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register. Repair ==

    Go to dashboard menu BuddyPress > Pages. You need to associate BP components with Pages. https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-pages

    Scott G.
    Participant

    “””
    The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register. Repair
    “”””

    Scott G.
    Participant

    @mercime

    The code looks GREAT! I would have NEVER figured this out alone! I do have a problem however… Is there a way to completely UNINSTALL and REINSTALL all components of BuddyPress and BuddyPress Template Pack?!

    I keep getting a 404 Page Not Found Error for EVERY BuddyPress link I click on at the top main menu… I for the life of me cannot figure out what I’m doing wrong!!

    #132627
    jaredvd
    Member

    found a fix. After looking at the default.css here was the code which was overriding my css:
    div#container {
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    }

    So i changed my CSS from:
    #container{ background: #EAEAEA; width: 960px;}
    to:
    div#container{ background: #EAEAEA; width: 960px;}

    Works now.

    #132623
    AaronNGray
    Member

    I have had to remove the ‘responsive.css’ functionality as I am not worried about supporting Apple iPad and iPhone’s.
    I put the following in the Child Theme’s ‘functions.php’ :-

    `
    function bp_head_action() {
    remove_theme_support( ‘bp-default-responsive’ );
    }
    add_action( ‘bp_head’, ‘bp_head_action’);
    `

    If there is a better solution that does not cause weird behaviour on old laptops XP which a lot of the clients I have use I would like to know. Otherwise I may code in a user option at somepoint maybe.

    Thanks,

    Aaron

    #132622
    AaronNGray
    Member

    Cheers I will experiment :)

    #132621
    aces
    Participant

    I’ve just done it in a non bp child theme – wrapping the new css in extra brackets for @media in style.css – ie:
    `
    @ media (max-width: 520px) {
    .my-class {
    float: none;
    width:100%;
    }
    .whatever-class {
    float: none;
    width:100%;
    }
    }
    `
    Note the two sets of brackets…

    Please Note: There should not be a space between `@` and `media` but as someone has used that as a nickname it turns it automatically into a mention and I don’t know if it’s possible to disable that

    #132620
    AaronNGray
    Member

    Ah great, sorry how do I deal with this in the child theme’s style.css ?

    Aaron

    #132619
    aces
    Participant

    It is probably the https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/_inc/css/responsive.css stylesheet kicking in.

    You should be able to use @media in your child theme stylesheet…..

    #132605
    DRAGUIAN
    Member

    Hmm, I highly suggest you make a backup of the file I want you to alter. I’m not sure if your using wordpress or not but in any case what I did was..enter buddypress–>buddypress themes–>bp default—>activity–>index.php. (so yea make a back up of your index.php file) Then edit the index.php file by deleting the following <li class="selected" id="activity-all"><a href=&quot;" title=""><?php printf( __( 'All Members <span>%s</span>', 'buddypress' ), bp_get_total_site_member_count() ); ?></a></li>

    #132602
    wwwobbly
    Participant

    I really should read the docs!!! Neglected to move the bcg folder in with the current theme.

    @mercime Fabulous. Thanks for steering me in the right direction. Happy Easter!

    #132597
    @ChrisClayton
    Participant

    @alanchrishughes – the plugin (Buddypress template pack) is simply a utility tool, it’s not required.

    What does it do? From what i gather from your comment above, you tried to copy the template folders from Tpack, but if you look inside your theme, the folders are actually empty, which is why it’s not working :) The plugin copies the folders from the bp-default theme (inside the buddypress plugin)

    So – you either need to turn on (activate) template pack and go through the configure stuff (once done you can deactivate the template pack) or, copy over the files manually from within plugins/buddypress/bp-themes/dp-default

    If you choose to not keep the template pack active, you may also need to copy over the functions into your themes functions.php (https://plugins.svn.wordpress.org/bp-template-pack/trunk/bpt-functions.php) as it has some almost required stuff (like registering the “add friends” buttons)

    #132595

    In reply to: Group page not opening

    @mercime
    Participant

    == Is this a setting that needs to be changed? ==

    @margysdr Basically, if you left Groups enabled in BuddyPress > Components panel, then the links to respective groups in the Group Directory page should open to each individual Group’s page.

    WP/BP versions? What theme are you using? Have you changed to bp-default theme to see if issue is corrected? If not, then have you disabled other plugins except BuddyPress to see if issue is resolved?

    #132594
    alanchrishughes
    Participant

    Thats what I’m saying though, it doesn’t seem to be possible to create a “BP-ready” theme unless you install the rest of Buddypress (BP Template).

    #132593
    @mercime
    Participant

    @words2us I only see the facebook connect widget in your sidebar. So assume you want to move login below that:
    – Copy over sidebar.php from bp-default theme into your bp-default child theme folder.
    – Open up sidebar.php with a text editor and move up “ to just under “
    – Save file and upload to server

    #132592
    @mercime
    Participant
    #132588
    @mercime
    Participant

    The default home page of the bp-default theme are blog posts. If you created a static page (e.g. named “Home”) for the home page, then you should create another page named e.g. Blog and go to Settings > Reading and select Home for the static front page and select Blog for the blog posts. If that’s not the case, site url?

    @mercime
    Participant

    B. Create a blank sidebar-buddypress.php and in it add:

    C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/atahualpa/ in the same directory where your regular header.php and sidebar.php are.

    Final note: Check out the style modifications to contain some BP elements. Copy these and paste into your theme’s stylesheet and adjust as needed. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    UPDATED INFORMATION BELOW

    @mercime
    Participant

    @indieconnect This is to confirm that to make your theme compatible with BuddyPress, you only need to create two new files. Those files are header-buddypress.php and sidebar-buddypress.php. You do not need a footer-buddypress.php file

    If you’ve revised any of the BP template files transferred to your Atahualpa theme folder during the BP Compatibility process, please delete the 6 BP folders transferred to your Atahualpa theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.

    A. Copy theme’s header.php and Save As > header-buddypress.php

    UPDATED INFORMATION BELOW

    #132575
    @mercime
    Participant

    There can only be normally one background image per element in CSS2 so when you add the icon, it will override the gradient background created in parent theme. You could add extra bg-img using pseudo-elements but that’s good for modern browsers and IE8+ only.

    You can use multiple background images for one element with CSS3 compatible with most modern browsers incl. IE9 above. But if you have users who use IE8 below, it will note show up at all.

    One solution for cross-browser compatibility down to IE7 is to create an image with the icon and the gradient background, e.g. activity-time-since-with-gradient-background.png, together and hook that to the link:
    `div#item-header #send-private-message a {
    background: transparent url(_inc/images/activity-time-since-with-gradient-background.png) left center no-repeat !important;
    padding-left: 25px;
    }`
    Of course your image name won’t be that long.

    The other solution is this: http://www.norestfortheweekend.com/2011/02/26/css3-gradients-multiple-backgrounds-and-ie7/ This is more involved but a great learning experience if you have the time.

    #132573

    In reply to: Error after install

    aces
    Participant

    The above error message normally means that wordpress only has 32 mb of memory available and it needs more.

    There are various technques for increasing memory available but some hosts don’t allow those methods to be used and require a different hosting plan.

    If that isn’t practical it is possible to run wordpress with less memory if you cut back on plugins, use a theme that doesn’t eat up memory, and only upload very small pictures etc…. There are various plugins around that can help you work out what is eating ram

    I used to find it hard to run wordpress with 32 meg of memory, let alone buddypress…

    1024 bytes in a KB,
    1024KB in a MB
    Thus: 1024*1024*32 = 33554432 bytes in 32MB

    @mercime
    Participant

    Note: `</script`& grt; above should be “

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/wikiasi/

    D. Check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and copy these over to your theme’s stylesheet then adjust as needed.

    @mercime
    Participant

    Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Wikiasi theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `<?php
    get_header();
    global $woo_options;
    ?>

    <?php
    get_template_part( ‘includes/advanced-search-form’ );
    get_template_part( ‘includes/filter-bar’ );
    ?>

    <!–
    google_ad_client = “ca-pub-0044915326038182”;
    /* Leader board 728 x 90 */
    google_ad_slot = “6866417018”;
    google_ad_width = 728;
    google_ad_height = 90;
    //–>

    <article >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    the Respecitve BP page Titles

    ` and move it above `

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    IndieConnect
    Participant

    Sorry- that must drive you guys crazy…:)

    My site is indieconnect.com. It is running WP 3.3.1, Atahualpa Theme 3.7.3, and Buddy Press 1.5.5. I just got BuddyPress installed and went through the BP Template pack. (I modified the files listed in Step 3 by swapping out the “get header” code – this was recommended by the Theme’s support forum.) At this point, the left sidebar was on the left where it should be but it also showed up below the middle column on buddypress pages. I found a post here that suggested putting up a blank page (sidebar-buddypress.php) in the theme directory and that fixed the repeating sidebar. The footer on buddypress pages is showing up in the left column. The right column is missing.
    There is code hanging out on the page. It is from something else. I hope this gives you the info you need to help.

Viewing 25 results - 15,301 through 15,325 (of 31,073 total)
Skip to toolbar