-
DD
KeymasterJune 10, 2013 at 09:04 in reply to: Facebook/YouTube/The Chive HybridI suggest to start here – http://buddypress.org/extend/plugins/
OneCommunity has a little simpler layout structure, also check it – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12134
DD
KeymasterJune 8, 2013 at 09:36 in reply to: logo and profile picsTop spacing you can change here #logo { margin-top:40px; … }
Also, the thumbnails of profile pictures as all distorted and sometimes sooo small??
Do you have the same problem with Default WP theme? Probably it’s cased by buddypress compression. Check Buddypress forum.
DD
KeymasterJune 8, 2013 at 09:31 in reply to: Redirect to member page, linking home to member page, dynamic tile color change– how can I redirect users to their member page after login, domain.com/members/username?
On this page http://www.demo1.diaboliquedesign.com/4/login/
user is redirected to its profile– is there a way to change the colors of the header tiles once a user logs in? The intent is to have muted tile colors for non registered users and brighter tile colors for registered users.
paste it into the mystyle.css
`body.logged-in .tile { background-color:#000000; }`-is it possible to create a
DD
KeymasterCreate a new widget area – http://support.diaboliquedesign.com/forums/topic/slidedeck-2-on-frontpage-1/#post-248
and insert some login widget
DD
Keymasterpaste it onto mystyle.css –
`iframe, .video-container object, .video-container embed { max-width: 100%; }`
DD
KeymasterJune 8, 2013 at 09:11 in reply to: Block Colors`.bp-user .item-header { background:#ff2600; }`
DD
KeymasterJune 8, 2013 at 09:09 in reply to: Update Theme?mystyle.css is better
DD
KeymasterJune 8, 2013 at 09:08 in reply to: Upload AvatarLink is visible on this page (after login) – http://www.demo1.diaboliquedesign.com/4/members/nicole/profile/
DD
Keymasterbbpress.css –
.forum-cell a.bbp-forum-title { font-size:16px; font-weight:700; }DD
KeymasterI’m not supporting 3rd party plugins. I don’t even know which plugin you’re using and how this plugin works.
Also check Default WP theme.DD
KeymasterPaste it into into header.php before </div><!
DD
KeymasterJune 8, 2013 at 08:59 in reply to: Page titlesSearch for #page-title in the _inc/css/default.css
DD
KeymasterJune 7, 2013 at 10:36 in reply to: Problem with paginationI updated tutorial.
DD
KeymasterJune 7, 2013 at 10:31 in reply to: Block ColorsDD
KeymasterJune 7, 2013 at 09:14 in reply to: Typekit FontsTry this plugin http://wordpress.org/plugins/typekit-fonts-for-wordpress/
also check it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13564
DD
KeymasterYou can paste it into the footer.php after – <div class=”footer-left”>
DD
KeymasterJune 7, 2013 at 09:08 in reply to: Add tagline below logoHello,
Paste it
``
into header.php before </div><!– #header-left –>
DD
KeymasterJune 7, 2013 at 09:05 in reply to: WooCommerceInside the OneCommunity folder create a page called page-woocommerce.php with following code – http://pastebin.com/qRf8edrV
now open functions.php and paste it – http://pastebin.com/iC42zUfs after:
` register_sidebar(array(
‘name’ => ‘Sidebar – Pages’,
‘id’ => ‘sidebar-pages’,
‘description’ => ‘This is a widgetized area visible on the pages.’,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘‘,
‘after_title’ => ‘‘
));`Go to WP dashboard -> pages -> Shop and select Page for WooCommerce
DD
KeymasterJune 7, 2013 at 08:55 in reply to: Doubt about group forums hierarchyI didn’t
DD
Keymaster`.tile-username { … font:18px QuicksandBold; … }
.tile-username a { font-size:18px!important; … }`DD
KeymasterJune 7, 2013 at 08:52 in reply to: Block Colorsuse it
`.directory.members #content { background:#ff2600; }
.directory.activity #content { background:#ff2600; }`DD
KeymasterJune 7, 2013 at 08:47 in reply to: Problem with LoginThere is no problem on my test site – http://imm.io/18w8Y
Do you have the same problem with login widget?DD
KeymasterJune 6, 2013 at 14:22 in reply to: Page title: change the height of the orange bar in the background)Hello,
Decrease
line-height:75px;
too
DD
KeymasterJune 6, 2013 at 12:28 in reply to: Typekit FontsYou have to remove cufon and font-face fonts first:
http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/16262
http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13561
DD
KeymasterYou have to make changes in the following files too:
groups/groups-loop.php frontpage1.php frontpage2.php frontpage3.php
DD
KeymasterDD
KeymasterDD
KeymasterJune 6, 2013 at 09:23 in reply to: How to add a footer menu?Hello,
You can paste menu into footer.php after – <footer>
DD
KeymasterJune 6, 2013 at 09:19 in reply to: Upload AvatarSince 1.2 version of theme avatar upload tool was enabled.
DD
KeymasterJune 6, 2013 at 09:18 in reply to: Update Theme?Please check it – http://support.diaboliquedesign.com/forums/topic/modified-files-in-1-2/#post-2207
DD
KeymasterHi,
Open groups/single/group-header.php and replace
<?php $grouptitle = bp_get_group_name(); $getlength = strlen($grouptitle); $thelength = 22; echo mb_substr($grouptitle, 0, $thelength, ‘UTF-8’); if ($getlength > $thelength) echo “…”; ?>
for:
<?php echo bp_get_group_name(); ?>
DD
KeymasterDD
KeymasterJune 6, 2013 at 09:12 in reply to: Problems with BP-Gallery and 1.2Upload another OneCommunity theme with renamed folder name and activate.
DD
KeymasterDD
KeymasterJune 6, 2013 at 08:59 in reply to: Modified files in 1.2Hi,
Check it – http://www.demo1.diaboliquedesign.com/4/changelogs.txt
You can try this software – http://winmerge.org/
DD
KeymasterJune 5, 2013 at 10:16 in reply to: Page numbers on ForumHello,
Open forums/forums-loop.php and replace pagination for pagination no-ajax
inside <div id=”pag-bottom” class=”pagination”>
DD
KeymasterJune 5, 2013 at 09:31 in reply to: Block ColorsI’m not sure what do you mean. Could you show a screenshot?
DD
KeymasterJune 5, 2013 at 09:29 in reply to: Hyperlink text formatingMake sure you’re using the latest version of theme, links look fine on the blog posts – http://www.demo1.diaboliquedesign.com/4/aenean-neque-nisi-eleifend/
DD
KeymasterDD
KeymasterDD
KeymasterIt’s inside the slider/ folder
DD
KeymasterJune 5, 2013 at 09:08 in reply to: FaviconYou should replace following image on your server (theme folder):
`wp-content/themes/WildCommunity/_inc/images/favicon.gif`
DD
KeymasterDD
KeymasterJune 4, 2013 at 13:20 in reply to: Doubt about group forums hierarchyIt’s a buddypress problem, not theme
DD
KeymasterDD
KeymasterJune 4, 2013 at 09:15 in reply to: Sidebar Appears at footerYep, unfortunately now, I have no idea for what reason but even on the home page now the sidebar widgets are appearing at the bottom even when there are titles for each widget item.
Probably you have missed closing DIV somewhere, check you site in the validator:
http://validator.w3.org/i too would love to have widget without title
You have to find unique ID of widget and add it to the myStyle.css #text-9 .sidebar-title { display:none; }
Unique id is inside the id=”xxxx” tag, an example:
<div
DD
KeymasterDD
KeymasterHello,
You can change it via theme options panel
DD
KeymasterJune 4, 2013 at 09:07 in reply to: "My Groups" optionsHello,
It’s not possible with buddypress – http://codex.buddypress.org/developer/developer-docs/loops-reference/the-groups-loop/
You can return only groups that this user is a member of, it’s already implemented – http://www.demo1.diaboliquedesign.com/4/members/nicole/groups/
DD
KeymasterDD
KeymasterJune 4, 2013 at 09:01 in reply to: ???????? ?????????? ????????? ????It will help you – http://demo1.diaboliquedesign.com/4/Help/
If you don’t speak in english then please use – http://translate.google.com
DD
KeymasterJune 4, 2013 at 08:58 in reply to: Hyperlink text formatingIt looks fine for me – http://www.demo1.diaboliquedesign.com/4/about-us/
DD
KeymasterJune 4, 2013 at 08:52 in reply to: Doubt about group forums hierarchycheck it – http://imm.io/18enZ (parent)
DD
KeymasterHi,
Open slider/onebyone.css and change it here:
`.slider-item-1 { … color:#ffffff; background:#6fdeab; … text-shadow: 1px 1px 0px #5ebd92; }
.slider-item-2 { … color:#ffffff; background:#86dbde; … text-shadow: 1px 1px 0px #6eb3b6; … }
.slider-item-3, .slider-item-4, .slider-item-5, .slider-item-6 { … color:#ffffff; background:#ffb03d; … text-shadow: 1px 1px 0px #de9935; … }
.slider-item-3 a, .slider-item-4 a, .slider-item-5 a, .slider-item-6 a { color:#ffffff; }`DD
KeymasterHi,
Insert
<!--more-->
tag into post
DD
KeymasterJune 3, 2013 at 10:31 in reply to: Which template edits blog posts?Hi,
It’s archive.php and single.php
DD
KeymasterHi,
Reupload default bbpress/form-reply.php
DD
KeymasterJune 3, 2013 at 09:19 in reply to: default template header missingHi,
Select Page with title as your page template.
DD
KeymasterIt’s not easy, check it- http://support.diaboliquedesign.com/forums/topic/managing-strangersguest-level-to-not-see-forums/
DD
KeymasterJune 3, 2013 at 09:16 in reply to: Spacing between widgetsAdd it to the myStyle.css:
.widget_bp_core_whos_online_widget { overflow:hidden; }
DD
KeymasterJune 3, 2013 at 09:09 in reply to: Help with AdsenseOpen frontpageX.php and paste it before
<div id="tabs-container2">DD
KeymasterDD
KeymasterJune 3, 2013 at 09:05 in reply to: Remove Forum PageRemove [bbp-forum-index] from Forum page
DD
KeymasterDD
KeymasterJune 3, 2013 at 09:02 in reply to: Problem with acute accentHi,
DD
KeymasterJune 3, 2013 at 09:02 in reply to: Adjust Frontpage2Check it – http://pastebin.com/W2LCihy3
DD
KeymasterJune 3, 2013 at 08:55 in reply to: Thumbnail images for articlesHello,
I don’t understand. This is a Featured Image – http://www.demo1.diaboliquedesign.com/3/aenean-neque-nisi-eleifend/
You have to add a Featured Image to the post (right-bottom corner)
DD
KeymasterThere will be too much work
DD
KeymasterJune 1, 2013 at 11:04 in reply to: page access restrictionIt’s working – http://imm.io/17TTm
DD
KeymasterJune 1, 2013 at 09:09 in reply to: Sites not TrackingHello,
It’s not a theme issue, you should go to this forum – http://mu.wordpress.org/forums/forum/11
