643 comments found.
Hello, There is still no translation files for the theme Buddy?
Hi there,
The theme has always come with translation files. Refer to the update file on how to translate the theme or post a support ticket here: http://ghostpool.ticksy.com
Hello Ghost Team,
Nice job with this theme! Question; is the “Community Stats” dynamic? How does it know “blogs”? Is that for WPMU or if users are “Authors”?
Hi there,
This is a third party plugin that does not actually come with the theme. As far as I know it counts the number of blogs, however to be sure you might want to contact the plugin author: http://wordpress.org/extend/plugins/buddypress-community-stats/
Hi,
I just opened the PSD but it’s saying I don’t have the font. What is the name of the font used?
Thansk.
Hi there,
Please submit all your support questions at http://ghostpool.ticksy.com
Sorry for the inconvenience but we do point this out in the help file, item page and your theme options page.
My client purchased this theme and it’s extremely wonderful, though we’re having trouble finding the “Community Stats” widget. I went ahead and googled around for it but the only thing I could find wasn’t update for 1.7. Where would I find this widget?
Hi there,
Please submit all your support questions at http://ghostpool.ticksy.com
Sorry for the inconvenience but we do point this out in the help file, item page and your theme options page.
Awesome thanks!
Hello, I would like know more about multisite support by your theme: 1) Is it possible to display posts from all blogs in the network in the Latest Posts section or only posts from main blog? 2) Same question about The Features posts section?
Hi there,
1 and 2) No this is not possible by default you will need to modify the post queries to load posts from all blogs.
Very sexy looking theme. Love Bounce, been using that since you released it.
Hi, I`m considering to buy this theme and would like to ask, is it translation ready (po/mo included)? The last theme I bought (Dinamix) frustrated me regarding documentation, could I check the documentation before buying?
Hi there,
Yes the theme is translation ready and comes with po/mo files. You can view the documentation for the theme online at http://ghostpool.com/help/buddy/help.html
Thanks, bought it.
Hi,
Budddrive does not work in “www.yoursite.com/members/admin/buddydrive/”. It looks like the CSS is broken. There is no problem in other pages.
Hi there,
Please post all support questions at http://ghostpool.ticksy.com
Excuse me it’s my mistake… I forgot to do the update ! Everything fine now 
There you go. 
The sort options on the right don’t work any more : http://diakoneo.fr/members/
The same inside the user profile.
As I’ve said many times, please post any support questions at http://ghostpool.ticksy.com
I suspect you just need to update the theme to make it compatible with BP 1.7 by the way.
Hello,
The plugin latest active members doesn’t display correctly after update to buddy press 1.7. Certainly a few css changes.
Thank you for your help.
Hi there,
As I’ve said many times, please post any support questions at http://ghostpool.ticksy.com 
Hi, does this support BP and Woocommerce integration out of the box like combined BP Profile and order history?
So, I don’t need another plugin to have both working together?
Can you advice on which Facebook connect plugin can integrate with this theme (to allow sign up using FB) ?
Thanks 
Hi there,
The theme works out of the box with BP and WooCommerce, but it does not offer any integration between the two plugins unless this is already a default feature of both plugins.
I’ve not used any Facebook connect plugin to recommend any unfortunately.
Hi,
I was wondering if you wanted to use my site on the showcase for your theme?
It’s: http://kpopcommunity.com/
Thanks!
Hi there,
I certainly will, it looks great. 
Thank you so much 
Hi,
I have a question about using [posts] short code. I want to display 3 pages by specifying ids, but it doesn’t work.
For example,
[posts content="page" cats="" ids="7,433,434" image_width="150" image_height="150" meta="false" title_size="12" image_wrap="false" spacing="spacing-small" per_page="3" cols="3" excerpt_length="0" header="Projects" pagination="false"]
This code shows 3 pages that are chosen somehow (not 7, 433, 434 pages). Did I make any mistake?
Thank you for your answer in advance.
- update
I temporarily used following method:
- Created a category (id=16)
- Changed pages to posts and put them in the category (id=16)
- Used [posts] sortcode with cats=”16” option.
[posts content="post" cats="16" ids="" image_width="150" image_height="150" meta="false" title_size="12" image_wrap="false" spacing="spacing-small" per_page="3" cols="3" excerpt_length="0" header="Projects" pagination="false"]
It’s working as I expected, but I had to change pages to posts. Does ‘ids’ option work properly?
Hi there,
Please submit all your support questions at http://ghostpool.ticksy.com
Sorry for the inconvenience but we do point this out in the help file, item page and your theme options page.
Note – Anyone who upgrade BBPress and has an issue with topics disappearing – You have to disable the BBPress Moderation plugin if you have it installed.
Im having a slight problem i was hoping you could help me with, im trying to make a section on my homepage like you have “the features” but use it to show groups. My plan what to make a special blog post for them and redirct those pages to the groups so i can use the post short code, but i do not know how to limit it to just one cat, the cat”” part in the normal short code isnt working.
Hi there,
Please submit all your support questions at http://ghostpool.ticksy.com
Sorry for the inconvenience but we do point this out in the help file, item page and your theme options page.
Bonjour, Je voudrais acheter le thème Buddy qui m’interesse vraiment. Mais avant, je voudrais savoir si ce thème est vraiment compatible avec la dernière version de Buddypress 1.7, et existe-il une version française du thème? Merci.
I want to know if this theme is realy compatible with the last version of Buddypress 1.7 before buying. Is there a french version of this theme?
Hi there,
Yes Buddy is fully compatible with BuddyPress 1.7.
There is no French version, but you can easily translate the theme with the provided translation files.
Hi,
Did you try your theme with buddypress 1.7 ? Do we have to wait for update from your theme before updating to buddypress 1. 7
Thank you
Hi there,
Buddy was tested with the beta version of 1.7, however there are now a number of changes to the 1.7 release. I’ve just submitted an update to ThemeForest to make it fully compatible, it should be available for download shortly.
For information on how to receive update notifications and update the theme please see http://ghostpool.com/help/buddy/help.html#updating
Do yout theme support child theme ? Could you include one in next update ?
Yes the theme supports child themes. There’s nothing to really include, you just need to create a theme folder and style.css file as explained here: http://codex.wordpress.org/Child_Themes
ok thanks
Hi,
I did some modification in the header that you can check on www.diakoneo.fr
The “connexion” button is replaced when the user is connected by a button with his name, the button links to the user profile.
This the code for it :
<div id="bp-buttons">
<?php if(is_user_logged_in()) { ?>
<a href="<?php echo bp_loggedin_user_domain(); ?>" class="bp-button signup-button"><?php echo bp_loggedin_user_fullname(); ?></a>
<a href="<?php echo wp_logout_url(esc_url($_SERVER['REQUEST_URI'])); ?>" class="bp-button login-button"><?php _e('Logout', 'gp_lang'); ?></a>
<?php } else { ?>
<a href="<?php if(get_option($dirname." _login_url="" echo="" get_option="" else="" wp_login_url="">" class="bp-button login-button"><?php _e('Login', 'gp_lang'); ?></a>
<?php if(bp_get_signup_allowed()) { ?><a href="<?php echo bp_get_signup_page(false); ?>" class="bp-button signup-button"><?php _e('Sign Up', 'gp_lang'); ?></a><?php } ?>
<?php } ?>
</div>
Do you think you could add it in next update. Almost all the new users sait they wanted an easy and intuitive way to connect to their profile.
Thank you
Hi there,
At the moment I’m not in an update cycle so I’m not adding any new features just yet. To be honest I’m not even sure what a connexion button is so it’s something I’d have to look into before I even consider integrating it.
ok
Ok, didn’t see that. Is there something special to do to avoid that ?
Avoid what ganjou?
The bug whown on screenshot : http://www.diakoneo.fr/Capture-IE-bug.JPG
As I say I only answer support questions at http://ghostpool.ticksy.com 