-
DD
KeymasterApril 14, 2013 at 08:53 in reply to: Royal slider conflictCould you show this html content on your site?
DD
KeymasterApril 14, 2013 at 08:49 in reply to: Groups and Forums dont work?When I try to enter your groups it’s asking me for login. It looks like you didn’t create any forum topic. Check Default BP theme.
DD
KeymasterIt should be full width but I’ll fix this page after weekend.
DD
KeymasterApril 13, 2013 at 10:45 in reply to: Plugins and broken layoutOpen js/input-text.js and paste it on the bottom
jQuery(function(){
jQuery("span:empty").remove();
})DD
KeymasterApril 13, 2013 at 10:34 in reply to: buddystreamHello,
I don’t know this plugin. Upload default members\single\member-header.php
DD
KeymasterApril 13, 2013 at 10:20 in reply to: BP Gallery compatibility issues?It’s a paid plugin so I can’t check it. Try BuddyPress Album
DD
KeymasterIt seems that recent replies aren
DD
KeymasterApril 13, 2013 at 10:10 in reply to: Getting there now i think.Probably you have modified something in the theme’s files. Reupload theme files (latest 1.1.5 version), install 1.7 BP
DD
KeymasterApril 13, 2013 at 10:04 in reply to: Having problems with set upI’ll update documentation after weekend. It looks like BP authors didn’t update documentation too – http://codex.buddypress.org/user/setting-up-a-new-installation/
Anyway make Buddypress+default BP theme working first then activate my theme (go to I3 step of the theme’s documentation)
DD
KeymasterApril 13, 2013 at 09:55 in reply to: Compatible with Coursware plugin?I tested it some time ago and I noticed that Coursware doesn’t work with bbPress, it uses oudated build-in Buddypress forums.
DD
KeymasterApril 13, 2013 at 09:48 in reply to: Groups 404 errorI
DD
KeymasterApril 13, 2013 at 09:33 in reply to: DB Table for deleted Forum slugsI don’t know. Go to phpMyAdmin, export all tables to the single sql file, open it in the notepad and search for deleted slugs.
DD
KeymasterApril 13, 2013 at 09:29 in reply to: Royal slider conflictHi,
Are you talking about sidebar below content? Each widget must contain title, slider on the sidebar doesn’t contain title.
DD
KeymasterThe whole style of tiles menu is here:
#header-right-1 { float:right; width:258px; height:185px; } .tile { display:block; float:right; margin:2px; width:125px; height:88px; position:relative; background-color:#ff9801; transition: all 300ms ease-out; } .tile:hover { background:#5d6da2; background: linear-gradient(135deg, #5d6da2 0%,#5d6da2 50%,#546394 50%,#546394 100%); } .tile-title { position:absolute; right:5px; bottom:5px; font-size:10px; font-weight:700; color:#ffffff; } .tile-title a { font-weight:700; font-family: Open Sans; text-transform:uppercase; } .tile img { margin-top:10px; margin-left:10px; } #header-right-2 { height:185px; width:270px; float:right; } .tile2 { float:right; margin:2px; width:254px; height:88px; position:relative; background-color:#ff9801; font:24px QuicksandBold; text-align:center; color:#ffffff; } .tile-avatar { margin-right:7px; border-right:4px solid #ffffff; float:left; } .tile-username { float:left; width:145px; font:18px QuicksandBold; margin-top:6px; text-align:left; } .tile-username a { font-size:18px!important; color:#ffffff; } .tile-logout { float:left; text-align:left; font:12px Open Sans; } .tile-logout a { font-size:10px; text-transform:uppercase; font-weight:700; color:#ffffff; } .tile-messages { margin-top:11px; width:27px; text-align:left; padding-left:34px; float:right; background-image: url( images/tile-messages.png ); background-position: 0px 3px;background-repeat: no-repeat; } .tile-messages a { line-height:24px; } #header-right-2 { float:right; width:270px; height:88px; }Also check it – http://support.diaboliquedesign.com/forums/topic/tile-menu/
DD
KeymasterApril 13, 2013 at 09:00 in reply to: CSS conflict with BP mediaMy theme (jquery tabs) and Buddypress Media use the same css class .hide
Open default.css and replace .hide for .hidden-tab
Open js/organictabs.jquery.js and replace .hide for .hidden-tab
Open frontpageX.php and groups/groups-loop.php and replace hide for hidden-tab
DD
KeymasterApril 12, 2013 at 12:06 in reply to: Groups 404 errorGo to Forums -> New Forum and create new forum called Group Forums
Now go to Settings -> Forum and select Group Forums Parent: Group ForumsCreate new groups. Make sure your each Group has active 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
KeymasterIt’s in the header.php
<div id=”header-left”>
<div id=”logo”><a href=”<?php echo home_url(); ?>” title=”<?php _ex( ‘Home’, ‘Home page banner link title’, ‘buddypress’ ); ?>”><img src=”<?php echo of_get_option(‘logo_path’, ‘http://www.demo1.diaboliquedesign.com/4/logo.png’ ); ?>” alt=”<?php _ex( ‘Home’, ‘Home page banner link title’, ‘buddypress’ ); ?>” /></a></div>
</div><!– #header-left –>DD
KeymasterThis page doesn’t have a sidebar. It’s full width.
DD
KeymasterHello,
There is no fixed width. You can decrease spacing between each menu item in the style.css:
nav ul li { ... padding:5px 12px; margin-right:6px; }Decrease 12px and 6px
DD
KeymasterApril 12, 2013 at 11:33 in reply to: Groups problem with new updateYes I see it. I fixed it but new version wasn’t approved by Themeforest yet.
Changelogs for 1.1.5 – http://www.demo1.diaboliquedesign.com/4/changelogs.txt
DD
KeymasterApril 12, 2013 at 11:30 in reply to: Can't see any homepageI don’t offer any services. Everything is in the theme’s documentation. Also all widgets MUST contain title.
DD
KeymasterApril 12, 2013 at 11:27 in reply to: Enriched profilesYes that’s correct. Search in google – buddypress new tabs
DD
KeymasterApril 12, 2013 at 11:24 in reply to: No Side Widget?This page doesn’t have a sidebar. It’s full width – http://www.demo1.diaboliquedesign.com/3/groups/
DD
KeymasterApril 12, 2013 at 11:22 in reply to: Recent RepliesIt’s showing recent replies only
Open footer.php and replace new_forum_post for new_forum_topic
or remove &action=new_forum_post
More info –
DD
KeymasterApril 12, 2013 at 09:12 in reply to: The problem with groupsDownload new version of theme after 24 hours and reupload following file:
groups\single\home.phpDD
KeymasterApril 12, 2013 at 08:52 in reply to: The problem with groupsOK I see the same problem (missed tab) since Buddypress update on the live demo. I’m just fixing it.
DD
KeymasterNo, it’s still using build-in buddypress forums, but I’ll make it working with bbpress soon.
DD
KeymasterApril 11, 2013 at 14:28 in reply to: The problem with groupsCould you show default theme working?
DD
KeymasterApril 11, 2013 at 13:41 in reply to: The problem with groupsThe point is it’s not a theme issue. First make working buddypress with default theme and then activate my theme.
there no option to select themes.
You don’t see activate link? – http://imm.io/12zCp
DD
KeymasterApril 11, 2013 at 13:36 in reply to: Can't see any homepageHi,
Probably it’s a htaccess issue or it’s cacused by index.html in the root (delete index.html). Check default WP or BP theme.
I also see that on the main nav that when I am logged in the nav item still shows as Login. Can if say Log Out when I am logged in?
It’s possible but there will be too much work.
DD
KeymasterApril 11, 2013 at 13:31 in reply to: translationHi,
You can translate it via theme options panel – Translations tab
DD
KeymasterApril 11, 2013 at 10:55 in reply to: Groups 404 errorYour forums are here – http://psnwwa.com/forums/
Not here – http://psnwwa.com/forum
You can change slug for Forum/Forums pageAlso Discussion Forums component must be inactive.
Check it – http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/DD
KeymasterApril 11, 2013 at 10:49 in reply to: fresh install crushUse buddypress 1.7 with 1.1.4 version of my theme and the latest version of WP.
DD
KeymasterApril 11, 2013 at 10:46 in reply to: Smilies for bbPressCheck it – http://codex.wordpress.org/Using_Smilies
DD
KeymasterApril 11, 2013 at 10:44 in reply to: In Frontpage 3 Change the background color of the orange horizontal panesOpen slider/onebyone.css and change it here
.slider-item-3, .slider-item-4, .slider-item-5, .slider-item-6 { … background:#ffb03d; … }DD
KeymasterApril 11, 2013 at 10:42 in reply to: The problem with groupsI can see Default BP theme – http://imm.io/12ySK
You have weird wordpress installation
DD
KeymasterApril 11, 2013 at 10:40 in reply to: Tag Issue on PostsEdit single.php and archive.php too
Use .blog-bottom-tags a { color:#000000;
DD
KeymasterApril 11, 2013 at 10:27 in reply to: Buddypress 1.7Link is working:
1.1.5 (10 Apr 2013) - Added compatibility with the BuddyPress 1.7 Fixed ordered OL lists on the forum posts. Modified files: _inc\ajax.php _inc\global.js _inc\css\default.css activity\comment.php activity\entry.php blogs\create.php groups\create.php groups\single\home.php groups\single\send-invites.php members\single\messages\compose.php members\single\messages\messages-loop.php members\single\profile\edit.php members\single\settings.php registration\activate.php registration\register.php functions.php style.css After BuddyPress upgrade you should quickly activate BuddyPress plugin.
DD
KeymasterApril 10, 2013 at 11:47 in reply to: media are not responsiveHi,
Where do you display youtube iframe? Also which music player are you using?
DD
KeymasterApril 10, 2013 at 11:43 in reply to: Side Widgets not showingDo you have widgets in the Sidebar – Pages widget area?
DD
KeymasterApril 10, 2013 at 11:41 in reply to: Tag Issue on Posts1. It was fixed since 1.1.2 (24 Mar 2013)
http://www.demo1.diaboliquedesign.com/4/changelogs.txt2. There is limited space for tags so I don’t know how to help you
2. If we wanted to move the tags to the bottom of the article, is this complicated or can you provide the code to paste into the file?
Open blog.php and cut it:
<div class=”blog-bottom-tags <?php if ( has_tag() ) { echo “blog-bottom-tags-has”; } else { echo “blog-bottom-tags-empty”; } ?>”><?php the_tags(”, ‘, ‘, ‘
DD
KeymasterApril 10, 2013 at 11:29 in reply to: Blog SetupYou have to install WPMU – it’s not so easy.
DD
KeymasterApril 10, 2013 at 11:24 in reply to: The problem with groups1. It doesn’t look like a theme issue. Check default BP theme.
2. Install 1.1.4 version of my theme which is compatible with the Buddypress 1.7
DD
KeymasterApril 10, 2013 at 11:19 in reply to: Confirmation EmailHello,
Does it work with Default BP theme? Probably your hosting company disabled mail() function and you must use smtp authentication – install this plugin http://wordpress.org/extend/plugins/wp-mail-smtp/
DD
KeymasterApril 10, 2013 at 10:52 in reply to: Buddypress 1.7You have to intsall 1.1.5 version of my theme which wasn’t approved by themeforest yet.
DD
KeymasterApril 9, 2013 at 14:18 in reply to: iPad ProblemsNo, there will be too much edit in the responsive.css file
DD
KeymasterApril 9, 2013 at 14:11 in reply to: rss buttonPaste it into the myStyle.css
li.feed { display:none; }DD
KeymasterApril 9, 2013 at 14:05 in reply to: add widget to frontpage1Hi,
Use Sidebar – Frontpage widget area – http://imm.io/12oPD
and also how to add the page eg. buddypress activity to frontpage1 because i removed the active members, popular members, and forums blocks and would like to add the buddypress activity page to replace them?
Paste following code – http://pastebin.com/41ZfTWYm
DD
KeymasterApril 9, 2013 at 13:59 in reply to: Avatar Upload Option MissingPlease check it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13389
DD
KeymasterApril 9, 2013 at 13:59 in reply to: Theme won't activate!There is a function which deactivate my theme when a Buddypress plugin is inactive so you have to activate BP first.
DD
KeymasterApril 8, 2013 at 09:07 in reply to: iPad ProblemsLogin box for example is not where it should be here:
DD
KeymasterApril 6, 2013 at 09:55 in reply to: password recoveryHi,
No problem o my test site. You should see A message will be sent to your email address.
DD
KeymasterOpen members/members-loop.php and remove:
<div class=”item-meta”><span class=”activity”><?php bp_member_last_active(); ?></span></div>
DD
KeymasterOpen style.css and remove:
#change-avatar-personal-li { display:none; }DD
KeymasterDD
KeymasterApril 5, 2013 at 13:06 in reply to: buddypress groupOpen frontpageX.php and add user_id parameter to
bp_has_groupsyou have to know your ID
http://codex.buddypress.org/developer/developer-docs/loops-reference/the-groups-loop/
DD
KeymasterApril 5, 2013 at 13:04 in reply to: getting error after updatewhere is this error?
DD
KeymasterApril 5, 2013 at 12:27 in reply to: buddypress groupThere will be too much work especially on responsive layouts.
DD
KeymasterApril 5, 2013 at 12:26 in reply to: how move right footer?Add it to the myStyle.css
.footer-right { float:left; }
DD
KeymasterApril 5, 2013 at 12:23 in reply to: add forever scrolling feature?I don’t have such plans
DD
KeymasterApril 5, 2013 at 10:34 in reply to: Bullets/numbers doesn't showed upIt’s working – http://imm.io/11YWf
DD
KeymasterApril 5, 2013 at 10:13 in reply to: Bullets/numbers doesn't showed upAdd following style to the myStyle.css
.topic-content ol { list-style-type:decimal; margin-left:40px; }
DD
KeymasterApril 5, 2013 at 09:46 in reply to: top menu barHow to disable the top menu bar and search field on homepage so that the categories boxes uses that space?
Paste it into the myStyle.css
#header-very-top { display:none; }How to remove the page title heading eg. Members, Activitiy, etc..
Paste it into the myStyle.css
.page-title { display:none; }How to make both avatars same size on activity stream and adjust the spaces to make it more compact?
Not possible
I created a child theme and the style.css did not change anything eg. the css for buddypress avatar change. However, it worked when change on OneCommunity theme mystyle.css and style.css.
Check it- http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13601
DD
KeymasterApril 5, 2013 at 09:41 in reply to: Homepage menu colorThen I don’t know how to help you. Tabs use images/bg-tabs.png you can see it in the style.css
DD
KeymasterApril 5, 2013 at 09:40 in reply to: Bullets/numbers doesn't showed upAre you talking about slider? If yes then you corrupted code.
DD
KeymasterApril 5, 2013 at 09:37 in reply to: Home Page Forums Wont ListIt’s caused by error. bbPress must be active.
DD
KeymasterApril 5, 2013 at 09:35 in reply to: Theme Won't ActivateBuddypress plugin is inactive.
DD
KeymasterApril 5, 2013 at 09:35 in reply to: Widget TroubleEach widget must contain title
DD
KeymasterApril 5, 2013 at 09:34 in reply to: buddypress groupThis is not a theme issue.
DD
KeymasterApril 5, 2013 at 09:31 in reply to: getting error after updateWhat did you update?
