2080 comments found.
Hi,
I just uploaded this theme through both FTP and wordpress and it’s giving me an internal server error – every other theme on my wordpress works withouth a problem when I switch back to them. Where can I find the install instructions?
Hi,
Doc is in the Help folder. You can also send me login to WP dahboard so I’ll take a look on it.
I downloaded a new copy of the theme. This one works. Thanks!
UPDATE: Seems I managed to get ‘U buddyPress Forum Editor’ working by removing the ‘&’ symbol from line 60. Hope that helps someone else. Also, once installed change the plugins theme (in settings) to anything other than ‘wp_theme’ if you want the controls to display properly with this theme.
Excellent theme so far.. many thanks. Should there be a WYSIWYG editor when creating / replying to activity, group, forum posts etc.? I’m not seeing it on my install so I checked my other buddyPress themes and it’s there. Checked your demo too and group forums definitely contain posted images, smileys etc. so thought I would ask? Maybe I missed a step of the setup?
BTW.. I tried to install U buddyPress Forum Editor (http://wordpress.org/extend/plugins/u-buddypress-forum-editor/) as a work around but upon activation i got the this error “Plugin could not be activated because it triggered a fatal error.”Fatal error: Call-time pass-by-reference has been removed in *\wp-content\plugins\u-buddypress-forum-editor\u-bp-forum-editor.php on line 90”
Use shortcodes – http://www.demo1.diaboliquedesign.com/4/shortcodes/
Older versions of my theme doesn’t support shortcodes.
Check in google “wordpress smiles”
would this work with classipress ?
If it can work with Default BP theme then it will work with my theme too.
Presales questions
- Can the top right corner buttons be changed to point to blog categories or pages?
- Is the theme responsive?
1. Yes – you can reupload icons in the images/ folder, slugs and titles you can change under theme settings panel
2. Yes.
Thank you – it looks great, I am terrified of buying another theme that turns out to need hard coding to make it work. Does it happen to have all the demo data/settings ready to load?
Installation is very easy, no hard coding.
Update: I tried reinstalling wordpress buddypress and the theme again, after deleting any related wordpress file in my site, and now changes to the style css don’t show anywhere. not even in firefox.
Whats going on?
thanks
IMO you are modifying style.css in the other wordpress installation. Generally this is not a theme isue.
1. If I deactivate Fourms in the buddypress settings the homepage sidebar and footer don’t load. After removing the call to load forums in frontpage1.php the problem persists. The same problem happes in the header if I have private messaging turned off. Commenting out that call is a solution. What do I need to do for the home page?
2. Do you have a plugin solution or is there a simple way to not use gravatar for the default avatar.
3. I’m trying to add a footer menu but when I register the menu it only displays the main menu. Is there extra code for menus?
<div class="frontpage-bottom-right"> ... </div> <!-- frontpage-bottom-right -->
2. Check it – http://wpmu.org/how-to-change-the-default-avatar-gravatar-in-wordpress-plugin/
3. Open functions.php and replace:
register_nav_menus(
array(
'select-menu' => 'Mobile Menu',
)
);
for:
register_nav_menus(
array(
'select-menu' => 'Mobile Menu',
)
);
register_nav_menus(
array(
'footer-menu' => 'Footer Menu',
)
);
Thanks! I’m having trouble styling the new menu to look like the main menu but I’ll figure it out.
I too really appreciate your help.
I am making changes to the style.css and they are not showing on IE9 only on firefox and chrome. In a previous attempt I made changes and they were showing on IE9 no problem.
What is causing this?
Thank you:)
You can send me your URL on my e-mail o I’ll take a look on it but generally it’s really weird.
Thank you so much for replying. I have reinstalled everything again and been working only on firefox and it seems ok for now. Still got more testing to do. Thank you:)
Hi, where can i translate the phrases “SIGN UP” an “Create an account”?
Hi,
It’s already translated by buddypress here wp-content/plugins/buddypress/bp-languages/
Ok, I’ll have a look…
what does woocommence look like on this ?
You can see woocommerce below Contact Us menu item.
Sorry for so many questions, I really appreciate the assistance. I am wondering if on the blog or any blog posts, if there is a way to make the author’s name link to an archive for that author and the comments image to link to the comments section? Thanks.
<?php the_author(); ?>for:
<a href="<?php echo get_author_posts_url(get_the_author_meta( 'ID' )); ?>"><?php the_author_meta('display_name'); ?></a>
the comments image to link to the comments section?
There will be too much work
Most every theme I have ever used the “comments” links to the comment section of the post. I hope we can resolve this somehow, thanks!
I will take look on it later.
I was going to wait until you showed different homepages but I couldn’t hold off anymore.
This is a great theme and I can tell it will be one of my favorites to work with. Great job and I can’t for you to show us what else this theme is capable of.
Thank you very much, I’m just integrating my theme with this slider – http://codecanyon.net/item/jquery-onebyone-slider-plugin/684613
I finally found the answer after a lot of days trying to fix it. There was a plugin conflict, so i have to deactivate them. Thanks.
.....
I purchased the theme and so far only one issue. The Recent Posts widget does not display the featured image. Any ideas as to why this is happening?
Use “My Recent Posts Widget”
“If you created all groups then you can easy enable avatar uploader – “
What happens if new groups are created after enabling avatar uploader?
New groups will have square thumbnails, but you can always replace this new group thumbnails on the FTP.
OK, thanks again.
Any plans to add a “Join Group” option in the groups directory to save people time in having to open each group individually?
It’s not possible with Buddypress.
It is, it comes built in to Buddypress as standard.
I don’t see it but I don’t have such plan.
Just bought this theme, First issue: could not upload via zip,it say missing style.css
I install manually,fine second issue. the changing avatar is not in the user profile??? When using toolbar and try change avatar, this appear
Fatal error: Call to undefined function wp_get_image_editor() in C:\xampp\htdocs\namesite\wp-content\plugins\buddypress\bp-core\bp-core-avatars.php on line 521
Any suggestion? But good looking theme
You have to upload theme OneCommunity from downloaded file.
I install manually,fine second issue. the changing avatar is not in the user profile??? When using toolbar and try change avatar, this appear
Fatal error: Call to undefined function wp_get_image_editor() in C:\xampp\htdocs\namesite\wp-content\plugins\buddypress\bp-core\bp-core-avatars.php on line 521
Check it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13389 Do you have the ame error when Default BP theme is active.
I did what was said on the faq link you send me, now I have the link in the profile but get the same fatal error when I try to upload and on the DEFAULT THEME work just fine.
It looks like you corrupted functions.php file. Try to reupload this file.
Article In buddydev
Changing default avatar size cropped/used by Buddypress
By default, Buddypress allows thumb size to be 50×50 (pixels) and full size to be 150px X 150 px.
If you want to fetch an avatar size greater than 150px, The avatar will look distorted.
On the faq it said that buddypress doesn’t accept square avatar,50 by 50 sound square to me.Also users should go to gravatar.com to change their avatar.This is none sense. Can this be fix?
BuddyPress system doesn’t allow to have square avatars and horizontal group thumbnails. If you want to have square avatar then group thumbnails must be square too.
Can it just work like the default theme,upload,crop.and done? I don’t mind square,horizontal. Just need users to be able to upload,crop. Also I re install the theme from newly unzip download theme package and same error,so I didn’t corrupt function.php.
If you created all groups then you can easy enable avatar uploader – check FAQ.
Did you install 3.5 version of wordpress – http://buddypress.org/support/topic/bizarre-avatar-issue-after-bp-1-6-2-update/
yes it is,3.4,thank you
Hi,
From your FAQ’s..
” I have many tabs and it looks like there is not enough space for it. You can replace font which takes less space, decrease horizontal padding of each tab. “
What about when even after reducing font size you have too many tabs and it looks untidy? i have bp-media & achievements installed plus another plugin and it really doesn’t look good even after reducing font sizes.
Can this be looked at for the next update maybe?
Hi,
Reduce spacing too + remove this style from style.css:background-image: url( "images/spacer-tab.gif" ); background-image: url( "images/spacer-tab-selected.gif" );
thanks, what line are these on?
Just use ctrl+F
thanks