-
DD
KeymasterJune 1, 2013 at 09:03 in reply to: page access restrictionHi,
Please check it – http://support.diaboliquedesign.com/forums/topic/managing-strangersguest-level-to-not-see-forums/
Oh, plus, I would like to know how I could get rid of the
DD
KeymasterSearch for following parts of code in the style.css:
1px solid #eaeaea
DD
KeymasterMay 31, 2013 at 13:02 in reply to: Group Default AvatarCheck source of the Group Avatar viewing webite’s code source and replace default image
DD
KeymasterMay 31, 2013 at 11:17 in reply to: How to limit de group creationCheck it – http://buddydev.com/buddypress/limit-groups-per-user-plugin-for-buddypress/
also search in google – buddypress groups per user
DD
KeymasterMay 31, 2013 at 11:15 in reply to: Group Default AvatarHi,
Go to settings -> discussion -> select Mystery Man and replace following image wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg
DD
KeymasterMay 31, 2013 at 11:07 in reply to: To fix mention on messagesMessages aren’t send by theme but by Buddypress system, you should ask your question here – http://buddypress.org/support/
DD
KeymasterMay 31, 2013 at 09:34 in reply to: Missing FooterYour website doesn’t work
DD
KeymasterMay 31, 2013 at 09:33 in reply to: DatabaseYou need FTP files too. Migration of BP in not easy because there are some pathes which have to be replaced. Check this XML file – http://www.demo1.diaboliquedesign.com/4/export.xml
DD
KeymasterTheme supports up to 3 child comments, because there is not enough space for more comments. Go to WP options and setup 3 levels deep.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 31, 2013 at 09:24 in reply to: Sidebar Appears at footerEach widget must contain title
DD
KeymasterMay 31, 2013 at 09:23 in reply to: About AvatarIt doesn’t look like a theme issue. Go to settings -> discussion -> select Show Avatar. If it won’t help then there is no solution.
DD
KeymasterMay 31, 2013 at 09:20 in reply to: Change Nav Blocks?Hi,
Yes, you can change titles and slugs via theme optios panel, icons are in the img folder
DD
KeymasterMay 31, 2013 at 09:17 in reply to: How to edit the text from home pageCheck theme options panel + http://support.diaboliquedesign.com/forums/topic/frontpage-3-contents/
DD
KeymasterMay 31, 2013 at 09:16 in reply to: BBpressbbpress plugin must be active
DD
KeymasterMay 31, 2013 at 09:14 in reply to: Profile picture cropingAre you talking about group thumbnail or user avatar?
DD
KeymasterMay 29, 2013 at 13:27 in reply to: Cant add topics on ForumIt doesn’t look like a theme issue. Check a default WP theme.
DD
KeymasterMay 29, 2013 at 12:59 in reply to: Cant add topics on ForumMake 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
KeymasterMay 29, 2013 at 12:25 in reply to: How to change de backgrounds blocksThere will be too much work. You have to find DIV name and use background:#XXXXXX;
DD
KeymasterI don’t offer any services. Check in the documentation I3-4 steps
DD
KeymasterWhat doesn’t work? Website is whole white?
DD
KeymasterMay 29, 2013 at 11:34 in reply to: How to change de backgrounds blocksPaste it into myStyle.css:
`.sidebar-box { background:#cccccc; }`DD
KeymasterHi,
Did you read theme’s documentation – http://demo1.diaboliquedesign.com/4/Help/
DD
KeymasterMay 29, 2013 at 09:23 in reply to: Missing FooterHi,
It’s cased by error because bbpress plugin is inactive.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 29, 2013 at 09:17 in reply to: BBpressHi,
It’s not a theme issue. Does it work with default WP theme?
DD
KeymasterMay 29, 2013 at 09:15 in reply to: How to change de backgrounds blocksOpen style.css and find
body { background:#ffffff; ... }DD
KeymasterNot possible
DD
KeymasterHi,
There is no problem on my test site.
DD
KeymasterDD
KeymasterMay 28, 2013 at 13:29 in reply to: mTouch QuizOpen functions.php and remove it:
function my_formatter($content) {
$new_content = ”;
$pattern_full = ‘{(\[raw\].*?\[/raw\])}is’;
$pattern_contents = ‘{\[raw\](.*?)\[/raw\]}is’;
$pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE);foreach ($pieces as $piece) {
if (preg_match($pattern_contents, $piece, $matches)) {
$new_content .= $matches[1];
} else {
$new_content .= wptexturize(wpautop($piece));
}
}return $new_content;
}remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_content’, ‘wptexturize’);add_filter(‘the_content’, ‘my_formatter’, 99);
DD
KeymasterHi,
Add it to the myStyle.css:
a.front-member-item img.avatar { width:60px; height:60px; }
DD
KeymasterDD
KeymasterMay 28, 2013 at 10:54 in reply to: What about thumbs upHello,
It requires a lot of work (few days).
DD
KeymasterThere will be too much work
DD
KeymasterMay 28, 2013 at 09:38 in reply to: Forum mentionNot possible
DD
KeymasterDD
KeymasterMay 28, 2013 at 09:35 in reply to: Remove "on the forums" on frontageHi,
Open frontpage1.php remove it:
<div class=”front-box-title”><?php echo of_get_option(‘t-3’, ‘On the Forums’ ); ?></div>
<div class=”front-box-child”>
<?php if ( bbp_has_topics( array( ‘author’ => 0, ‘show_stickies’ => false, ‘order’ => ‘DESC’, ‘post_parent’ => ‘any’, ‘posts_per_page’ => 5 ) ) ) : ?>
<?php bbp_get_template_part( ‘loop’, ‘mytopics’ ); ?>
<?php else : ?>
<?php bbp_get_template_part( ‘feedback’, ‘no-topics’ ); ?>
<?php endif; ?></div>
and paste it – http://pastebin.com/smTKK8hV
DD
KeymasterMay 28, 2013 at 09:32 in reply to: WidgetsHello,
It’s caused by error, bbpress plugin is inactive.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 28, 2013 at 09:26 in reply to: mTouch QuizEach widget must contain title. Like I said I don’t have problem on my test site – http://imm.io/17tn5
DD
KeymasterMay 27, 2013 at 11:07 in reply to: Integration with FacebookHi,
DD
KeymasterDD
KeymasterMay 27, 2013 at 11:04 in reply to: Menu font size and logo on movileHello,
You can change it in the style.css here:
`nav ul, nav ul ul { … font:12px Open Sans;`
and another question, mi image logo is too big for the movile version,
DD
KeymasterMay 27, 2013 at 09:30 in reply to: Documentation?It’s really weird anyway here is an online doc – http://demo1.diaboliquedesign.com/4/Help/
DD
KeymasterMay 27, 2013 at 09:24 in reply to: mTouch QuizIt works fine for me – http://imm.io/17tn5
check default WP theme
DD
KeymasterNo, you can check default WP theme.
DD
KeymasterMay 27, 2013 at 08:56 in reply to: How do I stop the Header Image from "Tiling" & What is the pixel Dimension of irAdd it to the myStyle.css
#header-container { background-repeat: no-repeat; }
DD
KeymasterOpen frontpageX.php and remove it:
<div id=”text1″><span><?php echo of_get_option(‘welcome’, ‘Welcome to WildCommunity’ ); ?></span></div>
<div id=”text2″><span><?php echo of_get_option(‘members’, ‘75.000 members and counting…’ ); ?></span></div>DD
KeymasterMay 25, 2013 at 09:01 in reply to: Sidebar on front pageHi,
Yes -> http://www.demo1.diaboliquedesign.com/4/
Check documentationDD
KeymasterMay 25, 2013 at 08:58 in reply to: Documentation?Unzip themeforest-3713046-onecommunity-buddypress-theme.zip file
DD
KeymasterMay 24, 2013 at 14:20 in reply to: Header Menu Avatar SourceHello,
Open header.php and replace type=thumb for type=full
DD
KeymasterOpen activity/index.php, remove everything and paste it – http://pastebin.com/Egs9GnYy
DD
KeymasterDo you want to hide such page – http://www.demo1.diaboliquedesign.com/4/groups/music/
DD
KeymasterI don’t understand.
DD
KeymasterMay 24, 2013 at 09:28 in reply to: Message counter and message iconI’ll take a look on it in the future update.
DD
KeymasterDD
KeymasterMay 24, 2013 at 09:18 in reply to: Forum breadcrumbsHi,
Open bbpress.php and paste
<?php bbp_breadcrumb(); ?>
after:
<div class=”page-title”><?php the_title(); ?></div>
DD
KeymasterMay 24, 2013 at 09:14 in reply to: Message counter and message iconHi,
Check it – http://pastebin.com/b8UWe3VN
DD
KeymasterMay 23, 2013 at 09:16 in reply to: Menu or link to pages not workingThere can be many reasons of it. This is not a theme issue.
DD
KeymasterMay 23, 2013 at 09:15 in reply to: Documentation?Unzip downloaded file. Inside the Help folder you
DD
KeymasterDD
KeymasterMay 23, 2013 at 09:07 in reply to: PSD FilesPSD files are in the PSD folder
DD
KeymasterMay 23, 2013 at 09:06 in reply to: Design Layout BreakageI have to see code.
DD
KeymasterMay 23, 2013 at 09:03 in reply to: Contact us formBut at the top of the
DD
KeymasterMay 22, 2013 at 11:37 in reply to: Friendships CountHi,
It’s not a theme issue, do you have the same problem when a Default WP theme is active?
DD
KeymasterMay 22, 2013 at 11:35 in reply to: Contact us formContact form 7 plugin must be active too. Also check it – http://wordpress.org/support/plugin/contact-form-7 http://wordpress.org/plugins/contact-form-7/installation/
DD
KeymasterMay 22, 2013 at 09:46 in reply to: Menu or link to pages not workingHi,
Check Default WP theme. Probably mod rewrite is disabled on your server. Check in google – wordpress not found
DD
KeymasterDD
KeymasterMay 22, 2013 at 09:30 in reply to: Design Layout BreakageProbably there is unclosed DIV, check code in the validator – http://validator.w3.org/
DD
KeymasterMay 22, 2013 at 09:27 in reply to: Contact us formPaste shortcode with contact form in Text mode – imm.io/16UGE
DD
KeymasterMay 21, 2013 at 12:59 in reply to: Blog post – Read more buttonPaste it after 1st paragraph
DD
Keymaster -
This reply was modified 13 years ago by
