-
DD
KeymasterJune 4, 2014 at 09:29 in reply to: Avatar removeReplace this image wp-content/themes/OneCommunity/images/avatar.gif
DD
KeymasterJune 4, 2014 at 09:29 in reply to: Members count numberPaste it into myStyle.css:
`#member-dir-count-bottom { display:none; }`
DD
KeymasterJune 4, 2014 at 09:28 in reply to: Activity removeIf you want to remove, let’s say, forum topics than paste following code into myStylew.css
`#activity-stream li.new_forum_topic { display:none; }`
You can find unique selectors viewing code source of page.
DD
KeymasterJune 4, 2014 at 09:11 in reply to: Navigation drop downs not working….No, it’s not possible.
DD
KeymasterJune 4, 2014 at 09:10 in reply to: Superadmin Profile Does Not ExistThe support doesn’t cover problems with wordpress installation. Also WPMU is not a simple cms, you should go to some seminar.
DD
KeymasterIt’s not so simple.
DD
KeymasterJune 3, 2014 at 11:16 in reply to: Navigation drop downs not working….You can compare code using winmerge.org
DD
KeymasterHi, just duplicate blog.php file and rename Template Name: Blog for Template Name: Blog 2 now replace
`posts_per_page=4`
for:
`cat=1&posts_per_page=4`
DD
KeymasterJune 2, 2014 at 13:42 in reply to: Groups SearchHello,
Open groups/index.php and paste it:
before
`
`DD
KeymasterJune 2, 2014 at 13:27 in reply to: Groups FilterUnfortunately it’s not possible – http://codex.buddypress.org/developer/loops-reference/the-groups-loop/
DD
KeymasterJune 2, 2014 at 13:24 in reply to: Navigation drop downs not working….I don’t see any differance.
DD
KeymasterJune 2, 2014 at 13:21 in reply to: Group TitlesRemove cache
DD
KeymasterSo if default BP theme doesn’t work then you have corrupted Buddypress installation (probably caused by some plugin).
DD
KeymasterGo to settings -> reading -> check Your latest posts, open index.php and paste it – http://pastebin.com/gX3ib30C
DD
KeymasterMay 31, 2014 at 09:01 in reply to: Superadmin Profile Does Not ExistSo you have some mess in settings. Try to change permalinks structure under WP dashboard.
DD
KeymasterMay 30, 2014 at 19:29 in reply to: OnebyOne Slider – Static ImagePaste it inside myStyle.css – http://pastebin.com/YnWDCyRk
DD
KeymasterHi,
It doesn’t look like a theme issue, check a default WP theme and post your question here – http://buddypress.org/support/
DD
KeymasterInstall it like an every wordpress theme.
DD
KeymasterMay 30, 2014 at 19:14 in reply to: Sign up Home pageCheck 2E step in the documentation.
DD
KeymasterDD
KeymasterMay 29, 2014 at 12:40 in reply to: search form and groups wont appearCheck in documentation – III. How to install live search?
Enable all buddypress modules – http://demo1.diaboliquedesign.com/6/Help/assets/components.pngDD
KeymasterMay 29, 2014 at 12:34 in reply to: Wrap subnav into columns?It’s not possible. Use another child menu.
DD
KeymasterMay 29, 2014 at 10:24 in reply to: How to Rename the Menu TitlesHow can I redirect the Activities tile to send the user to a different page. I would like to create a calendar page (not sure how to do that yet), and change the Activity tile to a Calendar tile. Thank you.
Edit language file, check in documentation X. How to translate theme?
DD
KeymasterMay 29, 2014 at 09:49 in reply to: Demo contentDownload XML file again – http://demo1.diaboliquedesign.com/6/export.xml
DD
KeymasterYou can remove second shortcode from the Forum page.
DD
KeymasterYou can hide all posts from activity page pasting following code inside myStyle.css
`ul li.new_blog_post { display:none; }`
DD
KeymasterDD
KeymasterHello,
Try this plugin – http://wordpress.org/plugins/buddypress-activity-privacy/
They also appear on the forum feed. I
DD
KeymasterMay 27, 2014 at 11:34 in reply to: group page not foundLike I said, you have to remove forum slug.
DD
KeymasterMay 27, 2014 at 11:32 in reply to: group page not foundLike I said, you have to remove forum slug.
DD
KeymasterMay 27, 2014 at 11:31 in reply to: email on profileIt’s not visible – http://www.demo1.diaboliquedesign.com/4/members/admin/profile/
DD
KeymasterMay 27, 2014 at 11:30 in reply to: Group TitlesYou have to change it in 4 places.
DD
KeymasterDD
KeymasterProbably rtMedia should do it
DD
KeymasterMay 26, 2014 at 12:17 in reply to: TRANSLATE You have XXX new repliesIt’s not a part of theme. I searched whole buddypress and bbpress installation using Total Commander’s the Find Text but I found nothing. Try to ask for help on buddypress forum. Tell them that you are using following code – http://pastebin.com/u1etAQdZ
DD
KeymasterMay 26, 2014 at 12:07 in reply to: Hello MessageHi,
All text strings are inside language file, check in documentation – X. How to translate theme?
DD
KeymasterMay 26, 2014 at 11:49 in reply to: Limit on Groups displayEnable Gzip compression.
DD
KeymasterMay 26, 2014 at 11:36 in reply to: Page not found – GroupsHi,
Check it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13488
DD
KeymasterDD
KeymasterMay 26, 2014 at 10:53 in reply to: Group TitlesOpen frontpage1.php and increase $thelength = 20
DD
KeymasterMay 26, 2014 at 10:14 in reply to: Limit on Groups displayDo you have the same problem with a Default WP theme? Use the latest version of my theme v1.3.5
DD
KeymasterPaste it http://pastebin.com/NABqjTs4
after:
`query(‘posts_per_page=4′.’&paged=’.$paged);
while ($wp_query->have_posts()) : $wp_query->the_post();
?>`DD
KeymasterMay 24, 2014 at 11:01 in reply to: Modifying Frontpage-1 templateOpen frontpage1.php and increase max=8
I noticed that Frontpage-2 and Frontpage-3 only feature the (Most popular | Most popular (60 days) | Latest posts), can I display the same in Frontpage-1 template?
Open frontpage1.php and paste it http://pastebin.com/Wkam8knN before
`
`DD
KeymasterMay 24, 2014 at 10:59 in reply to: Add extra Color schemeEdit one of these files:
`wp-content/themes/OneCommunity/css/color-scheme-0.css
wp-content/themes/OneCommunity/css/color-scheme-1.css
wp-content/themes/OneCommunity/css/color-scheme-2.css
wp-content/themes/OneCommunity/css/color-scheme-3.css
wp-content/themes/OneCommunity/css/color-scheme-4.css
wp-content/themes/OneCommunity/css/color-scheme-5.css
wp-content/themes/OneCommunity/css/color-scheme-6.css
wp-content/themes/OneCommunity/css/color-scheme-7.css
wp-content/themes/OneCommunity/css/color-scheme-8.css`DD
KeymasterDD
KeymasterMay 24, 2014 at 10:47 in reply to: I want to edit the group pagesIt’s wp-content/themes/OneCommunity/bbpress/loop-topics.php
DD
KeymasterMay 24, 2014 at 10:46 in reply to: site verificationInside header.php
DD
KeymasterMay 24, 2014 at 10:45 in reply to: Installed but not working properly.Hello,
Enable all buddypress components
DD
KeymasterMay 24, 2014 at 10:06 in reply to: How to change the logoYou can do it under theme options panel.
DD
KeymasterDD
KeymasterIt’s defined here bbpress/loop-mysingle-topic.php
`bbp_author_link( array( ‘post_id’ => bbp_get_topic_last_active_id(), ‘type’ => ‘name’ ) );`
but as I know it’s not possible in bbpress.
DD
KeymasterMaybe this plugin can do it – https://rtcamp.com/rtmedia/
DD
KeymasterMay 23, 2014 at 09:10 in reply to: Broken avatar imageIt can be a problem with gravatar.com server. Does it work when a default WP theme is active?
DD
KeymasterWhich page template? Which color scheme?
DD
KeymasterMay 22, 2014 at 09:48 in reply to: Remove cufon in child themepaste it http://pastebin.com/Dg1isJYd
DD
KeymasterInstall this theme http://www75.zippyshare.com/v/37293128/file.html
DD
KeymasterCopy, install this theme and check wp-content/plugins/buddypress/bp-themes/bp-default/
DD
KeymasterMay 21, 2014 at 09:52 in reply to: Locating your documentationProbably you downloaded a theme only from themeforest.
DD
KeymasterDD
KeymasterI can test registration page with a default WP theme – http://www.s3blog.org/screengrab/images.html?id=76bd0d4d4a17392b6f025e6e9b246ae7
Also, are the register and activate pages supposed to remain blank after you set them up?
Yes
-
This reply was modified 12 years ago by
DD.
DD
KeymasterMay 20, 2014 at 13:13 in reply to: Remove cufon in child themeIt will be http://pastebin.com/gXrt1fKf
DD
KeymasterMay 20, 2014 at 10:45 in reply to: Remove cufon in child themePaste it into functions.php
And I have one more similar question
DD
KeymasterMay 20, 2014 at 10:32 in reply to: blogIt’s not possible.
DD
KeymasterDoes it work when a Default WP theme is active?
DD
KeymasterEnable Private Messaging – http://demo2.diaboliquedesign.com/1/Help/assets/components.png
DD
KeymasterMay 19, 2014 at 09:51 in reply to: blogOpen blog.php, replace
`the_content`
for
`the_excerpt`
Also paste it – http://pastebin.com/AprYzTrL
before
``
Open functions.php and paste it:
`function custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
`-
This reply was modified 12 years ago by
DD.
DD
KeymasterMay 19, 2014 at 09:20 in reply to: WidgetsI’ll do it if at least 15 buyers will ask for it.
DD
KeymasterMay 19, 2014 at 09:19 in reply to: Featured ImagesReplace:
`posts_per_page=`
for:
`cat=1&posts_per_page=`
DD
KeymasterMay 19, 2014 at 09:16 in reply to: Show Blog Posts in Group ViewBuddypress doesn’t support it.
DD
KeymasterMay 19, 2014 at 09:03 in reply to: RSS Feed ErrorIt doesn’t look like a theme issue. Do you have the same problem when a Default WP theme is active?
-
This reply was modified 12 years ago by
