-
DD
KeymasterMay 21, 2013 at 12:26 in reply to: Contact us formCreate page called “Contact Us”, paste shortcode with contact form (in Text mode) and select Contact Form template under Page Attributes.
DD
KeymasterIt must be class=”hidden-tab” not class=”.hidden-tab” (remove the dot)
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 20, 2013 at 09:28 in reply to: edit forum background colorAdd it to the myStyle.css
#bbpress-forums { background:#cccccc; }
and how to remove
DD
KeymasterjQFunctions.js is in the js/ folder
DD
KeymasterMay 20, 2013 at 09:20 in reply to: Fatal error when creating postsDo you have the same error when a default WP theme is active? Check it – http://premium.wpmudev.org/forums/topic/fatal-error-when-trying-to-access-group-forums-in-buddypress
DD
KeymasterMay 20, 2013 at 09:17 in reply to: Removing cufon font replacementPlease check it – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/13863
DD
KeymasterIf you don’t have any basic knowledge about PHP then you can’t do it.
DD
KeymasterDD
KeymasterMay 18, 2013 at 09:21 in reply to: add logo/banner adOpen frontpage3.php and paste it after
</div> <!– frontpage-bottom-left –>DD
KeymasterMay 18, 2013 at 09:18 in reply to: menuThis code will display notifications – http://pastebin.com/JvENnc8p
This code will display only number of new notifications – http://pastebin.com/cLHZ63qd
For change avatar link it will be – http://pastebin.com/acH7kNcd
DD
KeymasterMay 18, 2013 at 08:58 in reply to: Adsense banner on Frontpage 2You should paste it just before <div id=”tabs-container2″>
DD
KeymasterMay 17, 2013 at 14:11 in reply to: JavaScript does not workIt will always show the total number of members.
DD
KeymasterMay 17, 2013 at 13:45 in reply to: Login Not Working1.7.2 version works fine on my test site.
DD
KeymasterMay 17, 2013 at 13:03 in reply to: JavaScript does not workTry to upload another WildCommunity theme with folder name WildCommunityTest, activate it and check
DD
KeymasterMay 17, 2013 at 12:25 in reply to: JavaScript does not workHello,
Try to repload following files:
wp-content/themes/WildCommunity/_inc/ajax.php
wp-content/themes/WildCommunity/_inc/global.jsDD
KeymasterMay 17, 2013 at 12:17 in reply to: Uploading group avatarYes, you have to change size of thumbnails in the style.css – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13745
DD
KeymasterI’ll fix it next week
DD
KeymasterMay 17, 2013 at 11:20 in reply to: iPad Displaying Issues3rd bug was fixed. I noted it and I’ll fix it by the way.
DD
KeymasterMay 17, 2013 at 11:08 in reply to: Uploading group avatarno problems with the crop on my test site – http://imm.io/16iGD
DD
KeymasterMay 17, 2013 at 11:04 in reply to: menuThen I don’t know how to help you. Like I said it’s not an easy work.
DD
KeymasterMay 16, 2013 at 12:57 in reply to: menuIt’s not easy, you have to copy code (not whole) from wp-content/plugins/buddypress/bp-members/bp-members-buddybar.php and pate somewhere into header.php after <nav>
You can try to paste following code – http://pastebin.com/LHGSSQwi
DD
KeymasterDD
KeymasterMay 16, 2013 at 12:32 in reply to: Uploading group avatarAre you talking about shape of crop tool?
DD
KeymasterMay 16, 2013 at 12:28 in reply to: Call to undefined functionHi,
Go to settings -> buddypress -> and check all components
DD
KeymasterMay 16, 2013 at 12:26 in reply to: Sidebar widgets appearing in footerIt looks like you use some sidebar extension because standard WP doesn’t have Edit option.
DD
KeymasterMay 15, 2013 at 09:39 in reply to: Tutorial?Check Help folder inside the purchased file.
DD
KeymasterMay 15, 2013 at 09:32 in reply to: Blog Post text hyperlinkPaste it:
`.text .entry p a { text-decoration:underline; transition: all 300ms ease-in; }
.text .entry p a:hover { color:#ff9801; }`DD
KeymasterMay 15, 2013 at 09:25 in reply to: Sidebar widgets appearing in footerI don’t see the title for Subscribe to blog via email widget
DD
KeymasterOpen frontpageX.php and groups/groups-loop.php
Replace (few times) bp_group_name() for http://pastebin.com/zruYJUp0DD
KeymasterHi,
It’s caused by posted image. I’ll fix it by the way.
DD
KeymasterDD
KeymasterMay 13, 2013 at 10:24 in reply to: sidebar/widget font sizeYou can change it in the style.css
`.sidebar-title { font:26px QuicksandBold, Arial, sans-serif;
#sidebar .sidebar-title a { font-size:26px; }`-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 12, 2013 at 08:54 in reply to: Revolution Slider pluginHi,
Please check it – http://support.diaboliquedesign.com/forums/topic/slidedeck-2-on-frontpage-1/#post-248
DD
KeymasterMay 11, 2013 at 12:37 in reply to: Mobile applicationUnfortunately not
DD
KeymasterOpen style.css and replace:
`nav ul li:hover ul ul, ul li:hover ul ul ul, ul li:hover ul ul ul ul { display:none;}`
for:
`nav ul li:hover ul ul, nav ul li:hover ul ul ul, nav ul li:hover ul ul ul ul { display:none;}`DD
KeymasterIt’s bp-user or my-account
`.bp-user header { display:none; }`
DD
KeymasterYou can remove it in the registration/activate.php
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 11, 2013 at 10:06 in reply to: Sidebar widgets appearing in footerEach widget must contain title.
I see the hidden title of widget on your site so following code works – .widget_text .sidebar-title { display:none; }
DD
Keymastercheck it again – http://support.diaboliquedesign.com/forums/topic/managing-strangersguest-level-to-not-see-forums/#post-1722
i updated code
DD
KeymasterAre you logged out?
DD
KeymasterRemove it from the previous code , .directory.activity #sidebar
-
This reply was modified 13 years ago by
DD.
DD
KeymasterThe Frontpage 3 contains the same code so do the same thing with frontpage3.php
DD
KeymasterAdd following code to the myStyle.css:
`.directory.activity header, .directory.activity #sidebar { display:none; }
.directory.activity #content { width:1206px; }`DD
KeymasterOpen frontpage1.php and replace http://pastebin.com/aY73PCzr for http://pastebin.com/D6usjeSE
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 10, 2013 at 09:41 in reply to: Responsive AdsenseHi,
Please check it – http://www.labnol.org/internet/google-adsense-responsive-design/25252/
DD
KeymasterYou are using an old version of theme, you have to migrate all your forums to bbPress:
http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/DD
KeymasterI can tell you how to truncate group name using PHP and display … at the end
DD
KeymasterHi,
There is not enough space for long titles.
DD
KeymasterDD
KeymasterCreate activity/entry-footer.php file with following code:
DD
KeymasterMay 8, 2013 at 10:43 in reply to: Search field doesn't seem to workOnly you have this problem. You can send me a login to WP dashboard and I’ll check it. Also check Default BP theme.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterMay 8, 2013 at 10:12 in reply to: Search field doesn't seem to workIt can be caused by some plugin or 100s other reasons.
DD
KeymasterMay 8, 2013 at 09:57 in reply to: Search field doesn't seem to workReupload all theme’s files, including search.php and searchform.php
DD
KeymasterMay 8, 2013 at 09:30 in reply to: Search field doesn't seem to workHi,
The search field on the top-right corner is for blog posts searching only.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterUse:
<?php if ( is_user_logged_in() ) { ?>
…<?php } else { ?>
NOT LOGGED<?php } ?>
Open frontpage1.php and replace http://pastebin.com/cptLnPQm
for http://pastebin.com/fyyJ2a6WDD
KeymasterMay 8, 2013 at 09:20 in reply to: Forum creationHi,
This is not a theme issue. In buddypress each user can create new topics.
DD
KeymasterHi,
Probably it happens on the small screens because a logo is too big.
DD
KeymasterMay 7, 2013 at 11:54 in reply to: BuddyPress cachingHello,
I didn’t try any cache plugin for Buddypress so I can’t help you. Please check it – http://codex.buddypress.org/user/buddypress-site-administration/improving-performance/
DD
KeymasterDoes it work with Default BP theme?
DD
KeymasterMay 7, 2013 at 09:20 in reply to: Getting Fatal ErrorsI don’t see any error. Probably User Groups component was inactive.
DD
KeymasterMay 7, 2013 at 09:19 in reply to: Add introductory text to display on the homepage of the groups and page groupsOpen frontpageX.php and groups/groups-loop.php and paste text after <div class=”list-wrap”>
DD
KeymasterOpen frontpage3.php and replace max=8 for max=20 few times
DD
KeymasterDD
KeymasterMay 7, 2013 at 09:14 in reply to: "Blog" does not workThere can be 100s other reasons of it. Go to settings -> reading and make sure the field next to Posts page is not selected.
DD
KeymasterMay 6, 2013 at 12:58 in reply to: extended profilesHi,
Go to WP Dashboard -> Users -> Profile Fields
DD
KeymasterDD
KeymasterMay 6, 2013 at 09:14 in reply to: "Blog" does not workYou have duplicated Blog page (probably you have one in the trash), permalink for blog page should be blog, not blog-2
DD
KeymasterMay 6, 2013 at 09:11 in reply to: Removing BreadcrumbSorry, the proper code will be following:
`#frontpage-info { display:none; }
.page-template-frontpage1-php #frontpage-info, .page-template-frontpage2-php #frontpage-info, .page-template-frontpage3-php #frontpage-info { display:block; }`DD
Keymasterpaste
`#right-login { margin-top:-200px; }`
or
`#sidebar { margin-top:-200px; }`
into the responsive.css after
`@media screen and (max-width:765px)
{`DD
KeymasterMay 5, 2013 at 10:53 in reply to: CoursewareNo, there is too many differences between old and new version.
-
This reply was modified 13 years ago by
