460 comments found.
Hi,
I have a problem with the activity stream.
When commenting to an existing activity update, the Reply button of the main update expands into the reply field and it looks messed up.
Can you look into it?
P.S. I have the latest version of the theme + lastest version of WP & BP.
Btw, this happens when there are at least two replies posted to one activity comment.
Hi,
I don’t see any problem – http://i.share.pho.to/38832865_o.png
Try to make two replies to the activity comment. (i mean, not a reply to the first reply).
Just click on the Comment Button twice and make two replies
Btw, it looks fine if i’m logged out. But when i log in the Reply & Delete buttons mess things up.
Open style.css, remove everything and paste it – http://www.demo2.diaboliquedesign.com/1/wp-content/themes/CommunityJunction/style.css
Still the same. I also removed the custom style codes from my child-theme to test.
Well, I don’t see problem – http://i.share.pho.to/201b8ca9_o.png
Hello, when someone mention another user the notification it keeps active even if the users clicks on it (by default Buddypress hide the notifications when they click on it), It is working only for new friend requests. Please let me know how to fix this, the notification are always active even when they click on it… Thank you
Hello,
I tested “xxx sent you a new private message” notification, there is no problems. Probably you don’t have rights to delete tables in mysql database.
Hi, with messages is working for me as well, can you test it using BuddyPress Follow? Thanks
I see the same problem with a default WP theme on the notifications page. It’s a bug of plugin.
Is this purchase include quick start package ?
Unfortunately not.
Hello ,
1.) I’ve configured a.) Transposh plugin ( used this plugin for no. of sites ) b.) Multisite language Switcher plugins to make my site multilingual. But these plugins are not working. Can you please help ? 2.) Is WPML works better than these plugins. if yes can you help to configure ? thanks eric
Check other themes, I provide support for my theme only.
Hi there, on the sign up form, are you able to add more options such as url link to a web address, or upload a file, an image or video?
Many thanks
Hi,
URL link is possible, file upload is not possible.
Hi Diabolique! When I install the theme gives me the following error Fatal error: Call to undefined function bp_is_register_page() in /usr/home/premiadedalt.com/web/aprenaestimarte/wp-content/themes/CommunityJunction/functions.php on line 455 In this line sets: if ( bp_is_register_page() || ( function_exists( ‘bp_is_user_settings_general’ ) ) ) { $dependencies = array_merge( bp_core_get_js_dependencies(), array(‘password-strength-meter’, ) ); wp_enqueue_script( ‘password-verify’, get_template_directory_uri() . ’/js/password-verify.min.js’,$dependencies, ‘1.0’,false); Can you help me please?
Hi,
Buddypress plugin must be active.
Hello,
I wish to add my share buttons on the members activity pages (for each individual activity) but I can’t seem to get this to work.
Can you tell me where I need paste this script in order for my share buttons to work?
Many Thanks
Hello,
Paste it in the activity/entry.php file after
<?php do_action( 'bp_after_activity_entry_comments' ); ?>
Thanks, But how do I get it to share the activity and not just the whole page?
Usually I help with few tiny customisations if client didn’t ask for support before. I see full page of comments from you.
? Please assist me…
There is no free customisations. Don’t expect people will work for free.
I am quite happy to pay for customisation work
what would you charge for this?
Unfortunately I don’t offer any services.
Hi. I would be interested in buying your theme. However, I would like certain pages to be visible to users only once they have logged in.
Those pages would be: 1. Members list 2. Certain personal pages with third-party plugins
Can I restrict the view to those pages only to users who have logged in?
Please let me know. Thanks in advance. Best, Huzan
Hi,
You can add redirection for page containing specific slug
http://support.diaboliquedesign.com/forums/topic/how-to-make-website-visible-for-logged-users-only/Hi, before you mentioned that if you buy the theme you would tell me how to hide the activity and other pages. It should be visible only for registered users. How can I do that? I already purchased the theme.
Hi,
Here is a tutorial – http://support.diaboliquedesign.com/forums/topic/how-to-make-website-visible-for-logged-users-only/
requires username and password
Create account
Works like a charm!!! One last request. I would like to remove the footer RECENT COMMENTS BLOG TAGS RECENTLY ACTIVE MEMBERS and so on from the LOGIN area and leave them when the user is logged in? Any suggestens where to edit that?
Footer is in the footer.php file.
Hello,
I wish to add my share buttons on the topics and forum pages but I cant seem to get this to work.
I have tried to insert this line of script in a few or the forum.php pages but nothing seems to work.
Can you tell me where I need paste this script in order for my share buttons to work?
Many Thanks
Forgot to say that they work on all the post and blog pages. This was also the case with add this but I prefer to use shareholic
Thanks
PS GREAAAT THEME !!!!!
Hello,
If you want to display it on this page – http://www.demo2.diaboliquedesign.com/1/groups/music/forum/topic/blackberry-looks-to-spin-off-messenger-division-report/
open bbpress/loop-replies.php file and paste you code before:
<!-- #reply-<?php bbp_topic_id(); ?>-replies -->
or after:
<div id="reply-post-list" class="item-list" role="main" />
Thank you!!! Your a Genius
Icon’s to the left of messaging appear compressed
http://i.imgur.com/9NQh9T2.pngit’s not a theme issue – http://i.share.pho.to/c75bac5d_o.png
The Request Membership button on a private group does not appear to work. I disabled all plugins but buddypress and bbpress and tried again with no luck. Nothing happens when you click the request to join button. If you change the group to public the Join Group button does work. How do I fix the private group request to join. I want this group to be private. I appreciate any direction.
it’s working – http://i.share.pho.to/4774b559_o.png
again, use the latest version of theme
Hello Diabolique,
The visual members box on my site does not appear to work as on the demo. The avatars are not black and white to start and the scrollover does not appear to work correctly (it the orange block quickly disappears). Also, what fields is the data pulling from in the orange block? (hobby, hair color, motto etc?)
I appreciate any feedback. Thanks.
It appears the scrollover issue was due to the Jebpack plugin. It is still not black and white with scrollover turning to color. I also do not know where it is pulling the data from. It does not appear to map to custom fields I have in place. I appreciate any direction.
Found it in the readme. Thanks:
X. How to create or change profile fields (age, height, hobby …)? – top
Go to WP Dashboard -> Users -> Profile Fields and create new profile fields. Now open frontpage1.php file and edit this part of content:
<?php bp_member_name(); ?> (<?php bp_member_last_active(); ?>)
Age: <?php echo bp_member_profile_data( ‘field=Age’ ); ?>
Height: <?php echo bp_member_profile_data( ‘field=Height’ ); ?>
Sign of the zodiac: <?php echo bp_member_profile_data( ‘field=Sign of the zodiac’ ); ?>
Hobby: <?php echo bp_member_profile_data( ‘field=Hobby’ ); ?>
Marital Status: <?php echo bp_member_profile_data( ‘field=Marital Status’ ); ?>
Hair Colour: <?php echo bp_member_profile_data( ‘field=Hair Colour’ ); ?>
Motto: ”<?php echo bp_member_profile_data( ‘field=Motto’ ); ?>”
If you created profile field called Best friend then you have to paste folowing code
Best friend: <?php echo bp_member_profile_data( ‘field=Best friend’ ); ?>
It appears the scrollover issue was due to the Jebpack plugin. It is still not black and white with scrollover turning to color.
Avatars must have .png extension, this plugin probably is changing extension of images.
Hey diabolique, do you also do android/iphone apps for a website using any of your themes upon private request?
Hi,
Unfortunately I don’t offer any services.
Alrightyy…does the theme have any hashtag functionality?
There are hashtags on the activity pages http://premium.wpmudev.org/blog/how-to-build-a-mini-twitter-site-with-buddypress-your-open-source-microblogging-platform/
Hi Diabolique, can I use Wp- Symposium pro instead of buddy press in your theme?
Hi,
Yes, you can install it.
and wil i get the same effect?
No.
can’t you all help us here to get the same effects using symposium?
Unfortunately I don’t offer any services.
But is it possible to get the same effects using WP symposium?
If you want to have the same effects then why not to use Buddypress?
Because we have this specifically requested from client end
You won’t make perferct 1:1 copy because there plugins are not the same.
Hi, When logged in and receive a message to join group or accept friendship, We receive the following message next to the invite:
Warning: printf() [function.printf]: Too few arguments in /home/content/67/11434567/html/agentswall/wp-content/themes/CommunityJunction/members/single/groups/invites.php on line 14
Can you help please
I don’t see any problem on the test site – http://www.s3blog.org/screengrab/images.html?id=851149af5f89e0201fce95c2dd84fa7c
Use the latest version of theme.
Hi It is still happening, only when accepting membership to a group:
MIAMI-USA - Warning: printf() [function.printf]: Too few arguments in /home/content/67/11434567/html/agentswall/wp-content/themes/CommunityJunction/members/single/groups/invites.php on line 14
This group is dedicated to people looking to buy, sell, invest, and/or rent
You can see it here: http://agentswall.com/downloads/Screen-Shot-error.jpg.zip
No, there is no problem – http://i.share.pho.to/1a54b315_o.png
Yesterday was released a new version of theme compatible with Buddypress 2.1
I got this issue when trying to post with account different than administrator There was a problem posting your update, please try again.
Dashboard is not a part of theme. It’s not a theme issue.
Hi
I want to buy your theme and I just want to know: 1- If I can change profile Fields and add more to it? 2- On your Demo Can I move where it says “36.000 members and counting …” up and replace it with ” A Social Network” 3- is it possible to add slider to it if yes what slider comes with it.
Thanks
Hi,
1. Yes.
2. Yes.
3. I’m sure you can add Revolution Slider.
Theme looks like nothing like the live preview once installed…. why?
Images on the live demo are not for sell.
Hello Diabolique,
Does your theme support additional profile fields? I added multiple fields and none of them show on the registration page. Thanks for your help.
I just noticed that this issue only exists for number profile fields. They do not show the entry box. You still see “This field can be seen by: Everyone” where the field should be. This is a bug.
It was fixed few days ago.
Thanks
When I view number fields they still do not show up in the registration or Profile pages. Where was it fixed a few days ago?
1.1.1 (9 IX 2014) Fixed account activation page. Fixed 1 custom field on the registration page. Modified files: style.css registration\activate.php registration\register.phphttp://i.share.pho.to/e9bb9bf3_o.png