Discussion on CommunityJunction - BuddyPress Membership Theme

Discussion on CommunityJunction - BuddyPress Membership Theme

Cart 891 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

460 comments found.

I downloaded the one click demo and now when I go to sign up, the buttons says registration disabled. In the admin under general, the anyone can register link is checked and I don’t see anywhere else that I am suppose to modify to open up registration.

Go to wp dashboard -> appearance -> customize and enable registration.

My users are registering and waiting for an email to confirm. I have to go in and activate them. Is there a setting (that I don’t see) where I do not have to manually confirm them. If not, I need to provide a message saying something like – Thank you we will review your registration and activate… Thx

I installed everything and it works GREAT! One problem I am having is when a user signs up, they are prompted to check their email to complete the registration. I do not believe they ever get one. I have to go into admin->users->manage signups and activate them. I do not see any settings to fix this.

Probably your IP of your server is on black list and e-mail operators block all e-mails from your server. Try WP-Mail-SMTP plugin and send activation emails using Gmail.

I moved my site to a new domain. I hope this is okay. I don’t plan on using the old domain except for redirect purposes. Is there something I need to do to license it for the new domain? Or am I all set?

You don’t need a new license.

I want to delete the menu half way down the page of HOME. Where can I eliminate this? Thanks !

Hmm. I did go to menus and the footer menu is not checked. Not sure where else to look exactly.

open footer.php and remove it:
<div class="footer-menu">
<div class="wrapper">
            <?php
            wp_nav_menu( array(
             'theme_location' => 'footer-menu',
             'container' =>false,
             'menu_class' => 'footer-menu-nav',
             'echo' => true,
             'before' => '',
             'after' => '',
             'link_before' => '',
             'link_after' => '',
             'depth' => 0,)
            );
             ?>
</div>
</div>

beautiful. thanks for quick support!

Not sure if this is an Author question: I would like to buy the regular licensed product to see if there are features I can add to it for a subscription based website. If the features are compatible, I would then like to upgrade to the extended license version. Is this possible? I would hate to invest time and money into developing the regular licensed product, then have to repeat the entire process again with the extended license. Thanks.

You don’t need an extended license for subscription based website.

Thank you.

I set this theme up as per instructions and get: Hello bjjfighter! Fatal error: Call to undefined function messages_get_unread_count() in /home/content/57/11880857/html/bjjfighter3/wp-content/themes/CommunityJunction/header.php on line 74

I fixed it… Thanks anyway

Does the registration setup offer custom fields I can place on the form? Is there an advanced search available where I can search a member based on fields?

You can create new profile fields via WP dashboard -> Users -> profile fields

Is there an advanced search available where I can search a member based on fields?

Yes – http://www.demo2.diaboliquedesign.com/1/members/?s=Tennis

Ok, I feel really stupid about this one. But I can’t seem to figure it out… how do you change the rgba for the top sub nav shadow, group mouse-over shadow, etc. It’s orange, and I’m aiming for purple… I tried changing it in header.php – but it seems to be overridden from somewhere else – any ideas?

Some part you can change via WP customizer and some part via style.css (4.0 – Navigation section).

that’s embarrassing! thank you xD That little bar was just hidden from my vision this whole time.. I mustve chekced the customize menu a dozen friggin times

Hey, can you send me the tile icon package – I don’t really want to spend another $25 :P – thanks in advance!

