-
DD
KeymasterOpen frontpage2.php and replace max=12 for max=24&per_page=24
DD
KeymasterMarch 27, 2013 at 15:11 in reply to: Tile menuTiles size you can change in the style.css here:
.tile { width:125px; height:88px; } #header-right-2 { width:270px; height:88px; } .tile2 { float:right; margin:2px; width:254px; height:88px;Link of
DD
KeymasterMarch 27, 2013 at 12:37 in reply to: Adding Adsense ads in headerOpen footer.php and paste code after <div id=”top-bar-right”>, also paste following style to the myStyle.css
#top-bar { height:120px; }DD
KeymasterHere is a solution. My theme (jquery tabs) and Buddypress Media use the same css class .hide
Open style and replace .hide for .hidden-tab
Open jQFunctions.js and replace .hide for .hidden-tab
Open frontpageX.php and groups/groups-loop.php and replace hide for hidden-tab
DD
KeymasterMarch 27, 2013 at 10:01 in reply to: Forum problem@dd, I
DD
KeymasterMarch 27, 2013 at 09:57 in reply to: Side bar on just one pageThere is a tutorial how to create new widget areas:
Buddypress has many own page templates, you can find them very easy – they contain get_header( ‘buddypress’ ), on the bottom you can pate your own widget area.
DD
KeymasterHi,
Where do you want to upload gpx files? WordPress post editor? Forum post?
DD
KeymasterMarch 27, 2013 at 09:44 in reply to: How to remove Mobile versionIt depends which version of theme you use, open responsive.css or css/responsive.css and remove everything.
DD
KeymasterMarch 26, 2013 at 12:14 in reply to: Theme will not uploadI sent a reply
DD
KeymasterDid you enable user avatars uploader? You have to change crop shape in the function.php too – check FAQ
DD
KeymasterMarch 26, 2013 at 12:06 in reply to: Groups not workingHi,
Forums are not installed properly. Check Default BP theme. It can be caused by some plugin, you have 2 forum pages too (forum and forums)
DD
KeymasterIt can be caused by some plugin.
DD
KeymasterMarch 26, 2013 at 11:43 in reply to: p tag causing problemsYou can remove it opening function.php and remove:
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’);remove_filter( ‘bp_get_the_topic_post_content’, ‘wptexturize’ );
remove_filter( ‘bp_get_the_topic_post_content’, ‘wpautop’ );add_filter(‘the_content’, ‘my_formatter’, 99);
add_filter(‘bp_get_the_topic_post_content’, ‘my_formatter’, 99);DD
KeymasterMarch 26, 2013 at 11:37 in reply to: Forum problemI
DD
KeymasterHi,You can upload theme with already changed images/avatar.gif
DD
KeymasterIt can be caused by some plugin. My theme doesn’t have
DD
KeymasterMarch 25, 2013 at 15:27 in reply to: Change Avatar Crop DefaultOK, I’ll add more info
DD
KeymasterMarch 25, 2013 at 15:16 in reply to: Change Avatar Crop DefaultYes -> http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13745
Crop shape is defined in the functions.php:
define( 'BP_AVATAR_FULL_HEIGHT', 125 );
DD
KeymasterYou sent me wrong password.
DD
KeymasterMarch 25, 2013 at 15:04 in reply to: Change Avatar Crop DefaultHello,
Crop removing is not a simple task. Did you change crop size in the functions.php?
DD
KeymasterYou have to update Buddypress first. If you disable User Groups then all forums will be accessible. You can disable and enable User Groups again without any problem.
DD
KeymasterMarch 25, 2013 at 10:44 in reply to: Social follow buttons on header.There is no space for extra tiles on the 960px layout. You can replace About Us tile
<a class=”tile tile-help” href=”<?php echo home_url(); ?>/<?php echo of_get_option(‘t-28a’, ‘about-us’ ); ?>”><img src=”<?php echo get_template_directory_uri() ?>/images/tile-info.png” alt=”<?php echo of_get_option(‘t-28’, ‘ABOUT US’ ); ?>” /><span class=”tile-title”><?php echo of_get_option(‘t-28’, ‘ABOUT US’ ); ?></span></a>
for something like that:
and insert following style to the myStyle.css:
DD
KeymasterMarch 25, 2013 at 10:32 in reply to: Menu ProblemsYes, open
/_inc/css/default.cssand decrease spacing here:
#navigation ul ul { … top:54px; … }DD
KeymasterIt’s not group thumbails – http://imm.io/10Dq6
If you want to use Frontpage 4 then go to Settings -> Media and select Thumbnail size: 215×135
Readd post thumbnails too.
DD
KeymasterMarch 24, 2013 at 15:14 in reply to: This theme is not responsiveIt will be more complicated because it’s an advanced wordpress editor. Even default bbpress styling (which is responsive) can’t do it 300px witdth.
DD
KeymasterMarch 24, 2013 at 15:11 in reply to: Alternating Topic ColorsHi,
Yes, each topic contains odd or even class, you can see it here http://www.demo1.diaboliquedesign.com/4/groups/music/forum/
table.forum-table tbody tr.odd { background:#cccccc; }
DD
KeymasterMarch 24, 2013 at 13:59 in reply to: Menu ProblemsYou have to add short description to each menu item – check theme’s documentation.
DD
KeymasterDD
KeymasterMarch 24, 2013 at 09:53 in reply to: "Hello!" homepage sliderIt’s a cutomisation request which is not covered by support.
Anywaythe code which have to be pasted is following:
DD
KeymasterMarch 24, 2013 at 09:49 in reply to: "Activity" posting problemI don’t know because there can be 100s reasons of it.
DD
KeymasterI would like to see the website or at least a screenshot
DD
KeymasterMarch 23, 2013 at 15:36 in reply to: "Activity" posting problemRepload all or one by one theme’s files. It can be caused by some plugin too.
DD
KeymasterMarch 23, 2013 at 14:45 in reply to: This theme is not responsiveOK, I will fix it
DD
KeymasterMarch 23, 2013 at 14:37 in reply to: Theme PagesIt’s in the Help folder, make a double click over the index
DD
KeymasterDD
KeymasterMarch 23, 2013 at 12:30 in reply to: disqus commenting system not compatible with slider on Frontpage 2Corrupted code.
DD
KeymasterMarch 23, 2013 at 10:51 in reply to: Another Responsive questionHowever, is there a way to ensure those elements aren
DD
KeymasterMarch 23, 2013 at 10:46 in reply to: "Activity" posting problemI don’t have such problem on the live demo – http://imm.io/10mpX
Probably some file is corrupted.
DD
KeymasterMarch 23, 2013 at 10:43 in reply to: White Space AboveHi,
I don’t know there can be 100s reasons of it, I have it on my live demo too. I’ll take a look on it.
DD
KeymasterMarch 23, 2013 at 10:31 in reply to: Theme PagesDid you read theme’s documentation?
DD
KeymasterMarch 23, 2013 at 10:30 in reply to: Group forums 404If you used build-in buddypress’ forum then you have to migrate to bbpress -> http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/
the links still assume I am and try to take me to the non-existent forum instead of the group page.
Open:
frontpageX.php
groups/groups-loop.php
replace
<?php bp_group_permalink() ?>forum
for
<?php bp_group_permalink() ?>
DD
KeymasterYou can use this function http://codex.wordpress.org/Function_Reference/is_user_logged_in in the frontpage3.php
DD
KeymasterMarch 23, 2013 at 10:21 in reply to: disqus commenting system not compatible with slider on Frontpage 2Frontpage 3 also contains the same slider and the same scripts so probably you
DD
KeymasterMarch 23, 2013 at 10:15 in reply to: Greek fonts not appearingHi,
1. I’m afraid Quicksand font doean’t support your language o you have to chage font. Check in the documentation – V. How to change Cufon font?
And this one – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13564
2. Is is translated when Default BP theme is active? Translations are here – buddypress\bp-languages
DD
KeymasterMarch 23, 2013 at 10:11 in reply to: AddThis option to disableIt’s in the footer.php and single.php files only.
DD
KeymasterMarch 22, 2013 at 14:27 in reply to: Group page1.
DD
KeymasterMarch 22, 2013 at 12:16 in reply to: installation problemsIt’s not important.
DD
KeymasterI’ll check it closer later, right now I have too many support requests.
DD
KeymasterMarch 22, 2013 at 11:53 in reply to: installation problemsIf you don’t see forums or forum page then create one.
2E. Go to Settings ? Buddypress ? Settings and make all settings like on the following screenshot and of course SAVE changes:
But i dont have a Forums settings to change it!! Where is it?
There is no screenshot with forum settings in the documentation.
DD
KeymasterMarch 22, 2013 at 11:48 in reply to: Blog bottomHi,
Sorry but I never worked with a custom post type as hierarchial so I don’t know how to help you.
DD
KeymasterMarch 22, 2013 at 11:45 in reply to: disqus commenting system not compatible with slider on Frontpage 2I don’t know this plugin. I spent about 30 minutes trying to install it but I give up. There is too much work. Try do not load disqus files on the frontpage.
DD
KeymasterMarch 22, 2013 at 10:35 in reply to: Logged in / logged out menuHi,
You have to register new custom menu and use
is_user_logged_in()
Also you can find other solution in google- wordpress custom menu different for members
DD
KeymasterSorry but I don’t offer any services.
DD
KeymasterMarch 22, 2013 at 10:30 in reply to: This theme is not responsiveI appreciate the update on this. However, the post box is not responsive. Is there a quick-fix to this?
Where is it.
Hi have responsiveness issues too.. but only on the iPhone.. is that normal? When I look at One Community live preview on my iPhone it looks great but my site looks nothing like it. Would you be able to look at it? Do you have an email I could send you my website address to?
Use this contact form – http://themeforest.net/user/Diabolique
Also check it – http://support.diaboliquedesign.com/forums/topic/logo-on-mobile-devices-is-too-big/
DD
KeymasterMarch 22, 2013 at 10:27 in reply to: AddThis option to disableOpen footer.php and remove:
<!– AddThis Button BEGIN –>
<div class=”addthis_toolbox addthis_default_style addthis_32x32_style”>
<a class=”addthis_button_compact”><span class=”icon-share”><span></a>
<a class=”addthis_counter addthis_bubble_style”></a>
</div>
<script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-50d5ccc825461c61″></script>
<!– AddThis Button END –>DD
KeymasterMarch 22, 2013 at 10:25 in reply to: Group Pagination DuplicatesHi,
Sorry, I updated it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13952
DD
KeymasterMarch 21, 2013 at 13:47 in reply to: Theme will not uploadUse this contact form – http://themeforest.net/user/Diabolique
DD
KeymasterMarch 21, 2013 at 11:49 in reply to: Theme will not uploadSend me wp login so I’ll take a look on it.
DD
KeymasterThere will be too much work because there is 3 responsive layouts too.
DD
KeymasterMarch 21, 2013 at 11:29 in reply to: "Login" goes to the default WP login, not the theme's nice login pageHi,
Create empty page called Login (Pages ? Add New) with selected Login Page template (permalink must be login).
DD
KeymasterSize of crop you can declare in the functions.php:
if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
define( ‘BP_AVATAR_FULL_WIDTH’, 215 );if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
define( ‘BP_AVATAR_FULL_HEIGHT’, 135 );if ( !defined( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’ ) )
define( ‘BP_AVATAR_ORIGINAL_MAX_WIDTH’, 215 );DD
KeymasterMarch 21, 2013 at 11:12 in reply to: Theme will not uploadThere is no installation
DD
KeymasterOK send me e-mail so I’ll take a look on it.
DD
KeymasterHello,
Sorry but I provide very basic support on this forum only.
DD
KeymasterI checked this plugin, I removed many scripts and the problem is the same. I don’t see any javacript errors in the firebug.
DD
KeymasterMarch 20, 2013 at 10:12 in reply to: Issues with Cufon FontI don’t see any problems on the IE9 browsing live demo. Try to reupload all theme’s files.
DD
KeymasterTry to find other plugin with the same features like BP-Album or BuddyPress Media
DD
KeymasterHello,
Did you migrate buddypress’ forums to bbpress –
http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/DD
KeymasterHi,
You can add fixed height to myStyle.css
.list-wrap {
DD
KeymasterOpen _inc\css\reponsive.css and remove everything
Also, there
