Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,776 through 15,800 (of 31,071 total)
  • Author
    Search Results
  • dt10111
    Member

    I’m trying to find an answer to this myself. I read something, somewhere that I forgot to bookmark, that basically said this is working as intended. But it seems like massive design flaw. It seems as if it should be able to be fixed, since I CAN see all groups as Admin.

    I’ve tried playing with stuff with user access plugins and I can’t find anything to toggle that helps. Assuming it is simply in the theme or plugin somewhere, but I can’t put it together.

    #130545
    tjbrewers
    Participant

    @DJPaul, BuddyBoss theme. Site is livingwithhm.com.

    #130539
    csanger
    Member

    Sure. My theme is Ignite (child) on pagelines 2.1.1. The site is beta.cornerstonekaty.org. Thanks!

    #130526
    Paul Wong-Gibbs
    Keymaster

    If action is blank, the form submits to the current URL. We nee more details about your site; what theme and plugins are you running? Have you got a link to your site so we can try to signup?

    #130509
    richardpd
    Member

    UPDATE
    I have fixed this but am rather unclear why this has arisen!
    The edits I have done here have been through my Network Admin dashboard to my files.
    Everything worked except for editing index.php. When I went to my server (Hostgator via cPanel) my theme index.php was unedited!! After editing(adding) the PostView code and saving the code is now working.
    Just to highlight/emphasis the difference between the index.php I edited through Dashboard shown in my first post above here below is the index.php that exists on the server root and I edited via cPanel. They are completely different and I do not understand how/why this is the case!
    `

    <?php
    /**
    * The loop that displays posts.
    *
    * The loop displays the posts and the post content. See
    * https://codex.wordpress.org/The_Loop to understand it and
    * https://codex.wordpress.org/Template_Tags to understand
    * the tags used in it.
    *
    * This can be overridden in child themes with loop.php or
    * loop-template.php, where ‘template’ is the loop context
    * requested by a template. For example, loop-index.php would
    * be used if it exists and we ask for the loop with:
    * get_template_part( 'loop', 'index' );
    *
    * @package WordPress
    * @subpackage anIMass
    * @since anIMass 7.0
    */
    ?>

    max_num_pages > 1 ) : ?>

    <?php
    /* Start the Loop.
    *
    * In Twenty Ten we use the same loop in multiple contexts.
    * It is broken into three main parts: when we’re displaying
    * posts that are in the gallery category, when we’re displaying
    * posts in the asides category, and finally all other posts.
    *
    * Additionally, we sometimes check for whether we are on an
    * archive page, a search page, etc., allowing for small differences
    * in the loop on each template without actually duplicating
    * the rest of the loop that is shared.
    *
    * Without further ado, the loop:
    */ ?>

    <div id="post-” >

    <a href="” title=”” rel=”bookmark”>

    <?php
    $images = get_children( array( ‘post_parent’ => $post->ID, ‘post_type’ => ‘attachment’, ‘post_mime_type’ => ‘image’, ‘orderby’ => ‘menu_order’, ‘order’ => ‘ASC’, ‘numberposts’ => 999 ) );
    if ( $images ) :
    $total_images = count( $images );
    $image = array_shift( $images );
    $image_img_tag = wp_get_attachment_image( $image->ID, ‘thumbnail’ );
    ?>

    <?php printf( __( 'This gallery contains %2$s photos.’, ‘anIMass’ ),
    ‘href=”‘ . get_permalink() . ‘” title=”‘ . sprintf( esc_attr__( ‘Permalink to %s’, ‘anIMass’ ), the_title_attribute( ‘echo=0’ ) ) . ‘” rel=”bookmark”‘,
    $total_images
    ); ?>

    <a href="” title=””>
    |

    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>


    |

    <div id="post-” >

    <?php the_content( __( 'Continue reading ‘, ‘anIMass’ ) ); ?>

    |

    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>


    <div id="post-” >

    <a href="” title=”” rel=”bookmark”>

    <?php the_content( __( 'Continue reading ‘, ‘anIMass’ ) ); ?>

    ‘ ) ); ?>


    <?php printf( __( 'Posted in %2$s’, ‘anIMass’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list( ‘, ‘ ) ); ?>

    |

    <?php
    $tags_list = get_the_tag_list( ”, ‘, ‘ );
    if ( $tags_list ):
    ?>

    <?php printf( __( 'Tagged %2$s’, ‘anIMass’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list ); ?>

    |


    <?php edit_post_link( __( 'Edit', 'anIMass' ), '| ‘, ‘‘ ); ?>
    |
    <a href="”>Permalink


    |

    max_num_pages > 1 ) : ?>


    `

    I tried editing index.php via cPanel to the first index.php code I posted but then I got an error about “call to undefined function bp signup”
    eg
    Blogs Directory
    Fatal error: Call to undefined function bp_blog_signup_enabled() in /home/hilaryd/public_html/richard-dickinson.com/wp-content/themes/rdbloganimass_bp/index.php on line 8

    I am most grateful for further help and advice to get my blog fully BP compatible & enabled-thanks

    #130507
    Paul Wong-Gibbs
    Keymaster

    What theme? Can you share a link to your site?

    #130504
    Paul Wong-Gibbs
    Keymaster

    Where is it displaying this? Is it a custom theme?

    #130502
    neodoxa
    Participant

    Ok, so here are some pictures showing the formatting problems I’m experiencing. I’m sure that the tweaks you posted about probably fix some of them, but I added them to the end of my style.css (see the pastebin link in the post above) and didn’t see any changes take effect.

    Here is a screenshot of a buddypress user profile. As you can see, the bottom is cut off. I also want to get rid of the bulletpoints next to each link on the profile.
    http://i40.tinypic.com/mt09d5.png

    Here is a screenshot of some sample groups I created… The descriptions are cut off on them. And the text on the right side goes beyond the white text box background.
    http://i43.tinypic.com/jb4qky.png

    Here is a screenshot of the main forum incorporating all of the groups. There are some alignment issues here as well. Also, I’d like to be able to remove the bulletpoints from the links (circled in red).
    http://i43.tinypic.com/5vtbw7.png

    Thanks in advance,
    Neodoxa

    #130500
    mdpane
    Participant

    Could you upload the theme again?

    @tjbrewers, try the below methood, thats what am using

    /*Change the number of activity items to show per page */

    function my_custom_query_filter( $query_string ) {
    $query_string .= ‘&per_page=11’;
    return $query_string;
    }
    add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );

    #130479
    neodoxa
    Participant

    I put the bottom of my style.css file into pastebin… http://pastebin.com/qjLUthgP

    Is that the right way to add in the buddypress codes?

    Thanks.

    #130470
    @mercime
    Participant

    == The text in the buddypress shows invisible in the text box plus theres no enter button ==

    That doesn’t happen with bp-default theme. What theme are you using? Have you contacted theme developer?

    #130469
    @mercime
    Participant

    You can use some or all of the style modifications done with BP Twenty Ten and add those to your theme’s style.css file https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    #130468
    @mercime
    Participant

    == I’m supposed to do is copy and paste the code onto the very end of my style.css, right? ==

    Yes. I checked your theme’s style.css file and the style modifications are not there.

    #130466
    @mercime
    Participant
    #130465
    @mercime
    Participant

    The issue could be a theme-specific one. After creating a network and installing BP, you should change to bp-default theme to make sure that BP components are working before using a custom BuddyPress theme. If issue is corrected after changing to bp-default theme, then you should post at theme developers’ site or check out latest theme version in github https://github.com/Themekraft/Custom-Community

    #130464
    @mercime
    Participant

    == “I created a new child theme and referenced the bp-default theme, and transferred all my original theme files to the new child theme folder.” ==

    However, you also mentioned before that that you have WP theme with BP template pack. So for a sanity check –

    a) What do you mean by “referenced the bp-default theme”?

    b) if you created a child theme of your custom WP theme, then yes you need to activate BP Template Pack and go through the BP compatibility process.

    c) if you create a child theme of bp-default theme, then yes, you need to reference/add “Template:bp-default” in your stylesheet but you should not use the BP Template Pack plugin

    == … BP-specific pages, such as the profile page. I need to edit the template … ==

    – For WP Theme with BP Template Pack scenario – you would find the main profile template within your WP theme folder in server at wp-content/themes/myCustomWPtheme/members/single/profile.php

    – For child theme of bp-default theme – copy over members/single/profile.php and/or specific profile loop/content from bp-default theme into your child theme following the folder structure

    abysshorror
    Member

    Try this:

    On functions.php

    add_filter( ‘bp_dtheme_ajax_querystring’, ‘limit_activity_posts’, 15, 2 );
    function limit_activity_posts( $query_string, $object ) {
    if( ‘activity’ == $object ) {
    $query_string = add_query_arg( ‘per_page’, 5, $query_string );
    }
    return $query_string;
    }

    It’s working for me, thanks to the guys of Huddle Theme :)

    #130453
    .shaver
    Member

    Thanks for your help.
    The php page is at http://pastebin.com/ztQqD2Us

    http://thingswhitepeople.com/home/members
    user name: test
    password: test

    #130446
    neodoxa
    Participant

    Thanks for all of the help, mercime. I got it pretty much all sorted out thanks to your awesome assistance! :)

    One more thing… I added those tweaks to the end of my style.css for the boulevard theme, but did not see any difference take effect. :-/

    All I’m supposed to do is copy and paste the code onto the very end of my style.css, right?

    Thanks again,
    Neodoxa

    #130435
    @mercime
    Participant

    The Custom Community theme devs have a forum where you can post this issue and find resolution asap. You might want to check out FAQ’s first before posting at their forums http://themekraft.com/custom-community/

    #130434
    @mercime
    Participant

    You shouldn’t have to create any subpage at all.

    If you’re using a WordPress theme which doesn’t include BuddyPress templates, you need to install and activate BP Template Pack plugin and go through the BP Compatibility process which will transfer all the required templates, CSS and JS needed to your active WP theme folder.

    #130432
    @mercime
    Participant

    Not quite, but thanks :-) Marking this as resolved then.

    #130431
    @mercime
    Participant

    I won’t be able to see the post button because I’m not logged in. Do provide test user account (post username and password here) which you could later delete after this issue is resolved.

    Also, I believe there are missing divs because the BP content doesn’t have a white background as it should have had if the BP compatibility process in Step 3 was done correctly. To better address the issue, open up your construct theme’s header.php, copy code, paste in pastebin.com, click submit, and post the generated uri here. Do the same for index.php, page.php, sidebar.php, and footer.php

    #130430
    @mercime
    Participant

    Missed it previously.,I see it now. BP components must be parent page levels in “Page Attributes” at this time. If you want to “show” that Members and Group Pages are under Forums, the use custom menu and position the Members and Group Pages under Forums

Viewing 25 results - 15,776 through 15,800 (of 31,071 total)
Skip to toolbar