Hi Diabolique I have bought and are in the process of setting up your theme. I have one problem though. I don’t know to translate it to my language. I want to translate it to Danish (DK), so it will understand the characters æ, ø and å. CAn you tell me how I do this? If you look on my site (www.møddinnabo.dk you can see on the frontpage that the characters is not translated correct, but instead question marks is put in. Kind regards Allan

“Friends” is in the wp-content/plugins/buddypress/buddypress.pot file

#: bp-activity/bp-activity-loader.php:309
msgctxt "My Account Activity sub nav" 
msgid "Friends" 
msgstr "" 

Alse check the default WP themes.

Hi Diabolique I have a problem with the created Groups is not showing. When i click on a created Group on this page: http://møddinnabo.dk/grupper/ it gives me a page not found page. I can see that must be something happening when the Group is created, because when i hover over the Group image the url says: http://møddinnabo.dk/grupper/opera/forum/ . The problem is that the Groups is all created without wanting a forum icked off, so no forum url should be created. The funny thing is that i write this adress: http://møddinnabo.dk/grupper/opera/ in the browser adressline the Group page is found. But the url is the Groups overview page is incorrect. What is causing this problem?

Brgds allan

Hie, A presale question, I only want to show the profile tab in buddypress. I want to hide Activity tab, friends, forums and media tab. How should i do that? Is there a way to hide this all tab as i my clients requirement are very specific. Thanks in advance.

Hi,

Yes, you can hide it. If you buy it I will tell you how to do it.

Do you offer installation service? Please I need help!

There is free 1-click demo content installation.

can I pay you to install it and set it up for me please?

Unfortunately there is no such service. You have to read theme documentation.

Dear Theme Builders,

They're a few things I'd like to modify about the theme and wondered if you could help me?
My domain is www.katanger.com
I will be using your theme for countries etc.. Different country groups, so the first issue:
Thumbnails for groups, I have used CSS to make these rectangle;however, when creating a group there is still a crop action pre publishing the group, which makes the flag a square, could this be removed?
Also when you click on a specific group, there is four tabs up top, can we ensure this tab is auto set to alphabetical originally, then the user can click others etc.. if they choose.
The last thing I'd like you to help me with is on the group pages, I'd like people to see recent posts etc.. but not when MR admin for example creates a group, or not when new members join the group, I tried to remove these using CSS, but they are set up under the same div class it seems, and so remove one, removes all etc.

I have tried contacting you twice through the contact form but have not had a response. Hope to hear from you.

I sent you a reply 2 times.

Thumbnails for groups, I have used CSS to make these rectangle;however, when creating a group there is still a crop action > pre publishing the group, which makes the flag a square, could this be removed?

Open functions.php and change sizes here:

function group_thumbnail_size(){
   define( 'BP_AVATAR_FULL_WIDTH', '150');
   define( 'BP_AVATAR_FULL_HEIGHT', '150' );
   define( 'BP_AVATAR_THUMB_WIDTH', 100 );
   define( 'BP_AVATAR_THUMB_HEIGHT', 100 );
}
Also when you click on a specific group, there is four tabs up top, can we ensure this tab is auto set to alphabetical > originally, then the user can click others etc.. if they choose.

Not possible.

The last thing I’d like you to help me with is on the group pages, I’d like people to see recent posts etc.. but not when > MR admin for example creates a group, or not when new members join the group, I tried to remove these using CSS, but they > are set up under the same div class it seems, and so remove one, removes all etc..

You can make the group private.

Do you have social network (Linkedin, Facebook, Twitter) login? Can we make this as an native app for Android and iOS?

Pls confirm

Thanks,

This pluhin can do it – https://wordpress.org/plugins/oa-social-login/

Can we make this as an native app for Android and iOS?

Not possible.

When updates come in how do we apply it? Also when I comment on someones status we get a error on display and no comments are able to be posted.. please explain

Avatars from Gravatar doesn’t have any extension like .jpg or .png so script can’t find it and make it black&white.

how to get demo excerpts working with read more on blog? it keeps showing all full text

Insert more tag into blog post pressing button above post editor.

Hi Diabolique I have looked inside this file, which is placed in the help folder, but no password is indicated here.I have pasted the content of the file below here.

Installing demo content you will remove all your blog posts, users and everything else. Prefix of created tables will be “wp_”

Login to your WP Dashboard will be following: admin password

1. Install “WP Clone by WP Academy” plugin -> https://wordpress.org/plugins/wp-clone-by-wp-academy/ 2. Go to WP Clone menu.

3. Select “Restore from URL” and paste following URL: [link removed] 4. After installation click on “You may need to re-save your permalink structure”.

Logo will be invisible, you can go to the theme options and use this path for logo: http://www.demo2.diaboliquedesign.com/1/logo.png

top of the file content was missing Installing demo content you will remove all your blog posts, users and everything else. Prefix of created tables will be “wp_”

Login to your WP Dashboard will be following: admin password

You have old version of documentation.

Hi I have big troubles with logging in to the WP admin area after installing the community junction theme. Each time I try I get this error message: ERROR: The password you entered for the username admin is incorrect.

Does anybody know what the problem is and how I can solve it?

Kind regards Allan

top of file content was missing Installing demo content you will remove all your blog posts, users and everything else. Prefix of created tables will be “wp_”

Login to your WP Dashboard will be following: admin password

hi diabolique i have found out now how to login. Thanks for the assistance.

You had old version of theme.

Does this theme come with the FULL demo content as seen in the demo site here?

Yes, of course.

Hello.. What would be the best approach to modify the Home page. I don’t want to show the groups, instead I want to show the latest posts on the blog in a very nice way. Any idea? Do you offer external services to adapt this theme to other plugins?

Hello,

There was recently a similar question on the support forum, you have to create new widget area in frontpage1.php file – http://themeforest.net/item/communityjunction-buddypress-theme/7298510/faqs/20619

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey