-
DD
KeymasterMake sure your each User Group has active a Forum Discussion. When you go to specific Group and Forum tab is not visible then go to Admin (inside group) -> Forum tab -> check Yes. I want this group to have a forum and save.
DD
KeymasterActivate Default BP theme. If it still doesn’t work with Default BP theme then you have
DD
KeymasterApril 19, 2013 at 09:07 in reply to: Changing FaviconYou can change it via theme options.
DD
KeymasterApril 19, 2013 at 09:03 in reply to: Forums and page templates1. bbpress can use bbpress.php file only.
2. I’ll fix it after weekend. Previous version of bbpress didn’t have search.
3. You are using the same Forums base and Forum slug
Go to settings -> forum and for Forums base: use Forums slug or something else.DD
KeymasterApril 19, 2013 at 08:56 in reply to: RSS FeedIt’s not a theme issue – http://www.demo1.diaboliquedesign.com/3/groups/music/feed/
DD
KeymasterNew version is available for download.
DD
KeymasterApril 19, 2013 at 08:51 in reply to: Groups and Forums dont work?It depends what did you change. I moved style of forums from default.css to css/bbpress.css file.
DD
KeymasterApril 19, 2013 at 08:45 in reply to: Sidebar not showing on homepageI don’t see my theme on your site.
DD
KeymasterApril 18, 2013 at 13:47 in reply to: user auto logs outIt can be caused by some plugin
DD
KeymasterApril 18, 2013 at 13:47 in reply to: Sidebar not showing on homepageEach witget must contain title
DD
KeymasterApril 18, 2013 at 13:43 in reply to: Cubepoints is not workingIt works fine on my test site – http://imm.io/13fg2
Could you show a screenshot?
DD
KeymasterApril 18, 2013 at 13:32 in reply to: Adding GroupsThere is no “Add Group” button on the WP dashboard. It’s on the groups page. I checked your site and I created new group without any problems.
DD
KeymasterApril 18, 2013 at 13:17 in reply to: user auto logs outDoes it work with Default BP theme?
DD
KeymasterDoes it work when you open frontpage2.php and replace – http://pastebin.com/hKK2GSzD ?
DD
KeymasterApril 18, 2013 at 12:59 in reply to: user auto logs outHi,
I just checked it on my test site and there is no problem, user goes to a profile page and he’s still logged.
DD
KeymasterApril 18, 2013 at 12:54 in reply to: How to edit user bar (tabs)Open style.css and remove:
#change-avatar-personal-li { display:none; }http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13389
DD
KeymasterApril 18, 2013 at 12:49 in reply to: Sidebar not showing on homepageIt’s caused by error (hidden). Forums are not installed.
DD
KeymasterIt’s not a theme issue. Check Default BP theme.
DD
KeymasterI tested it on my test site and there is no problem – http://imm.io/13eYO
Check Default BP theme.
DD
KeymasterApril 18, 2013 at 12:37 in reply to: Adding GroupsI need to provide
DD
KeymasterDoes it work with default BP theme? It can be caused by some plugin.
DD
KeymasterDid you upload all files in the bbpress folder. There is no problem on the live demo and on a test site.
DD
KeymasterApril 18, 2013 at 12:30 in reply to: Groups and Forums dont work?Unfortunately it’s a huge modification.
DD
KeymasterOK, I see where is the problem. I’ll fix it.
DD
KeymasterApril 18, 2013 at 08:38 in reply to: BP Gallery compatibility issues?If it even doesn’t work with Default BP theme then it should be resolved by an author of BP Gallery.
DD
KeymasterApril 17, 2013 at 14:36 in reply to: BP Gallery compatibility issues?Following code removed duplicated tabs:
#object-nav:nth-of-type(2) { display:none; }
I see the same problem with default theme – http://imm.io/139Rt
DD
KeymasterApril 17, 2013 at 13:49 in reply to: Groups and Forums dont work?I uploaded the new version of theme with new documetation, it should be availabe for download within 24h.
DD
KeymasterIf you defined in the functions.php 215×135 size then crop shape will be 215×135, if you defined in the functions.php 150x15o size then crop shape will be 150x15o.
DD
KeymasterApril 17, 2013 at 13:44 in reply to: Enriched profilesIt doesn’t look like a theme issue.
DD
KeymasterApril 17, 2013 at 10:27 in reply to: Adding GroupsIs it visible when default BP theme is active.
If you have more than one question then open a new topic for each question. It will help to find your topics by other users who have the same problem.
DD
KeymasterApril 17, 2013 at 10:25 in reply to: Advertisement sizeMax width of ad on the sidebar should be 340px
DD
KeymasterApril 17, 2013 at 10:18 in reply to: Logo size~300px
DD
KeymasterDD
KeymasterPaste body with page-template-onecolumn-page-php class
<body class="page-template-onecolumn-page-php" id="bp-default">like on this page http://www.demo1.diaboliquedesign.com/4/child-menu-2/
DD
KeymasterNumber of posts per page you can change modifying posts_per_page parameter in the blog.php
DD
KeymasterYou have to open frontpageX.php and remove it – http://pastebin.com/Cu1dTVZ2
DD
KeymasterApril 17, 2013 at 09:20 in reply to: Pages empty when logged inInstall it on the online server. It’s not a theme issue.
DD
KeymasterIf in the functions.php you replace 135 and 215 for 150 then you cannot upload new group thumbnails. BuddyPress system doesn
DD
KeymasterHi,
OK, I’ll fix it
DD
KeymasterOpen frontpage2.php and remove
<div id=”object-nav”>
<ul class=”tabs-nav”>
<li class=”nav-one”><a href=”#popular” class=”current”><?php echo of_get_option(‘t-9’, ‘Popular’ ); ?></a></li>
<li class=”nav-two”><a href=”#active”><?php echo of_get_option(‘t-10’, ‘Active’ ); ?></a></li>
<li class=”nav-three”><a href=”#alphabetical”><?php echo of_get_option(‘t-11’, ‘Alphabetical’ ); ?></a></li>
<li class=”nav-four”><a href=”#newest”><?php echo of_get_option(‘t-12’, ‘Newest’ ); ?></a></li>
</ul>
</div>and replace type=popular for type=alphabetical
You can remove it too – http://pastebin.com/75yAPy06
DD
KeymasterApril 16, 2013 at 09:28 in reply to: BP Gallery compatibility issues?OK send it to info@diaboliquedesign.com
DD
KeymasterReduce spacing between tabs and font size here:
#object-nav ul li, #object-nav2 ul li { padding:5px 10px; } #object-nav ul li a, #object-nav2 ul li a { color:#ffffff; font:16px QuicksandBold;Could you also tell me where on the CSS is the code to modify the profile header/bar
DD
KeymasterOC theme. bbpress.php and css/bbpress.css
DD
KeymasterApril 16, 2013 at 09:15 in reply to: Pages empty when logged inIt can be MAMP issue, some users had problems with it.
DD
KeymasterDD
KeymasterApril 16, 2013 at 09:08 in reply to: Quick question on Child ThemesSome updates are huge so there is no sense for child theme.
DD
KeymasterApril 16, 2013 at 09:05 in reply to: Changing Cufon text color.sidebar-title { ... color:#212121;DD
KeymasterI don’t see any problems on my test site – http://imm.io/132Va
It can be caused by some plugin.
DD
KeymasterApril 16, 2013 at 08:58 in reply to: buddystreamUpload
DD
KeymasterApril 15, 2013 at 13:15 in reply to: Groups and Forums dont work?Unfortunately Buddypress 1.7 doesn’t have installer for built-in BP forums anymore.
Please migrate to bbPress:
http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/Tomorrow I will provide style for bbPress.
DD
KeymasterApril 15, 2013 at 12:52 in reply to: group avatar fadeReplace
a.group-box-image img { width:185px; height:125px; transition: all 300ms ease-in; }
a.group-box-image img:hover { opacity:0.6; }for
a.group-box-image img { width:185px; height:125px; opacity:0.6; transition: all 300ms ease-in; }
a.group-box-image img:hover { opacity:1.0; }DD
KeymasterApril 15, 2013 at 12:50 in reply to: buddystreamAre they visible when you upload default activity/index.php or activity/post-form.php?
DD
KeymasterApril 15, 2013 at 10:20 in reply to: buddystreamupload it here – http://imm.io/
DD
KeymasterIt’s working fine on my test site – http://imm.io/12Xdb
Full width is generated by following style .directory.blogs #content in the style.css and responsive.cssDD
KeymasterIf your full URL is http://www.domain.com/forums and tile points to http://www.domain.com/forums then it must work
DD
KeymasterApril 15, 2013 at 09:17 in reply to: Rename main nav labels.Any thoughts on how to change the black text to orange in the sidebar?
You can change it here:
.sidebar-title { ... color:#212121; } .sidebar-box { color:#505050; .sidebar-box a { color:#393939;DD
KeymasterApril 15, 2013 at 09:15 in reply to: BP Gallery compatibility issues?Paste following style to the mystyle.css:
#object-nav:last-child { display:none; }
#object-nav:first-child { display:block; }or this one:
#object-nav:nth-of-type(2) { display:none; }Also, you will notice that the sidebar is not present in the shot. This is because the sidebar is displayed below the page.
Each widget must contain title
DD
KeymasterWhich settings?
DD
KeymasterIt’s not easy, here is some solution – http://css-tricks.com/user-opt-out-responsive-design/
DD
KeymasterHi,
Instead of <?php get_header(); ?>
paste
DD
KeymasterApril 15, 2013 at 08:58 in reply to: group avatar fadeHi,
Check it – http://www.photoshop-plus.co.uk/2012/05/21/jquery-color-fade-hover-effect/
DD
KeymasterApril 15, 2013 at 08:57 in reply to: buddystreamWhich buddypress activity? There is many activity pages.
DD
KeymasterApril 15, 2013 at 08:40 in reply to: Search BoxI deleted the search box before, but now I forget where the code goes, can you tell me how to get it back?
Search box is in the footer.php – http://pastebin.com/fDcvDqAp
Also I noticed this http://www.demo1.diaboliquedesign.com/3/searching/ how can I get a nice search box like this also?
Create empty page called for example Searching (Pages ? Add New) with selected Search Page template. Permalink for this page must be searching.
DD
KeymasterApril 14, 2013 at 13:04 in reply to: BP Gallery compatibility issues?Could you show a screenshot
you can upload screenshot here – http://imm.io/DD
KeymasterApril 14, 2013 at 13:01 in reply to: buddystreamCopy
wp-content/plugins/buddypress/bp-themes/bp-default/members/single/member-header.php
and upload here:
wp-content/themes/OneCommunity/members/single/member-header.php
DD
KeymasterApril 14, 2013 at 10:22 in reply to: Groups and Forums dont work?It looks like Buddypress 1.7 installation is different so I will upload new documentation today.
DD
KeymasterApril 14, 2013 at 09:38 in reply to: Resize select2.png?I’ll fix it today.
DD
KeymasterApril 14, 2013 at 09:18 in reply to: sidebar – pagesEach widget must contain title.
DD
KeymasterApril 14, 2013 at 09:13 in reply to: Attachments on bbPressThis plugin doesn’t work with default BP theme and TwentyEleven themes too. bbPress doesn’t allow to upload any files.
DD
KeymasterApril 14, 2013 at 08:56 in reply to: Show sidebar on Groups pageSorry but there will be too much work especially on the responsive layout.
