Site-Wide Activity

  • The content image is a gradient and is working fine. It’s the space between the content bg and the footer bg and is bugging me. I need to change the width to 1000px from the default 1040px and then have them merged together so there is no space between.

  • I have been working all day on trying to basically gut the parent theme to the way I want it using the child theme. I am a designer not a developer and work best in HTML and CSS. This is how I want it to look in the end.

    I don’t want to change code on the parent theme’s CSS but I can’t seem to figure out what need changing. I am using Chrome…[Read more]

  • I have reading set up as full text for posts but one post is only showing partial text and there is no “read more” and anything to see the entire post on the home page. I just upgraded to WP 3.9 so not sure if that is the cause.

  • Randy posted an update 10 years ago

    Great..got it. Thanks for your help!

  • I figured it out myself. I added this to the theme functions under the main theme:

    // Deregister the built-in fwslider
    wp_deregister_script( ‘fwslider’ );

    Then to get the new slider to show I added this to the header.php page

    <?php
    echo do_shortcode(“[metaslider id=69]”);
    ?>
    The Meta Slider has the 4 sliders included. I am…[Read more]

  • Murray replied to the topic User can create slides? in the forum BuddyBoss 3.0 10 years ago

    ok
    quick fix is to replace
    ‘capability_type’ => ‘post’,
    in buddyboss-slides-loader.php line 31:
    ‘capability_type’ => ‘page’,
    (in buddyboss/buddyboss-inc/buddyboss-slides)
    and hope that that user role isn’t able to edit pages too. 🙂

    oh –
    and dont update the theme

  • Murray replied to the topic User can create slides? in the forum BuddyBoss 3.0 10 years ago

    Hi there
    I have the same issue…
    Even if you install a role manager plugin you dont see the buddyboss_slides roles ?
    therefore how would remove_cap work???

    This is because when you created the CPT in the theme ..tsk tsk. You aligned its capabilities to post creation in buddyboss-slides-loader.php line 31:
    ‘capability_type’ => ‘post’,
    (not cool…[Read more]

  • Thanks, I will try with FireBug !

  • I installed Meta Slider that has 4 different sliders in one. I am choosing Flex Slider. When I try to add slides it takes me to the media library page and again nothing loads (spinner is spinning but nothing is happening – this is with the buddyboss child theme or the parent theme. When I switch over to Twenty Thirteen or any of the other default…[Read more]

  • @tjchester I have done that.

  • Actually I am still trying to use the fwslider, but if I can change over to flexslider that would be better. How do I deregister the fwslider javascript?

  • Rainer replied to the topic Create Group button missing in the forum BuddyBoss 3.0 10 years ago

    Thanks TJ!

    So then my only solution is to wait for a bugfix for Buddyboss.
    Not having a “create group” button on the group directory page is not an option.

    When do you expect a bugfix for this?

  • Hi

    I’ve read the documentation on child themes, and searched the forum, but I can’t find reference to creating a new page template that can display the Buddypress profile info found in BuddyBoss’ left sidebar (avater, links, etc.).

    I have a page that falls under the main profile links where I want to display user bookmarks via a third party…[Read more]

  • Randy replied to the topic Image rather than slider in the forum BuddyBoss 3.0 10 years ago

    Hi Tj…I’m not sure how to replace the slider with a single image and insert it right under the nav-bar on the home page where the slider would normally go. I’m not sure how to do that. Can I do that somewhere in the admin? Or, do I need to insert some code somewhere and if so, what file would I place the code in? If I need to insert some code,…[Read more]

  • It has to be the theme. I just changed the theme to the default 2013 theme and went to the home page I created and clicked on the set featured image. It immediately showed me all the images I had previously uploaded. Going back to the child theme and going into slides and clicking set featured image just shows the spinner continually spinning.…[Read more]

  • Randy replied to the topic Photo issue safari iOS in the forum BuddyBoss 3.0 10 years ago

    I have the same problem

  • I figured this one out 🙂 I’m a bit new to wordpress templating… just realized I needed to call that header from front-page.php for the home page. Working great now.

    Thanks

  • Love the updates guys, site keeps getting better. Running in to an issue though with the like usernames looking weird. It seems to only happen when there are more than 5 likes on an activity entry. It adds a comma in the beginning of the string, and then a ton of extra space in the list of like usernames, while not actually returning all of the…[Read more]

  • The reason I ask this question is because the slider that comes with the theme is not working. I don’t know if it is WP or the theme. I try to set the featured image by uploading the image and I get an upload error. I looked on the web and it seems to be WP. I look in my media and the slide images are there. I click on set featured image on the…[Read more]

  • Rainer replied to the topic Create Group button missing in the forum BuddyBoss 3.0 10 years ago

    Thanks. This at least brings back the button.

    But now the button is always visible. Even when I am in the group creation wizard itself. Very confusing.

    Maybe I just add a menu to my sites menu “Create Group” (I know it is accessible in the top right menu but would like to keep key functionality in “my” menu).

    How do I add the “create group”…[Read more]

  • Load More