-
DD
KeymasterFebruary 21, 2013 at 10:59 in reply to: Issue on Mobile versionPost a link to screenshot or code – I’m not a clairvoyant.
DD
KeymasterAgain, the underline shows on hover as black and immediately changes to white.
Not on the live demo. What did you change? I
DD
KeymasterFebruary 21, 2013 at 10:50 in reply to: Translation Strin MemberThis is in the functions.php
DD
KeymasterFebruary 20, 2013 at 10:42 in reply to: Deleting GroupsIt’s weird. Go to phpMyAdmin and remove this group from bp_groups table. Make a backup of this table first.
DD
KeymasterFebruary 20, 2013 at 10:38 in reply to: Issue on Mobile versionProbably you have too big logo.
add following code to the myStyle.css
#logo { max-width:100%; }If you still have this problem then post a link to screenshot.
DD
KeymasterDo you want to have white underline only? It’s impossible with CSS. The font color and underline can have the same color.
DD
KeymasterFebruary 20, 2013 at 10:32 in reply to: Avatar QualityHi
Upload 150×150 avatar for your profile and 88 x 88 px default avatar visible when user is not logged yet – wp-content/themes/OneCommunity/images/avatar.gifI am also having issues with the avatars tried what you said on themeforest and still really pixelated and skewed. It makes me crop a certain size and then stretches it to fit the theme.
Could you post avatar image here?
DD
KeymasterFebruary 20, 2013 at 10:28 in reply to: changing theme colorIf you want to change orange background color of tabs then replace images/bg-tabs.png image. You can open this image in any grahic editor like Gimp and change Colors Balance
DD
KeymasterFebruary 19, 2013 at 14:57 in reply to: changing theme colorStyle Customisation chapter already contains it. If you want massive customisation then you should hire a company.
DD
KeymasterFebruary 19, 2013 at 14:42 in reply to: Blank forumYou didn’t install group forum or you didn’t enable discusion forum under specific group setting.
DD
KeymasterFebruary 19, 2013 at 14:36 in reply to: Group Blog themeGo to settings -> reading and select your Front page:
Open functions and remove:
if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) {
// Register buttons for the relevant component templates
// Friends button
if ( bp_is_active( 'friends' ) )
add_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 );// Activity button
if ( bp_is_active( 'activity' ) )
add_action( 'bp_member_header_actions', 'bp_send_public_message_button', 20 );// Messages button
if ( bp_is_active( 'messages' ) )
add_action( 'bp_member_header_actions', 'bp_send_private_message_button', 20 );// Group buttons
if ( bp_is_active( 'groups' ) ) {
add_action( 'bp_group_header_actions', 'bp_group_join_button', 5 );
add_action( 'bp_directory_groups_actions', 'bp_group_join_button' );
}// Blog button
if ( bp_is_active( 'blogs' ) )
add_action( 'bp_directory_blogs_actions', 'bp_blogs_visit_blog_button' );
}Open header.php and remove:
[div class=”tile-messages”>[a href=”“>[/a][/div]
DD
KeymasterFebruary 19, 2013 at 14:24 in reply to: Blank forumMake all settings like on following screenshot and that’s all:
http://imm.io/WJBn
http://imm.io/WJBr
http://imm.io/WJBzDD
KeymasterFebruary 19, 2013 at 14:09 in reply to: Blank forumInstall groups forums – check documentation.
DD
KeymasterFebruary 19, 2013 at 13:35 in reply to: Group Blog themeIt’s not so simple.
Go to Blogs for Groups plugins folder -> themes and edit blog.php file, use the same divs names like in the blog.php (OneCommunity folder). Probably you have to recopy background images somewhere too.DD
KeymasterFebruary 19, 2013 at 12:41 in reply to: changing theme colorYes, open style.css but there are also orange background images.
From documentation:
Gradient is generated by this image bg-tabs.png, you can open this image in any grahic editor like Gimp and change Colors Balance. Change color balance for following images too: spacer-tab.gif, spacer-tab-selected.gif, spacer-tab-selected.gif, spacer-subnav.gif, bg-button.png, icon-share.png, search.png, select2.png, menu-arrow1.png, menu-arrow2.png
DD
KeymasterFebruary 19, 2013 at 12:26 in reply to: changing theme colorRead full Style Customisation chapter.
DD
Keymaster
Probably you are using old version of my theme but I don’t remember such bug.
Remove dots, an example:
/******************************************
MyStyle.css
This code:
loads sidebar.php where is following code:
It’s in the style.css and of course you can paste your own style into myStyle.css (after theme update your changes won’t be reset).
Hi,This plugin works great – http://wordpress.org/extend/plugins/events-manager/
You have the same slug for bbPress and built-in BP forums. Slug for site-wide forum should be like – http://mordi.net/talk
So like I said – Go to Settings -> Forums and change Forums base slug (paste talk slug)
Anyway this is even not a theme issue.
Go to Settings -> Forums and change Forums base slug
Also go to Settings -> Buddypress -> Pages and select properly page for Discussion Forums
Save all changes.
It doesn’t look like a theme issue. Is it visible on the Groups page (http://www.demo1.diaboliquedesign.com/4/groups/) when Default BP theme is active? I didn’t have such problems.
Default page template displays Sidebar – Pages widget area. Where is the problem?
Select Frontpage 2 or 3 page template for Home page.
Addthis is visible on the bottom of each page (Share button)
It’s here:
div.item-list-tabs ul li a span { ... border:1px solid #dd8300; ... }
Do you have the same size (88 x 88 px) for your profile too? Send this image on imageshack.us and post link here so I’ll take a look on it.
Please paste here all code inside myStyle.css
It should be done between 1-15 March. There will be about 3 days of work but right now I finish my new theme.
My theme has the same post editor like Dafault BP ot WP theme.
but what shall i do about the site you
Are you talking about
It looks like you corrupted something in code. Reupload theme files.
Upload your image on imageshack.us and post a link here – like http://imageshack.us/photo/Temples/176/img3154.jpg/
If you want to change colors then please read the chapter called Style custiomisation in the theme’ s documentation.
I changed it without any problems – http://imm.io/WDdt
Go to WP Dashboard -> Users -> Profile Fields
It looks like you have too big logo. Can you post a screenshot here?
