460 comments found.
How do registered memebers send friend request to each other? Needed to add members to your group.
Thanks
I think am good now. Thanks
Hi there- Sorry to comment about support here, but I think I lost access to the support forum. I was able to reply to one post, but when I attempted to reply to the second, I started getting a 403 Forbidden error.
Hello
What is your IP address? Probably your IP was blacklisted.
Or just you are trying post some php code which is blocked by hosting company. Try post your code here – https://pastebin.com/ and then post url on support forum.
Looks like it was the latter. I thought I could add code to a post with the “Code” wrap option, but I guess not. Thanks for the info! 
I can’t access demo zip file. Is there somewhere else to find it?
Please send me a message via contact form – https://themeforest.net/user/diabolique and I will give you the alternative link.
What do I have to do to disable admin profile that member menu on front end.
Do you mean hide admin on members listings, for exampleover here? – http://diaboliquedesign.com/demo/communityjunction/members/
Yes
Try to put following code into the functions.php (root of theme)
/**
* Exclude Users from BuddyPress Members List by WordPress role.
*
* @param array $args args.
*
* @return array
*/
function buddydev_exclude_users_by_role( $args ) {
// do not exclude in admin.
if ( is_admin() && ! defined( 'DOING_AJAX' ) ) {
return $args;
}
$excluded = isset( $args['exclude'] ) ? $args['exclude'] : array();
if ( ! is_array( $excluded ) ) {
$excluded = explode( ',', $excluded );
}
$role = 'administrator';// change to the role to be excluded.
$user_ids = get_users( array( 'role' => $role, 'fields' => 'ID' ) );
$excluded = array_merge( $excluded, $user_ids );
$args['exclude'] = $excluded;
return $args;
}
add_filter( 'bp_after_has_members_parse_args', 'buddydev_exclude_users_by_role' );
Source – https://buddydev.com/hiding-users-on-buddypress-based-site/
Hi, what are the login details for the demo? I tried to register, but it is disabled.
Login credentials are folowing:
Username -> Nicole
Password -> pEDSIc3rKpw^Wj$d5mn$syqL
My support expired, so I understand if you don’t want to answer here, but there’s something minor I either forgot to ask in the support forums, or if I did, I can no longer find it. When setting up this theme with demo content, the “Join Now” text on the front page (for the register link) is not centered in the cicle. I’ve tried two separate installs and got the same result both times. Maybe just a slight CSS alteration needed? Any idea why this happens? Curious if you’ve heard the same from others too. 
.welcome-button { text-align:center!important; }
Hello, i buyed a licence and i tried to install the demo but it seems that is not working can you help me please to install the demo and this is my email: rida.mekaoui.ma@gmail.com . Thank You
Hello
I sent you an e-mail.
thanks
Hello
I just send you the e-mail message.
Hello,
/register page is not responsive. (https://feel-better.com/register) I use Version: 2.0.4
How do I delete the group menu from the profile menu? I try to close the component depending on it. Error
Do you want to disable groups completely? You can use following css snipped under appearance -> cuztomize -> additional css
li#groups-personal-li { display:none!important; }
Thanks for the theme. We have found that the notification keeps showing and there is not way to close it. Is there any way to close it without visit the page notification is taking to. Please advise
User can remove all notifications with 1 click under profile -> notifications.
Thanks a lot for your quick reply.
Hello Diabolique,
Thanks for such a great theme. I have installed the theme and wanted to ask on the members’ profile page Ex; http://diaboliquedesign.com/demo/communityjunction/members/nicole/profile/ There is a background image which is masked by blue color ( the mountain image) How to remove the blue color from the background so that the original color of the image is visible.
Please advise. Thanks and Regards, Ankit.
Hello,
Color of this cover can be changed under appearance -> customize -> colors If you want to remove it completely then use following css snippet.transparent-cover { display:none; }
But at least I suggest you to set up a black color so text will be more visible.
Thanks a lot for the quick reply. It did worked as expected. Yes I will setup black color to make the text visible.
Regards, Ankit
Hi Diabolique,
How to change the homepage. I went through your previous comments and could see that frontpage-1.php needs to be changed. Can’t we do it using elementor page builder. Is there any easy way to do it. Please advise.
Thanks
Hi,
Please check it out in theme doc
3. Create empty page called (for example) Home (Pages → Add New) with selected Frontpage Page Builder or Frontpage 1 page template:
5. Go to Elementor -> My Library -> Import Template -> Upload frontpage-elementor.json file. Go to Home page -> click on the Edit with Elementor -> click on the Templates folder (left-bottom corner) -> Templates Library -> My Templates -> insert frontpage-elementor.
Great, Thanks a lot for the quick reply.
Hi, I have purchased your theme.
After Installing the theme and activating all the said plugins I am trying to import the demo content.
But it’s not working after 8.67% it is getting stuck.
I have followed your previous comments and have also made changes to .htaccess file.
php_value upload_max_filesize 512M php_value post_max_size 512M
Please help. My email address is : ankit.creativelinks@gmail.com
Thanks, Ankit.
Hello,
A sent you a message.
Thanks a lot for your prompt response, I followed your instructions and it worked properly.
Regards, Ankit
I purchased this theme but the documentation is out of date. As it shows to use wp/chat for the chat function but that plugin is no longer available. I’ve also had to go in and modify files to work right as the demo files point to the developers site. I’m still trying to locate a pesky pop out that I can’t seem to find.
Public chat wasn’t available on the live demo since long time because this plugin was using server’s CPU very intensively. Documentation section about this plugin will be removed in the next update.
I’m still trying to locate a pesky pop out that I can’t seem to find.
I’m not sure what do you mean. Can you show a screenshot?
Can this be installed over top of an existing theme to be used just for the bbpress/community section of our site or will it overwrite the theme we are using? I would love to use it just for the community part; I did try installing it both as a plugin and as a theme and in both cases it short circuits, the process stops on its own
wp-content/themes/communityjunction/bbpress/ wp-content/themes/communityjunction/buddypress/ wp-content/themes/communityjunction/rtmedia/ wp-content/themes/communityjunction/bbpress.php wp-content/themes/communityjunction/bbpress-functions.php wp-content/themes/communityjunction/buddypress.php
Thanks for reply. Is there a way to include a CALENDAR feature of some kind somewhere on here that would provide information about upcoming events?
Also, is there a way to include an area that embeds our social media feeds?
And we have a live video chat plugin by VideoWhisper; can we embed it somewhere on its own page herein?
You can put events calendar widget – https://screenshots.firefox.com/CeLJkdAHtf6AEw0n/diaboliquedesign.com
Also, is there a way to include an area that embeds our social media feeds?
You RSS widget.
And we have a live video chat plugin by VideoWhisper; can we embed it somewhere on its own page herein?
And we have a live video chat plugin by VideoWhisper; can we embed it somewhere on its own page herein?
You can create a new page and add code with chat under text mode.
Are you available to do any installs customizations and is there any other color pattern seem to the entire thing or just the one that it comes with
Why hasn’t the theme been updated in so long? I’m told that’s a red flag
Well, the last update was on 23 April 2019 so it’s not so long.
You are right sorry I was referring to the cinematix theme
Speaking about cinematix theme, since 2 weeks there is design and functionality refresh in progress so please don’t worry, it will be a big update.
Can I switch my purchase to cinematix and pay you to install it
I sent you a priv message.
I want to create a gallery page that includes all the photos that the upload member must do.
[rtmedia_gallery global="true" context="profile" per_page="20"]
More info can be found here – https://rtmedia.io/docs/features/gallery/
there are some issues with the theme while i am customizing the theme, the changes are not being save instead giving an error , second there is not options to raise tisckets, if there is any help me with that, also i am unable to change the footer text, how can i change that
It looks loke database problem. Do you have the same problem when a default WP theme is active? Here is a support forum – http://support.diaboliquedesign.com/
can this shortcode produce filtered output by category? [communityjunction-recent-blog-posts-1 number_of_posts=”4”]
No, you should open the wp-content/plugins/communityjunction-shortcodes/communityjunction-shortcodes.php file and replace
$wp_query->query('posts_per_page=' . $number_of_posts . ''.'&paged='.$paged);
for:
$wp_query->query('cat=3&posts_per_page=' . $number_of_posts . ''.'&paged='.$paged);
Of course replace the cat=3 id
thank you
would it be fine to just recreate my own shortcode within a plugin created by me.
communityjunction-recent-blog-posts-1 communityjunction-recent-blog-posts_1
for
communityjunction-recent-blog-posts-2 communityjunction-recent-blog-posts_2
how do i change the image and footer text ? thank you.
Please go to appearance -> customize -> general.
I still get a missing image after uploading footer small thumbnail image?
Please open the footer.php file and replace
DD_footer-image
for:
dd_footer-image
and reupload image. If it won’t help then you can just replace this image wp-content/themes/communityjunction/images/footer-image.png