-
DD
KeymasterHi,
There is a similar tutorial – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13449
DD
KeymasterSeptember 20, 2013 at 11:00 in reply to: How do I change the language?Hi,
Check it – http://codex.buddypress.org/user/translations/hebrew-%D7%A2%D7%91%D7%A8%D7%99%D7%AA-he_il/
Some parts of theme can be translated vie theme options panel.
DD
KeymasterRight panel was hidden on the mobile screens, it’s a normal thing.
There is not enough space for Beforetravelling.com wordhttp://support.diaboliquedesign.com/forums/topic/how-to-autorotate-slider/
DD
Keymasterpaste it into header.php – http://pastebin.com/aa5TVqtV
DD
KeymasterI don’t see any problem – http://imm.io/1gB1k
DD
KeymasterSeptember 20, 2013 at 10:23 in reply to: Terms of useAs I know it’s not possible with buddypress.
DD
Keymasterfont:127px QuicksandBook; in css/slider.css
DD
KeymasterSeptember 20, 2013 at 10:21 in reply to: Front Page 3 Header Layoutscss/slider.css
change background:#6fdeab;http://support.diaboliquedesign.com/forums/topic/frontpage-3-contents/#post-2155
DD
KeymasterSeptember 20, 2013 at 10:18 in reply to: Members PageTry to resave permalinks structure under WP dashboard
DD
KeymasterPaste it:
`jQuery(function() {
jQuery(‘.topic-content a’).attr(‘target’,’_blank’);
});`inside js/jQFunctions.js
DD
KeymasterHi,
Could you show a screenshot?
DD
KeymasterDD
KeymasterSeptember 19, 2013 at 10:33 in reply to: links are not workingYou have to change slugs for tiles under theme options.
DD
KeymasterDD
KeymasterSeptember 19, 2013 at 10:28 in reply to: Terms of useYou can create new checkbox under WP Dashboard -> users -> profile fields
DD
KeymasterYou can create new profile fields under WP Dashboard -> users -> profile fields
DD
KeymasterDD
KeymasterSeptember 19, 2013 at 10:23 in reply to: Members PageDoes it work when a default BP theme is active?
DD
KeymasterI have noted it and I’ll add an info to the documentation by the way.
DD
KeymasterYou have to edit buddypress language files.
DD
KeymasterAdd target=”_blank” inside link – http://www.w3schools.com/tags/att_a_target.asp
How? That’s a question to WordPress, Buddypress & bbpress creators.
DD
KeymasterSeptember 19, 2013 at 10:14 in reply to: How to add a sidebar for widgets on the "Forums" or "Groups" page?You can ask your hosting support for help, ask: how do display php errors setting display_errors = on in the php.ini file.
DD
KeymasterSeptember 19, 2013 at 10:12 in reply to: Blog QuestionTry to open archive.php and replace:
`printf( __( ‘%1$s ‘, ‘buddypress’ ), wp_title( false, false ) );`
for:
`wp_title();`
or
`echo wp_title();`
DD
KeymasterSeptember 19, 2013 at 10:08 in reply to: How to add a sidebar for widgets on the "Forums" or "Groups" page?php.ini file is usually in the public_html folder, if not then create new
DD
KeymasterDD
KeymasterIt’s working on my test site
DD
KeymasterIt will be:
``
DD
KeymasterSeptember 18, 2013 at 11:07 in reply to: Updating ThemeNo, you have to find other software.
DD
Keymasterbp_member_profile_data( ‘field=Surname’ ) code displays profile name called Surname
DD
Keymaster`iframe, .video-container object, .video-container embed { max-width: 100%; }
img { max-width:100%!important; }`and this fix for IE8 in the header.php:
``
DD
KeymasterResponsiveness of all images was fixed some time age.
DD
KeymasterHi,
Open functions.php and after:
``
paste it:
``
DD
KeymasterSeptember 18, 2013 at 09:12 in reply to: Responsive layout!It’s css/responsive.css
DD
KeymasterSeptember 18, 2013 at 09:12 in reply to: Updating ThemeYou can compare 2 versions of theme using winmerge.org software.
DD
KeymasterSeptember 18, 2013 at 09:04 in reply to: No 'dummy groups content'Are you talking about this data – http://www.demo1.diaboliquedesign.com/4/export.xml
Unfortunately in Buddypress you can’t import/export groups.
DD
KeymasterOK, I’ll update it by the way.
DD
KeymasterAt first I changed the font to Onyx but it didn
DD
KeymasterDD
KeymasterSeptember 18, 2013 at 08:53 in reply to: Blog QuestionAs you can see there is no problem on the live demo – http://www.demo1.diaboliquedesign.com/3/author/admin/
You have a problem with an archive.php file – http://www.yourspiritualmovement.com/category/bad-ass-spirituality/
It can be caused by some plugin or you corrupted some theme file.
DD
KeymasterSeptember 18, 2013 at 08:43 in reply to: How to add a sidebar for widgets on the "Forums" or "Groups" page?Inside the php.ini file setup:
`display_errors = on`
DD
KeymasterDD
KeymasterSeptember 17, 2013 at 13:18 in reply to: Pagination not workingHi,
Are you talking about this page – http://www.demo1.diaboliquedesign.com/5/blog/
Do you display the Blog page as frontpage?
DD
KeymasterSeptember 17, 2013 at 09:54 in reply to: Group LoopThere must be some content on the left side, it cannot be just empty.
DD
KeymasterSeptember 17, 2013 at 09:38 in reply to: The slide does not workHello
It can be caused by some plugin or reupload theme again.
DD
KeymasterI don’t see any problems on my test site.
Inside your php.ini make:
`display_errors = on`DD
Keymasteropen header.php and remove it
<span class=”tile-title”><a href=”<?php echo home_url(); ?>/login”><?php _e( ‘Log In’, ‘buddypress’ ); ?></a> <?php if ( bp_get_signup_allowed() ) : ?><span class=”tile-register”><?php echo of_get_option(‘t-6’, ‘or’ ); ?> <a href=”<?php echo home_url(); ?>/register”><?php echo of_get_option(‘t-36’, ‘Sign Up’ ); ?></a></span><?php endif; ?></span>
DD
KeymasterIt’s already translated by buddypress (it’s inside header.php).
and the profile inside MENUS (Activity, Profile, Messages and Act..)
Check theme options panes (translation tab)
DD
Keymasterpaste it to myStyle.css:
`nav { float:right; }
#top-bar-right { float:left; }
nav ul, nav ul ul { font:13px Open Sans; }`DD
KeymasterDD
KeymasterSeptember 17, 2013 at 09:03 in reply to: Members Pagemaybe you have some pages duplicated, check trash
DD
KeymasterSeptember 17, 2013 at 09:02 in reply to: How to add a sidebar for widgets on the "Forums" or "Groups" page?Use “Sidebar – Pages” widget area.
DD
KeymasterIs there a way to add more featured articles to the slider? For instance instead of showing one picture, is it possible to show 3 at a time?
No, because in WordPress you can assign only 1 featured image to the post.
If that isn
DD
KeymasterI don’t know any plugin so you have to find it self.
DD
KeymasterDD
KeymasterDo you want to move search field to the left site? It’s not possible.
DD
KeymasterSeptember 16, 2013 at 10:10 in reply to: "We're sorry, but we can't find the page that you're looking for.Probably you have duplicated Members, Groups … pages, check trash and permalinks
DD
KeymasterYou can easy move theme but to move WP & buddypress installation is not easy, search in google – move buddypress to new server
DD
KeymasterSeptember 16, 2013 at 10:00 in reply to: Change Avatar and Thumbnailhow can i change a group thumbnail
go to specific groub -> admin tab
main page small avatar in the menu
default cartoon avatar? replace it via FTP – wp-content/themes/OneCommunity/images/avatar.gif
DD
KeymasterHi,
Paste it into myStyle.css
`#frontpage-info-big { font:100px QuicksandBook; }`
DD
KeymasterSeptember 16, 2013 at 09:50 in reply to: Members PageDid you install all Buddypress components – http://demo1.diaboliquedesign.com/3/Help/assets/components.png
Check default BP theme.
DD
KeymasterSeptember 16, 2013 at 09:49 in reply to: Group LoopOpen frontpageX.php file and remove it – http://pastebin.com/zduazg7r
DD
KeymasterSeptember 16, 2013 at 09:47 in reply to: Top MenuI see “Description” field
DD
KeymasterSeptember 16, 2013 at 09:46 in reply to: Front IconsSo do you want to display 6 boxes with icons?
DD
KeymasterEach widget must contain title, Search widget doesn’t have a title.
DD
KeymasterSeptember 16, 2013 at 09:26 in reply to: Activation mail is not comingIP address of your server can be in spam trap. You can send e-mails using some external box (gmail) like this one – http://wordpress.org/plugins/wp-mail-smtp/
DD
KeymasterSeptember 16, 2013 at 09:24 in reply to: Blog QuestionYour page looks fine
DD
KeymasterSeptember 16, 2013 at 09:23 in reply to: Group issueIt looks like Forums are not enabled for groups. Check a default theme too.
DD
KeymasterSeptember 14, 2013 at 11:40 in reply to: MENUYou have to fill CSS classes field – http://www.demo1.diaboliquedesign.com/4/Help/assets/menu.png
DD
KeymasterSeptember 14, 2013 at 10:56 in reply to: Front IconsHi,
Yes, you can change it via theme options panel.
DD
KeymasterSeptember 14, 2013 at 10:54 in reply to: Leave a CommentDisable comments for this page.


; ?/>/_inc/images/box-info.png” alt=”<?php echo of_get_option('3box-title', 'How it works?' ); ?>” /></a></div>
<div class=)