Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 3,176 through 3,200 (of 31,071 total)
  • Author
    Search Results
  • #269310

    In reply to: Organic Square theme

    johnagreene
    Participant

    Seriously amazing work @peter-hamilton! It looks better than any premium Buddypress/bbPress theme I’ve seen. Great job and can’t wait to see the finished product!

    #269306

    In reply to: Organic Square theme

    peter-hamilton
    Participant

    I am aiming to make this a modern fully functional forum website that does offer the same if not more functions then most commercially available alternatives and prove that BBpress is capable of providing everything we need to create a full-fledged forum.

    As I am not a programmer I have been cutting and pasting for so long that I now start to get a basic understanding of php, but still only cutting pasting and making minor adjustments.

    I am almost ready incorporating all features I need, as soon as that is done I will once again rewrite all code to tidy it up and try to make it into a theme for others to use.

    I hope my effort shows those looking for software to make a forum that BBPress is capable and with wordpress in the background potentially better then anything you can buy.

    Peter Hamilton
    i-am-peter.com

    #269304

    In reply to: Organic Square theme

    peter-hamilton
    Participant

    few shots of current state of this theme.

    Organic-Square: profile page

    Organic-Square: activity wall

    Organic-Square: forums

    Organic-Square: topics

    #269302

    In reply to: Organic Square theme

    peter-hamilton
    Participant

    Hi @johnagreene, I am aiming to make it so that it can be used by others, still working on the theme at the moment.

    #269301
    peter-hamilton
    Participant

    you could make a custom login page in your child-theme.

    #269279
    Boone Gorges
    Keymaster

    If the users of the site don’t care too much about what it looks like, then I would suggest switching to a theme like Twenty Sixteen. This will move you over to a “template pack” that is more modern and well-supported by the BuddyPress team.

    Otherwise, there’s no danger in sticking with the existing theme, as long as it’s working for you. It’s outdated in the sense that it won’t receive any more feature updates from the BP team, but if you’re not using most BP features, this probably won’t bother you or your users 🙂

    > Now the problems I see is that when creating a new thread, the thread is created and shown but only the title, the content posted when creating the thread is hidden. All subsequent replies show just fine.

    If this is a CSS issue, it’s easily fixed. Look at the page source to see if the content is there. If so, it is probably being hidden by a rogue style, which you could override. If not, it’s a deeper problem that may require some PHP skills to debug.

    #269272
    naomibuch
    Participant

    BTW: I am using Newspaper – Theme version: 8.1
    WP version 4.8.3
    Buddypress Version 2.9.2

    #269269
    Julia_B
    Participant

    @boonebgorges

    I’m still looking for answer unfortunately.

    I’ve been chatting with Avada support and they seem to have come to the conclusion that what I’m asking for is not possible, not just in Avada theme but in any theme.

    I’m sure this is not correct, especially since I had it working on my site until recently. All I need is simple widget displaying each memeber’s profile image. Or it doesn’t even have to be in a widget if that’s what’s causing the issue.

    Anyway, Avada support said they attempted to do this by reverting my site to default theme and trying it out.

    They sent me this video clip which they say shows it’s not possible:

    https://www.dropbox.com/s/p91l3nfofvb04a7/2017-11-30_16-36-36.mp4?dl=0

    …So I can only think I must need to use different code.

    Any ideas please? 🙂

    #269267
    ovizii
    Participant

    Hi @boonebgoges and thanks for replying.
    I get what you are saying, its just that I am maintaining this site for a bunch of friends for their forum. basically no other feature of buddypress is used. I try and keep my efforts at a minimmum as its an unpaid favor I am doing them. So for the last few years all I did was keep WP and themes + plugins up to date.

    What I am looking for is the solution with the least effort 🙁

    Still, do you have some pointers where to start? Some links I could read up or tips what to do and check?

    What to do about this budypress message about the outdated template pack? I googled those terms and found some old posts from a few years back, mentioning some BP template pack plugin but that seems outdated information.

    Say I can solve this outdated template pack, can I then keep using the buddypress default theme? I did improve it by adding some css but that is the only change I made to it.

    #269251
    Boone Gorges
    Keymaster

    Ah, so that is the issue. Something in your theme, or another one of your plugins, is causing the navigation to be rendered two times. If you’re able to switch to Twenty Sixteen or another default WP theme, you could verify that the theme is the culprit.

    In the meantime, I’m not quite sure how to address the problem. Is it important for your purposes that Home is selected in this view? If not, it may be possible to drop in a bit of JavaScript that’ll unselect it, which will probably cause the search to work again.

    #269246
    Boone Gorges
    Keymaster

    Hi @ovizii – Changing to a separate theme just because of a single styling issue is a pretty big step. If you’re generally happy with the way your site looks and works, it may be worth putting a bit of time into solving the specific issue, rather than looking for a larger switch.

    If you do want to change, BuddyPress now supports a feature called “theme compatibility”, which means that it works well in most WordPress themes – whether or not they have specific support for BuddyPress. A nice place to start is the WP default themes (Twenty Sixteen, etc), some of which are particularly well suited to running a BuddyPress site.

    #269237
    naomibuch
    Participant

    BTW: I am running:

    WP version 4.8.3
    Newspaper theme 8.1
    BuddyPress Version 2.9.2

    #269225
    ovizii
    Participant

    I just checked the tempalte’s css file and it says:

    /**
    * Theme Name: BuddyPress Default
    * Theme URI: https://buddypress.org/extend/themes/
    * Description: [NOTE: except for security issues, BuddyPress Default is no longer being actively maintained by the BuddyPress team.]

    so is there another default theme available?

    #269216
    mbfit
    Participant

    @mbfit If by “unsearchable” you mean that they don’t show up in the directory anymore, then the problem is probably that the plugin deleted the ‘last_activity’ activity items for each user. As such, BP doesn’t show them as active users.

    Yes you nailed it.

    Tech support copied the file members-loop.php from the main theme to the child theme, so it looks like this childtheme/buddypress/members/members-loop.php

    and code:
    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&per_page=’.sq_option( ‘buddypress_perpage’ ) ) ) : ?>

    to:

    <?php if ( bp_has_members( bp_ajax_querystring( ‘members’ ) . ‘&type=alphabetical’ . ‘&per_page=’.sq_option( ‘buddypress_perpage’ ) ) ) : ?>

    In case anyone else every happens to run into this..!

    #269215
    mbfit
    Participant

    It is that: site.com/forums (under construction at the moment)

    There is an option on the Dashboard to allow Forums for User created Groups, which then directs to the main Forum page (created and directed to Forum/”Groups”, by me as the Admin) and within are the subtopics created by the Users.

    If the case isn’t a BP issue I will also ask the Theme support. Any insight would be appreciated here too! Thanks.

    #269211
    Boone Gorges
    Keymaster

    @scribit – Thanks for following up. We are getting closer 🙂

    Do you have any idea why the home element has the selected class? Does this mean that, when you view the group nav tabs, both Home and Selected have the “current” styling? BuddyPress doesn’t do this out of the box, so I wonder if perhaps there’s something in your theme that’s causing it to happen. Figuring out what’s causing that extra selected class, and disabling it, would probably fix the problem you’ve described.

    It is also the case that this JavaScript is quite fragile. I wonder if we could use the body class or something like that as a more reliable way of deterimining which tab we’re looking at. On the other hand, the JS for the new, upcoming template packs (bp-nouveau) is totally different here, so maybe it’s not worth fixing.

    Boone Gorges
    Keymaster

    > Should I give you access to my website? Or do you have a better understanding of the problem now?

    Hi Naomi – I and other members of the site post here as volunteers, so please understand that there may not always be immediate feedback to your posts.

    > I uploaded an image to the link you provided, the file is called “Comment_Overlap”

    Can you please share a URL?

    The following snippet, in your theme’s functions.php or your bp-custom.php file, will prevent users from leaving more than one top-level comment on a given activity item:

    
    add_filter( 'bp_activity_can_comment', function( $can ) {
    	global $activities_template;
    
    	// Users who are already forbidden from commenting should still be forbidden.
    	if ( ! $can ) {
    		return $can;
    	}
    
    	// If the user has already posted to this activity item, disallow more posts.
    	$activity_id = $activities_template->activity->id;
    	$children = BP_Activity_Activity::get_child_comments( $activity_id );
    	foreach ( $children as $child ) {
    		$activity = new BP_Activity_Activity( $child->id );
    		if ( bp_loggedin_user_id() == $activity->user_id ) {
    			return false;
    		}
    	}
    
    	return $can;
    } );
    
    #269202
    Scribit
    Participant

    Thank boonebgorges.
    First of all buddypress.min.js is correctly loaded in the page and it is not part of the theme but the plugin is installed indipendently.

    I’m using version 2.8.2. I load not minified js to debug it. Look at this part of code:

    if ( target.attr('type') === 'submit' ) {
    	css_id = jq('.item-list-tabs li.selected').attr('id').split( '-' );
    	object = css_id[0];
    	template = null;
    	search_terms = target.parent().find( '#' + object + '_search' ).val();
    
    	// The Group Members page specifies its own template
    	if ( event.currentTarget.className === 'groups-members-search' ) {
    		object = 'group_members';
    		template = 'groups/single/members';
    	}
    
    	bp_filter_request( object, jq.cookie('bp-' + object + '-filter'), jq.cookie('bp-' + object + '-scope') , 'div.' + object, search_terms, 1, jq.cookie('bp-' + object + '-extras'), null, template );
    
    	return false;
    }

    when it create “item-list-tabs li.selected” class to populate css_id array it takes the first one div in DOM with that class, and the corresponding array is [home, groups, li]. So it searches for #home_search to set value of search_terms…but home_search element doesn’t exists on the page!

    To correctly search terms it should search for #members_search. What can I do? I don’t want to hardcode some javascript 🙂

    naomibuch
    Participant

    Hi Boone,

    I uploaded an image to the link you provided, the file is called “Comment_Overlap”. I took a peek at the Twenty Sixteen theme this is exactly how I want my Activity Stream to flow and function.

    Please advise on what you think I am doing wrong.

    Thanks,
    Naomi

    #269200
    Boone Gorges
    Keymaster

    I’m unable to test with the proprietary Magnum theme, but with the free version of Optimizer, I’m unable to reproduce the problem. Group member searches are working as expected: https://postimg.org/image/axag5nsjr/

    Here’s the relevant part of BP’s JavaScript: https://buddypress.trac.wordpress.org/browser/tags/2.9.2/src/bp-templates/bp-legacy/js/buddypress.js?marks=863#L848 The first thing to check is that your theme is actually requiring buddypress.js (or buddypress.min.js) out of the buddypress theme directory; if not, it’s possible you’re running an out-of-date version bundled with a theme or something. Then, you may need to deminimize (or set define( 'SCRIPT_DEBUG', true );) to debug. Then, check to see whether this bit of script is actually able to find the search_terms element. It’s possible that your theme, or some other plugin, is modifying the markup so that the selectors or the element hierarchy has changed.

    naomibuch
    Participant

    Hi Boone,

    For some reason it’s not allowing me to edit my post, the changes are not appearing, so I am having to create separate posts!

    I always do my code editing in the Newspaper child theme (
    Newspaper 7 Child theme: Theme Functions (functions.php)

    The only other option I have is the edit Twenty Seventeen theme? But I have never used this theme for updating code, I always had success using the Newspaper child theme.

    Thanks,

    Naomi

    naomibuch
    Participant

    Hi Boone,

    BTW: I am using Newspaper – Theme version: 8.1
    WP version 4.8.3
    Buddypress Version 2.9.2

    I always do my code editing in the Newspaper child theme (
    Newspaper 7 Child theme: Theme Functions (functions.php)

    Thanks,

    Naomi

    #269188
    Boone Gorges
    Keymaster

    What theme are you using? I wonder if the JS that you’re using is out of sync with the search template.

    Boone Gorges
    Keymaster

    What theme are you using? It’s possible that this problem is specific to the theme. Try on a default WordPress theme like Twenty Sixteen to be sure.

    Can you share a screenshot of the “comment box” and the “reply box”? It’s unclear from your questions whether you’re talking about textareas or about buttons. Also, BP doesn’t have separate Comment and Reply functionality for activity items, which makes me think that this may be a conflict with another plugin.

    #269178

    In reply to: Cover Photo Issues

    Boone Gorges
    Keymaster

    Hm. In this case, there must be a disconnect between your theme’s setting $content_width and the BP features that use this value. Start your debugging at bp_register_theme_compat_default_features() in bp-core/bp-core-theme-compatibility.php.

Viewing 25 results - 3,176 through 3,200 (of 31,071 total)
Skip to toolbar