Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,526 through 15,550 (of 31,072 total)
  • Author
    Search Results
  • Slicklips
    Member

    Anyone? I’m pretty sure it’s got something to do with the way the avatar is being displayed. If I revert back to the default theme the avatar is reduced in size for posts made by members while here its being reproduced at 50x50px?

    #131740
    Hugo Ashmore
    Participant

    Very little information to go on, no bugs as far as I’m aware but then what version of anything are you running?

    Standard response here is all that can be given at this stage. Please disable all third party plugins leaving BP only and revert to bp-default theme if using a custom theme, and then check if issue still appears.

    #131721
    @mercime
    Participant

    @shawn38 @crystal-phoenix just to add that for very long blocks of code, use pastebin.com and paste generated URI here :-)

    I checked your with IE simulator 6 to 9 online at http://netrenderer.com/index.php and I don’t see the vertical navigation. Know that bp-default theme has a responsive layout wherein the main navigation does go vertical when viewed at smaller widths which should be taken into consideration.

    #131717
    @mercime
    Participant

    If BuddyPress is activated and if you have BP-compatible theme, then default landing page when you click on member’s link is activity. You can add code so that default landing page for member’s link is something else. See how to. Btw, what do you mean by “dashboard”? wp-admin?

    #131715
    @mercime
    Participant

    @videogamerznet don’t know if you’re using stable or beta. In any case, just so we’re on the same page and to move this discussion forward, open up your theme’s updated header.php, copy code, and paste code in pastebin.com, click submit, then post the generated pastebin.com URI here. Do the same for your theme’s updated sidebar.php, footer.php, index.php and page.php

    #131713
    9087877
    Inactive

    Has the issue been resolved? If not let me know what version of WP & BP your using along with any plugins! Also, are you using a child theme?

    #131703
    @mercime
    Participant

    My BuddyPress, a bp-default child theme, has not been updated for version BP 1.5

    Compare the header.php of the My BuddyPress” theme to that of bp-default theme’s header.php where the old links in My BuddyPress have not been updated, among other things.

    #131698

    @mercime Hello, Here is the link to the Site where I got it and I got the very latest version on it: http://code.google.com/p/arras-theme/downloads/list.

    Also I am not having some of the other problems as I have fixed them but I have a problem as some of the stuff will not fit on the site.

    #131696

    In reply to: Forums not appearing

    @mercime
    Participant

    WP/BP versions? I’ve seen this happen with an old custom theme which was not updated for latest WP/BP versions. Have you done basic troubleshooting like changing to bp-default theme and deactivating all plugins except BuddyPress?

    #131695
    @mercime
    Participant

    @videogamerznet no problem. Where did you download your Arras theme – site URL? There are different sites which do that and I want to know which version you have activated.

    @mercime
    Participant

    @ironjade Ok, I see what you were trying to get at. You need to fix alignment of the BP template pages in line with your theme’s HTML structure which you should go through after Appearance > BP Compatibility.

    To proceed with getting the HTML structure in line, open up your Ithaca theme’s header.php, copy all code, paste code in pastebin.com, click submit, then post the generated URL here. Do the same for ithaca theme’s index.php, page.php, sidebar.php and footer.php

    @mercime
    Participant

    Yes, registration is “off” by default. You turn on registration only if you’re opening up your site for public participation. To enable registration for a single WP site, go to dashboard menu Settings > General – Membership and click on box to allow registration.

    As to list bullet points and the BP elements extending past widths set, copy some or part of the style modifications for Twenty Ten child theme per link I gave at the end of the alignment instructions.

    #131683
    @mercime
    Participant

    B. Copy sidebar.php and Save As > sidebar-buddypress.php

    Open up sidebar-buddypress.php and at the top, above all code contained within, add this
    `

    <div class="”>`

    Then at the bottom, below all other code, add this:
    `

    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 file.

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

    Final note: You might want to check out the style modifications to contain some BP elements as a guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    #131682
    @mercime
    Participant

    @udotorg Based on initial scan, to make your theme compatible with BuddyPress, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php

    If you’ve revised any of the BP template files transferred to your evolution theme folder during the BP Compatibility process, please delete the 6 BP folders transferred to your denizen 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 header.php and Save As > header-buddypress.php

    Open up header-buddypress.php and at the bottom of the file, below other code contained within, add this:
    `<?php
    $sidebar_layout=get_post_meta($post->ID,’kaya_pagesidebar’,true);
    $img_width=kaya_image_width($post->ID);
    //sidebar class
    $aside_class=($sidebar_layout== “leftsidebar” ) ? ‘one_third’ : ‘one_third_last’;
    ?>

    <div ID); ?>>
    <div id="post-” >

    `

    Save file.

    allentan
    Member

    One more question is that when i do a sign up… there is no email send to me.

    Based on the tutorial, there is a place to “Turn On the registration”. I couldn’t find that in Buddypress setting… Do i need to turn on registeration.?

    Thanks

    allentan
    Member

    Thanks for the info. Its looks better now…. the sign up button abit out. rest are ok.
    http://learningdigitalphotography.net/registration/

    Thanks

    #131671
    Paul Wong-Gibbs
    Keymaster

    Take a look at “Member settings pages are blank” on https://codex.buddypress.org/releases/developer-and-designer-information/

    Only relevant if your theme was created before BuddyPress 1.5?

    9087877
    Inactive

    @mercime That worked perfectly! Thank you for your help! For anyone else who would like to limit their activity with the load more option still functioning below is the code snippet. Just replace the line of code in your themes activity-loop.php that says:
    if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) ) ) :
    With this one:
    if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&per_page=5’ ) ) :

    @mercime
    Participant

    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 revised up to your server wp-content/themes/clearphoto/

    D. You might also want to 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/

    @mercime
    Participant

    @allentan there’s something awry with your installation if you keep giving me the code for the Group Directory Index when I ask for your Clearphoto theme’s index.php file. Assuming you have the original zipped file of your Clearphoto theme, I suggest that you delete the clearphoto theme in your server via Appearance > Themes > Clearphoto – delete. Then reinstall Clearphoto for a clean slate.

    Activate BP Template Pack plugin and go through Appearance > BP Compatibility process. Again, for a clean setup.

    Then download BP Template Pack folders in your theme’s folder in server – /activity, /blogs, /forums, /groups, /members, and /registration

    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 Clearphoto theme folder in server during the compatibility process.

    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 if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('

    ‘); } ?>

    `
    Save files.
    IronJade
    Member

    Sorry, its a custom theme. I don’t know how to replicate it, my site, thegamersblog.com has been fine with using BP and everything works. I just noticed that the BP run pages are on the page template of Archive. Everything looks correct except the right sidebar is filled with archive page text and throws off the rest of the page pretty badly.

    allentan
    Member

    Apologise for the confusion. Here is the mapping..

    http://pastebin.com/5QLFbBnz (header.php)

    http://pastebin.com/eEqiDzAb (index.php)

    http://pastebin.com/EPpc1Mzv (page.php)

    http://pastebin.com/Zb8th1EL (sidebar.php)

    http://pastebin.com/iwjiyE5D (footer.php)

    Let me know if you got any solutions…

    @mercime
    Participant

    @ironjade not quite clear on what you mean, could you be more specific as well as give ways for us to replicate the issue. Is this happening on bp-default theme or a custom theme?

    #131643
    @mercime
    Participant

    @frostdawn suggestion is to upgrade your BP Corporate Theme.

    If you feel like tackling the issue yourself, install two plugins: Log Deprecated Notices plugin and the Theme Check plugin. For the first plugin, you will see if there are deprecated template tags with the replacement template tags after a minute or so.

    For Theme Check, take care of the results posted with “Warnings” and “Required” items if any. No need to worry about the “Recommended” or “info” issues. if any

    #131641
    @mercime
    Participant

    What message? What theme are you using? Site URi? Testuser username and password?

Viewing 25 results - 15,526 through 15,550 (of 31,072 total)
Skip to toolbar