This item is by an Elite Author
Diabolique
- Author had a File in an Envato Bundle
- Bought between 1 and 9 items
- Elite Author
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 100 000 and 250 000 dollars
461
Purchases
Buyer Rating:
3.92 stars
3.92 average based on 40 ratings.
-
5 Star
1845%
-
4 Star
1127%
-
3 Star
512%
-
2 Star
25%
-
1 Star
410%
| Created | 19 October 12 |
| Last Update | 26 April 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Compatible With | BuddyPress 1.6.1 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved Diabolique -
Contact Envato Support


Thanks! Can you use 100% somewhere that will cause it to be the size of their screen resolution?
I added the #header-container { background-repeat: no-repeat; } right before and right after the #header-container { background: url( ../images/bg-header-new2.gif ); background-position:0px 40px; height: 428px; } and now I just have a white background, no image.
Ok, got image back
thanks! Still would like to know about the 100%
#header-container { background-size:100% auto; }thank you. I’m having trouble getting the text in the black transparent box to show up. I’ve changed it under Theme Option but it just isn’t showing. This is for a non-profit and I really appreciate your help!
Also, how do you change the color of the orange boxes on frontpage1 that have “Our groups” etc in them?
Got the text to show up.
Can’t change the box color still
Thanks
Found it!! Thanks for all your help!
Need to change the color of links (
Search in the default.css for ” a ” and modify color: value in selectors.
That’s not an answer. What section is it under…Structural, Navigation? There are literally thousands of “a”’s in default.css. Is it a class, an ID…? I edited the PHP code on the registration form to include links so there’s no WYSWIG editor bail out. I need to know what the specific item is to change the color of the links. I’m surprised you didn’t bust out an answer without hesitation.
Here you go:
a { ... color:#4b4b4b; } - GENERAL LINK COLOR #navigation a {color: #4D4D4D;} - TOP MENU #navigation ul ul a { color:#414141; } - DROP DOWN MENU ELEMENT #navigation ul li ul li.current-menu-item a { color:#8a8a8a; } - SELECTED DROP DOWN MENU #navigation ul li.current-menu-item a { color:#ffffff; } - SELECTED TOP MENU #navigation ul li.current-menu-item ul li a { color:#414141; } - 3RD LEVEL OF MENU a.more-link { ... color:#ffffff; ...} - READ MORE BUTTON input#comment-submit { ... color:#f4f4f4; ...} - SUBMIT BLOG COMMENT .wpcf7-submit { ... color:#ffffff!important; ... } - CONTACT FORM SUBMIT #wp-submit, #signup_submit { ... color:#ffffff; ... } - LOGIN & REGISTRATION SUBMIT #new-topic-button { ... color:#ffffff; } - NEW TOPIC BUTTON #post-topic-reply #submit, #new-topic-post #submit, .my-account #submit { ... color:#ffffff; ... } - ADD REPLY AND OTHERS BUTTONS #footer a { color:#9a9a9a; } - FOOTER #sidebar .widget_recent_entries ul li a { color:#ffffff; ... } - RECENT POSTS WIDGET .sidebar-box a { color:#5b5b5b; ... } - SIDEBAR .right-login-logged a { color:#cccccc; } - LOGIN WIDGET .front-box-title a { color:#ffffff; } - LINKS BELOW ICONS ON THE FRONTPAGE .front-box-title2 a { color:#5b5b5b; } - LINKS BELOW ICONS ON THE FRONTPAGE #tags-middle a { ... color:#5b5b5b; } - TAGS WIDGET #tags-middle a:hover { background:#ff4546; } - HOVER OF TAGS WIDGET .group-box-title a { ... color:#5f5f5f; ... } - TITLE BELOW THUMBNAILS .group-box-title a:hover { color:#3b3b3b; } - HOVER OF TITLE BELOW THUMBNAILS #object-nav ul li a { color:#575757; ... } - TABS #object-nav ul li.current a { color:#323232!important; } - SELECTED TAB #tabs-container .tabs-nav li a { ... color:#909090; } - OTHER TABS #group-create-tabs ul li.current a, .activity-type-tabs ul li.current a { color:#222222; } - OTHER TABS .top-login a { color:#a7a7a7; } - LOG-IN LINK ON THE TOP BAR .top-register a { ... color:#ffffff; } - REGISTRATION LINK ON THE TOP BAR .bar-username a { ... color:#cccccc; } - USER NAME ON THE TOP BAR .comment-counter a { color:#1c191a!important; } - BLOG COMMENT ID .thread-odd .comment-counter a { color:#212121!important; } - BLOG COMMENT ID (thread-odd) .comment-body a { color:#d4d4d4; } - BLOG COMMENT LINKS COLOR .post-title a { color:#434343; } - BIG POST TITLE .post-title-bottom-category a { ... color:#f3f3f3; } - CATEGORY BELOW BIG POST TITLE .prev-post a:hover, .next-post a:hover { ... color:#ffffff; ... } - NEXT/PREVIOUS POST LINK HOVER .activity-list li.load-more a {color: #939393;} - LOAD MORE button, a.button, input[type=button], input[type=reset], ul.button-nav li a, div.generic-button a { color: #777; } - BUTTONS COLOR div.admin-links a {color: #a7a7a7; } - DEFAULT BP STYLING .topic-by a, .topic-in a { color:#393939; } - LINKS COLOR BELOW FORUM POST TITLEhello, great theme. I am been browsing for a while for a buddypress theme and I think I arrived to the right one
I have a question about privacy between members. Is it possible to create facebook like privacy rules?
Hello,
Privacy of what? You can hide groups. Generally it’s a question for Buddypress developers, I’m creating skins only.
Hi, if i make a child theme I have problems with the header since the cufon text looks really bad. Have you tried this? I wanna update my theme without loosing all the configurations ive made.
Hi,
My theme doesn’t use style.css so you can add any styling to the style.css and overwrite default.css adding !important like:a { color:#cccccc!important; }So even if i write ”/* Template: WildCommunity */
@import url(”../WildCommunity/_inc/css/default.css”);”
I still need to write !important each time i want edit some styling?
And i need to add it to the child theme css? So more or less like if i want to change the header. it will be
@import url(”../WildCommunity/_inc/css/default.css”); #header-container { background-repeat:repeat; background-color: black;!important; }
You don’t have to create a child theme.
I know I don’t its just that I have made a lot of adjustments and I know the new WP version and BP version is coming soon and something tells me you will update the theme for it? Even if you don’t the small search problem styling you fixed I can’t update otherwise I’ll loose the styling I’ve made and functions changed. It is gonna be a pain in the ass to add those changes ive made each update.
If there will be released next version of buddypress then there will be a lot of changes in the functions.php so you can’t just overwrite it using old functions.php because BP stop work.
Like I said, put you style modifications into style.css If you don’t want to use !important each time then open header, cut and paste it after<?php echo of_get_option('analytics', ' ' ); ?>Hi Diabolique
When new users sign up and the activation link sent to their emails, on clicking the activation link and going to the Login Page. Users are unable to sign in with the password they registered with. They only gain access when passwords are changed from the Dashboard area. How do I fix this?
Hi,
I don’t have such problems. Generally this is not a theme issue.
wow – this is such a great theme! I have a question – is it possible to change the static image at the top of the home page to be a rotating sequence of images?
Thank you!
It’s not so easy, you can use following background slider – http://www.techerator.com/2010/11/how-to-make-a-css-background-slideshow-with-jquery/
Thank you for the very quick reply – I will give it a go when I purchase. I have one more pre-purchase question. In the instance of the “Frontpage with blog” layout. Can the admin control which blog posts are displayed on the home page? (Like with the base WP install?) So if I only wanted content by the site owner on the homepage instead of user content, is that possible?
Thank you again-
How can I remove the picture in the header completely? The one that is made up of probably hundreds of little pictures of people’s faces. I can’t find it anywhere in the PHP files. Thanks!
Open _inc/css/default.css and remove background: url( ../images/bg-header.gif );
Quick bug the twitter share button in the bottom does not work properly. Seems like using https://twitter.com/share works perfectly.
This is not a bug. A left a link to the homepage of Twitter, customer should add permelink to “share” page or own twitter profile.
Thanks, by the way. Buddypress just released a new version, would you recommend updating it? Have you tested it?
You can upgrade Buddypress version.
Buddypress plugin can be deactivated after upgrade, so you have to activate it again. Live demo uses 1.6.2 version of BP now.
I’ve managed to fix it however it lost all the translation I have made, should’ve backed it up. Do you have any idea how I can change the title in the Buddypress pages? http://i.imgur.com/dVy4f.png As you can see the page is named “Medlemmer” but why does it say something different in the page titel? Do i need to go to members (medlemmer is the members page) and edit <?php the_title(); ?> ?
You overwritten language file: wp-content/plugins/buddypress/bp-languages/buddypress.pot
Thanks. All my “read more” buttons are rendered wrong in chrome. In firefox it says “Read More” and in Chrome “Continue reading “The Avengers Didn’t Win ‘Em All—and Other Things You Didn’t Know About 2012 Summer Box Office” »” Any idea whats wrong?
Okay my bad it shows like that in each browser. It is regarding wehype.dk
Okay I feel like I am talking to myself haha. It was a plugin issue managed to fix it
Does the theme integrate with Gravity forms? If so, how? This would resolve my form and registration customization needs.
I don’t know how gravity forms work so I can’t help you but if they work with Default buddypress theme then it will work with my theme too.
Just wanna say, Diabolique, you ROCKS! i love you. : )
I’m happy when you’re happy
First off stellar design… I recently put it up and it looks GREAT! When I updated bbpress to version 2.2.3 and BuddyPress to 1.6.2… all of my registered users are no longer allowed to log in. When I deactivate the theme it is fine but once the Wild Community theme is activated it reverts back to the same problem.
The user is sent to a wordpress dashboard login and denied access. Obviously I don’t want them to have access to the dashboard but they should be allowed to log into their profile. This issue was not happening in the earlier version of BuddyPress and bbpress… and ideas?
It works fine for me on the live demo and the test site with bbpress 2.2.3, BuddyPress 1.6.2 and latest Wordpress 3.5. Did you upgrade wordpress version? It looks like only you have such problem. My theme uses the same login form like Default buddypress theme.
How can I get it to display more than 20 groups?
I forgot to remove this limit. I’m just uploading fixed version (1.1.1). When it will be approved by reviewer then download theme once again and reupload following file groups/groups-loop.php
Hi,
first thing i tried was to subtheme the theme. I just created a folder with the style.css file in it and the following code
/* Theme Name: sub theme Template: WildCommunity Description : Wildcommunity child theme Author : me */ @import url("../WildCommunity/_inc/css/default.css");but now everything is blank!! What went wrong?
Creating child themes for buddypress is more complicated, please check it – http://codex.buddypress.org/legacy/building-a-buddypress-child-theme/
Hi,
I’ve tried everything and can’t get it to work. I’m not a novice to Wordpress. Can you maybe create me the necessary files and folder to have a child theme of your theme. I really need it.
Upload following file and folders too:
Like a sir. That did the trick. Thx