-
DD
KeymasterJuly 9, 2013 at 08:46 in reply to: Orange Bar GlitchTry to reupload theme files.
DD
KeymasterJuly 9, 2013 at 08:41 in reply to: Member Profile Tab OrderHi,
You have to edit core files of buddypress, search in google – buddypress move profile tabs
DD
KeymasterJuly 9, 2013 at 08:37 in reply to: Weird style of forumSelect Default Template for the Forums page
DD
KeymasterJuly 8, 2013 at 11:33 in reply to: 3 column fat footerYou can paste it into functions.php
DD
KeymasterIt’s not easy but here is some solution – http://buddypress.org/support/topic/solved-limit-members-loop-by-profile-fields/
I will take a look on it later.
DD
KeymasterOpen frontpage1.php, remove http://pastebin.com/J92wVqRz and paste http://pastebin.com/QbRDLstG
only on a certain category or two
Replace posts_per_page for cat=1&posts_per_page
cat=1 is an ID of the 1st category
If you see some errors the try to put it using new widget area – http://support.diaboliquedesign.com/forums/topic/how-to-create-a-new-widget-area-2/
-
This reply was modified 13 years ago by
DD.
DD
KeymasterJuly 8, 2013 at 09:44 in reply to: Custom Home PageNo it’s not possible, there will be full day of work.
DD
KeymasterJuly 8, 2013 at 09:39 in reply to: Manage and Resize blog imageSo you want to have 2 thumbnails in the single article?
DD
KeymasterJuly 8, 2013 at 09:31 in reply to: Orange Bar GlitchIt can be caused by some buddypress extension.
DD
KeymasterJuly 8, 2013 at 09:29 in reply to: How to change theme color?Check it – http://demo1.diaboliquedesign.com/4/Help/#customisation
DD
KeymasterJuly 8, 2013 at 09:28 in reply to: Widgets "recent posts" and "recent topic" dont have proper formattingCheck in documentation – 10. You can setup all widgets like on the screenshot:
DD
KeymasterDD
KeymasterSend me login
DD
KeymasterJuly 8, 2013 at 09:22 in reply to: How to set up Home Page?Create empty page called Home (Pages ? Add New) with selected Frontpage 1, Frontpage 2 (slider with blog posts) or Frontpage 3 page template
DD
KeymasterJuly 8, 2013 at 09:19 in reply to: Problem with crop imageJust download theme again and reupload functions.php
DD
KeymasterHello,
Here is a solution – http://support.diaboliquedesign.com/forums/topic/number-of-blog-posts-shown-and-no-page-2/
DD
KeymasterJuly 8, 2013 at 09:16 in reply to: Group namesEdit 20 number in the frontpage1.php, frontpage2.php, frontpage3.php, groups-loop.php files.
DD
KeymasterJuly 8, 2013 at 09:13 in reply to: Blog Page Shows Taemplate Message?Go to Settings ? Reading, select Front page: Home and SAVE changes (do not touch Posts page).
DD
KeymasterJuly 8, 2013 at 09:12 in reply to: ShorcodesStyle of shortcodes is in the 4.2 – Shortcodes section (style.css)
DD
KeymasterJuly 8, 2013 at 09:10 in reply to: Help with fontsRemove cufon first – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13561 and see example – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13564
DD
KeymasterJuly 8, 2013 at 09:07 in reply to: desktopsite on mobilesIt’s here – wp-content/themes/OneCommunity/css/responsive.css
DD
KeymasterHi,
It’s in the default.css:
`
input#comment-submit { background:#ff0000; … }
input#comment-submit:hover { background:#e10404; }`DD
KeymasterYou have to edit footer.php
DD
KeymasterJuly 8, 2013 at 09:00 in reply to: buddypress user profile menusPaste following style
DD
KeymasterPaste this code in header.php file -> http://pastebin.com/xydGjNgn
-
This reply was modified 10 years ago by
DD.
DD
KeymasterJuly 6, 2013 at 09:34 in reply to: Updating the themeYou can use child theme too, there is a similar tutorial – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13601
DD
KeymasterJuly 6, 2013 at 09:23 in reply to: Mobile menu not foundHi,
Check it (mobile menu) – http://www.demo1.diaboliquedesign.com/4/Help/#menu
DD
KeymasterJuly 6, 2013 at 09:22 in reply to: desktopsite on mobilesRemove everything from the responsive.css file
DD
KeymasterJuly 6, 2013 at 09:22 in reply to: Disable comment on every page.Hi
Check it – http://www.youtube.com/watch?v=zD08CkyaZYw
DD
KeymasterIt’s not easy, too much work especially on the responsive layouts.
Also, I removed the drop shadow from the post title text, and this made the date totally disappear. The date will only show up when the drop shadow is present. Is there a way to get around this, as I don
DD
KeymasterJuly 6, 2013 at 09:14 in reply to: How to embed calendar homepageHi,
Open frontpage3.php and paste it after <div class=”frontpage”>
If it’s a shortcode then you have to create a new widget area. Similar tutorial – http://support.diaboliquedesign.com/forums/topic/separate-page-sidebar-from-forum-sidebar/#post-2451
DD
KeymasterJuly 6, 2013 at 09:05 in reply to: buddypress user profile menusHi,
Please check it – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12509
DD
KeymasterJuly 6, 2013 at 08:56 in reply to: How to change the iconsUpload new icon and change path in the frontpageX.php
DD
KeymasterOpen frontpage4.php and replace
<?php the_post_thumbnail(‘thumbnail’); ?>
for
DD
KeymasterRemove background-image: url( “images/spacer-post-v.png” ); from .blog-bottom-spacer
DD
KeymasterJuly 5, 2013 at 09:11 in reply to: Tile menuHi,
You can change it via theme options panel (translations tab)
DD
KeymasterOpen style.css and chenge it here:
.post-title { margin:-16px -17px 20px -17px; line-height:53px; box-shadow: inset 0px 0px 0px 1px #ffbd5e; padding:20px 17px; color:#ffffff; text-shadow:#7b7b7b 1px 1px 0px; background:#f68b11; background: linear-gradient(to bottom, #f98c12 0%,#ee8611 100%); border:1px solid #ce740f; } .post-title a { color:#ffffff; font:46px QuicksandBook; }color is a font color
DD
KeymasterJuly 5, 2013 at 09:02 in reply to: How to change the iconsHi,
They are in the frontpageX.php – _inc/images/…
DD
KeymasterJuly 4, 2013 at 09:19 in reply to: Manage and Resize blog imageHere is a slolution -> open functions.php and
DD
KeymasterJuly 4, 2013 at 09:11 in reply to: Group Icon RowsUse ctrl+F
DD
KeymasterJuly 4, 2013 at 09:08 in reply to: Translation .PoHi,
Install foreign version of buddypress and everything will be translated – http://br.buddypress.org/
DD
KeymasterSend me a login to your dashboard because it’s really weird. Also try to reupload a theme again.
DD
KeymasterJuly 4, 2013 at 09:06 in reply to: copying formatting in postsYou have to switch to Visual mode, instead of
DD
KeymasterHi,
Paste it:
`body.events-archive #header-container { background:none; height: 200px; }`
DD
KeymasterHello,
Upload modified files – http://www.demo1.diaboliquedesign.com/3/changelogs.txt
You can compare modified files using winmerge software
DD
KeymasterIt’s not easy, check it – http://www.tipsandtricks-hq.com/how-to-add-widgets-to-wordpress-themes-footer-1033
You have to do it responsive too, a lot of work.
DD
KeymasterJuly 3, 2013 at 09:35 in reply to: WordPress Admin Bar MissingYou didn’t install bbpress plugin, now it’s working. Please read full documention
DD
KeymasterIs it visible when a default BP theme is active?
DD
KeymasterOpen frontpage2.php or frontpage3.php and remove class=”hide” from <ul id=”latest-posts” class=”hide”> and add class=”hide” to <ul id=”most-pop”>
DD
KeymasterJuly 3, 2013 at 09:23 in reply to: Drop down menu is not clickable?Add short description to the each menu – check documentation.
DD
KeymasterHello,
Replace following image:
wp-content/themes/WildCommunity/_inc/images/bg-transparent-red.pngDD
KeymasterHi,
Replace following image – wp-content/themes/WildCommunity/_inc/images/bg-transparent-red.png
DD
KeymasterJuly 3, 2013 at 09:13 in reply to: The slide does not workOpen js/jQFunctions.js and after
`className: ‘oneByOne1’,`
paste:
`slideShow: true,`
DD
KeymasterJuly 2, 2013 at 14:43 in reply to: WordPress Admin Bar MissingSend me login to wp dashboard so I’ll check it.
DD
KeymasterJuly 2, 2013 at 14:34 in reply to: WordPress Admin Bar MissingThe point is only you have this problem, find another topic with the same problem. It’s not a theme issue.
DD
KeymasterJuly 2, 2013 at 13:58 in reply to: WordPress Admin Bar MissingThen I don’t know how to help you
DD
KeymasterJuly 2, 2013 at 13:00 in reply to: WordPress Admin Bar MissingIt’s weird – no problems on my test site, open functions.php and remove following code:
`$baroption = of_get_option(‘wpbar’, ‘0’ );
if ($baroption == 1) {
if (!is_admin()) {
add_filter(‘show_admin_bar’, ‘__return_false’);
}
} else {}`DD
KeymasterJuly 2, 2013 at 12:02 in reply to: Image in feedThis plugin can do it – http://wordpress.org/plugins/buddypress-media/
DD
KeymasterJuly 2, 2013 at 12:01 in reply to: WordPress Admin Bar MissingYou can enable it via theme options panel.
DD
KeymasterDD
KeymasterJuly 2, 2013 at 09:42 in reply to: Make forum loop full widthThen change a page template of page created by plugin
DD
KeymasterJuly 2, 2013 at 09:13 in reply to: Make forum loop full widthJust select Full Width page template for Forum page.
DD
KeymasterJuly 2, 2013 at 08:57 in reply to: Sidebar Appears at footerSearch widget doesn’t have a title
DD
KeymasterJuly 2, 2013 at 08:55 in reply to: Group Icon RowsOpen frontpage3.php and increase max=8 value
DD
KeymasterJuly 2, 2013 at 08:53 in reply to: FooterYes, search in google – wordpress footer widgets
DD
KeymasterNot possible, anyway it’s not a theme issue. You should visit buddypress forum.
DD
KeymasterJuly 1, 2013 at 13:46 in reply to: Theme colourCheck it in other web browser or clean cache
DD
KeymasterJuly 1, 2013 at 13:18 in reply to: Theme colourI see all colors changed, so it’s working – http://imm.io/1aMtC
DD
KeymasterJuly 1, 2013 at 12:37 in reply to: Theme colourPost an URL so I’ll take a look on it
DD
KeymasterJuly 1, 2013 at 12:19 in reply to: Theme colourI just tested it and no problems on my test site.
-
This reply was modified 13 years ago by
