-
DD
KeymasterSeptember 27, 2017 at 09:54 in reply to: AvatarUse ftp client like total commander or go to your hosting account and use files manager.
DD
KeymasterSeptember 26, 2017 at 15:17 in reply to: Exclude Groups on home pageHi,
You should use group types – https://codex.buddypress.org/developer/group-types/
Open functions.php in theme folder, paste it – https://pastebin.com/xPetXMGy
When you to wp dashboard -> groups you will see group types on the right side https://imgur.com/QuMtf42
Now open wp-content/plugins/communityjunction-shortcodes/communityjunction-shortcodes.php
and replace
<?php if ( bp_has_groups( 'type=' . $type . '&max=' . $number_of_groups . '' ) ) : ?>DD
KeymasterSeptember 26, 2017 at 14:59 in reply to: Sidebar placementOpen style.css, reduce
#sidebar { width:33%;and increase:
#content { width:61%;Also change placement of spacer between content and sidebar here:
#container { ... background-position:65.2% top;DD
KeymasterSeptember 26, 2017 at 14:48 in reply to: Member PageHello,
Open style.css and paste it:
.directory.members,just after:
.directory.groups #container,Do the same thing in css/responsive.css in 3 places
DD
KeymasterHi,
Does it work with default WP themes? I can’t duplicate your problem – https://imgur.com/yjXDUMi
DD
KeymasterChild theme is a place where you can keep customisations. Generally if you make css style customisation then don’t use child theme and just keep your style in mystyle.css
DD
KeymasterThese warnings are neglible, try to deactivate all plugins.
DD
KeymasterInstall theme check plugin, go to appearance -> theme check, run test ant make sure you won’t see “WARNING WP_DEBUG is not enabled! Please test your theme with debug enabled before you upload!” message. Then try to disable all plugins.
DD
KeymasterYou should replace it here wp-content/themes/onecommunity/plugins/
DD
KeymasterDo you see the blank page here http://www.whooshu.com/wp-admin/ when a default WP theme is active? Generally wp-admin page is not a theme part.
DD
KeymasterHere is a link – diaboliquedesign.com/demo/onecommunity-theme/wp-content/themes/onecommunity/plugins/onecommunity-shortcodes.zip
DD
KeymasterYou should remove this path from header. It can be source of problem, probably some javascript conflict.
DD
KeymasterError should be visible after login.
DD
KeymasterSeptember 21, 2017 at 08:58 in reply to: AvatarYou should replace this image in theme folder images/avatar-default.png
DD
KeymasterSeptember 21, 2017 at 08:57 in reply to: Text not showingYes, it looks like there is some mess in settings.
DD
KeymasterOpen wp-config.php in the root of your wp installation, make following setting
define('WP_DEBUG', true);and post error here.
DD
KeymasterSeptember 21, 2017 at 08:45 in reply to: WPBakery Page Builder PluginIt’s just optional – https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
DD
KeymasterWhile update you should deactivate child theme. Try to remove shortcodes plugin and install new version from plugins folder of theme.
DD
KeymasterHi,
Please read the X. How to install live chat? chapter – http://diaboliquedesign.com/demo/onecommunity/Help/
DD
KeymasterHi,
It can be caused by this error message:
/var/sites/d/dev.oneballunited.com/public_html/wp-content/themes/communityjunction/buddypress.php
DD
KeymasterSeptember 15, 2017 at 10:05 in reply to: Topic pageHi,
Check this solution – https://bbpress.org/forums/topic/move-the-textarea-to-the-top-of-the-page/#post-157734
‘bbpress’ directory is already in theme folder.DD
KeymasterSeptember 12, 2017 at 21:18 in reply to: Add sliderGenerally you should remove all blue block via elementor and move on this place a shortcode block with slider.
DD
KeymasterSeptember 12, 2017 at 10:50 in reply to: My profile page is missing..and it is showing login warning..please helpI don’t see any error – https://imgur.com/mXkYv3a
DD
KeymasterUnfortunately it’s not possible with buddypress, there are possible the same profile fields for all members.
DD
KeymasterSeptember 11, 2017 at 12:17 in reply to: My profile page is missing..and it is showing login warning..please helpI need a login details.
DD
KeymasterI sent you a reply on TF.
DD
KeymasterSeptember 11, 2017 at 12:14 in reply to: Group Types Not DisplayingI think you should create tabs based sorting. Open wp-content/themes/cinematix/groups/groups-loop.php
replace https://pastebin.com/s7ixYKbT for https://pastebin.com/nj6VUfPD
Of course you should change group-type-1
DD
KeymasterSeptember 11, 2017 at 10:20 in reply to: Group Types Not DisplayingOpen wp-content/themes/cinematix/groups/groups-loop.php and paste it
<?php echo bp_groups_get_group_type() ?>after
<div class="group-box-members-count"><?php bp_group_member_count(); ?></div>DD
KeymasterSeptember 9, 2017 at 08:36 in reply to: Group Types Not DisplayingOpen wp-content/themes/cinematix/groups/create.php remove everything and paste it – https://pastebin.com/btHcDJXe
DD
KeymasterSeptember 8, 2017 at 16:50 in reply to: Group Types Not DisplayingDo you want to make groups creation available for all members or just for admin?
DD
KeymasterSeptember 8, 2017 at 15:45 in reply to: Group Types Not DisplayingYou pasted it before closing bracket – }.
DD
KeymasterSeptember 8, 2017 at 15:11 in reply to: Group Types Not DisplayingYou should paste it just before ?>
It works fine now.DD
KeymasterSeptember 8, 2017 at 09:46 in reply to: Group Types Not DisplayingYou can send login details via contact form – https://themeforest.net/user/diabolique
DD
KeymasterSeptember 7, 2017 at 14:33 in reply to: Group Types Not DisplayingYou should paste following code in functions.php – https://pastebin.com/rPHjzKFY
When you to wp dashboard -> groups you will see group types on the right side https://imgur.com/QuMtf42
DD
KeymasterSeptember 7, 2017 at 13:39 in reply to: Group Types Not DisplayingI’m just working on it.
DD
KeymasterSeptember 6, 2017 at 13:29 in reply to: Group Types Not DisplayingIt seems like this plugin works only when theme uses a default bp legacy theme but when you use any custom theme different than default BP design then it stops working. You should use this method to create group types – https://codex.buddypress.org/developer/group-types/
DD
KeymasterSeptember 6, 2017 at 09:13 in reply to: Group Types Not DisplayingWhat method you used to create group types like Teams, Arkansas etc visible on default wp theme?
DD
KeymasterSeptember 6, 2017 at 07:13 in reply to: Group Types Not DisplayingI’m just checking it.
DD
KeymasterSeptember 5, 2017 at 11:04 in reply to: Group Types Not DisplayingDid you check it while creating group?
DD
KeymasterSeptember 5, 2017 at 10:00 in reply to: Group Types Not DisplayingHi,
If you want to enable group types then you should paste following code
function my_bp_custom_group_types() {
bp_groups_register_group_type( ‘team’, array(
‘labels’ => array(
‘name’ => ‘Teams’,
‘singular_name’ => ‘Team’
),// New parameters as of BP 2.7.
‘has_directory’ => ‘teams’,
‘show_in_create_screen’ => true,
‘show_in_list’ => true,
‘description’ => ‘Teams are good’,
‘create_screen_checked’ => true
) );
}
add_action( ‘bp_groups_register_group_types’, ‘my_bp_custom_group_types’ );in the functions.php file of theme – https://codex.buddypress.org/developer/group-types/
DD
KeymasterAugust 29, 2017 at 08:28 in reply to: Text not showingCan you send me login details via contact form? – https://themeforest.net/user/diabolique
DD
KeymasterAugust 28, 2017 at 10:56 in reply to: AvatarHello,
Do you want to have it after search form or Hello Guest!?
DD
KeymasterAugust 28, 2017 at 10:52 in reply to: Text not showingGenerally for this page should be selected a default page template.
If you want stay with full width template then paste following css in myStyle.css.type-forum, .type-topic { color:#aaaaaa!important; }DD
KeymasterAugust 28, 2017 at 10:42 in reply to: Sidebar placementYes, it should be
.forum.bbpress #container { display:table; width:100%; }Put it in the myStyle.css file.
DD
KeymasterAugust 25, 2017 at 07:44 in reply to: Sidebar placementIf you want to fix this page – http://friendsthroughgrief.com/forums/forum/atlanta-ga/advice-support/
use following CSS:.forum.bbpress #container { diaplay:table; width:100%; }Talking about this page
http://friendsthroughgrief.com/members/it looks like you selected wrong page template because in code source I see following classes:
page-template-search-page page-template-search-page-phpwhile on the live demo it’s:
page-template-defaultDD
KeymasterDD
KeymasterAugust 22, 2017 at 11:00 in reply to: Sorting WebsiteIt looks ok – https://imgur.com/xjGSVl8
Did you follow these steps? –
4. Open Backend editor -> Text tab and paste following code -> Code for frontpage5. Go to Settings → Reading, select Front page: Home and SAVE changes (do not touch Posts page).
DD
KeymasterHi,
Since 2.0 version of theme login feature was moved to shortcodes so you can just open functions.php and remove following code:
DD
KeymasterStyle of this page http://diaboliquedesign.com/demo/cinematix-theme/wp-login.php
is here:
wp-content/themes/cinematix/css/wp-login.cssDD
KeymasterAugust 15, 2017 at 08:51 in reply to: Need help with Google Adsense, Top Menu editing and Social Media Login.Hi,
1. Please check out the III. How to edit drop-down menu? chapter in theme doc.
2. You can put it on the sidebar here – styles/unitedforum/template/overall_footer.html inside advertisement div.
Topic page – styles/unitedforum/template/viewtopic_body.html just after
<!-- INCLUDE overall_header.html -->or content div.
3. What text? All footer and sidebar content is in the styles/unitedforum/template/overall_footer.html file. Purge cache a fter change.
4. Here is a tutorial – https://www.phpbb.com/community/viewtopic.php?f=70&t=2165898
-
This reply was modified 9 years ago by
DD.
DD
KeymasterHello,
Try do download zip file on desktop, upload it on your server and install it from your server.
Can I add my existing members maybe with mysql as well as my existing forum topics? I want to use the demo theme but I read it may lose this data.
Export your members and forums topics, install demo content and then import your members and topics. Make a website backup before.
DD
KeymasterAugust 5, 2017 at 10:49 in reply to: Translation problem on frontageThank you for bug report, I’m working on it, in the mean time you can develop site using backend editor.
DD
KeymasterAugust 3, 2017 at 09:05 in reply to: Translation problem on frontageHi,
This part can be translated using visual composer on the frontpage.
DD
KeymasterAugust 2, 2017 at 10:05 in reply to: Hide groups list in parent forum?Use following code
#topic-post-list #bbp-forum-270 ul.bbp-forums-list { display:none!important; }DD
KeymasterAugust 1, 2017 at 10:48 in reply to: Hide groups list in parent forum?Hi
Use following css
#topic-post-list ul.bbp-forums-list { display:none; }or following if you want to change subforums of groups only (change 297 id)
#topic-post-list .bbp-forum-297 ul.bbp-forums-list { display:none; }DD
KeymasterJuly 31, 2017 at 19:04 in reply to: Edit PagesLogo you can change under appearance -> customize
DD
KeymasterJuly 30, 2017 at 13:14 in reply to: Edit PagesIt depends what page do you want to customize.
DD
KeymasterJuly 29, 2017 at 13:25 in reply to: Edit PagesHello,
You can open it uning files manager available on your hosting account or use ftm client like total commander.
DD
KeymasterJuly 28, 2017 at 14:54 in reply to: Notification ErrorYou won’t lose any customisations when you switch a theme.
DD
KeymasterJuly 28, 2017 at 10:52 in reply to: Notification ErrorIt’s weird because nobody else reported such error, also I can’t duplicate this error too – https://imgur.com/d5XQUqY
Do you see the same error when a default WP theme is active?
DD
Keymaster2.0 update was a huge update with tons of improvements. For example it’s integrated with Elementor page builder now. Generally you should replace all theme folder, also you should follow new documentation.
DD
KeymasterJuly 28, 2017 at 09:58 in reply to: Registration Disabled :(Hello,
Thank you for bug report. I’m just uploading fix. In the mean time you can can open wp-content/themes/communityjunction/buddypress/members/register.php remove everything and paste it https://pastebin.com/akS15kvs
DD
KeymasterOpen css/responsive.css and try to use following css:
@media screen and (max-width:568px) { #main, #header-very-top { width:570px; } .directory.groups #container, .directory.groups #container, .registration #container, .page-template-login-php #container, .page-template-recovery-php #container, .directory.groups #container, .page-template-search-page-php #container, .page-template-onecolumn-page-php #container, .error404 #container, .directory.blogs #container, .create-blog #container { width:568px; } #content { width:566px; border-right:1px solid #eaeaea!important; } #sidebar { width:566px; float:left; margin-top:35px; border-left:1px solid #eaeaea!important; } .registration #content, .page-template-login-php #content, .page-template-recovery-php #content, .directory.groups #content, .page-template-search-page-php #content, .activity-permalink #content, .page-template-onecolumn-page-php #content, .directory.blogs #content, .create-blog #content, .page-template-blog3 #content { width:516px; } footer { width:570px; } }DD
KeymasterJuly 28, 2017 at 08:23 in reply to: Notification ErrorYes, but is it happening with all kind of notifications?
DD
KeymasterIt’s because old iphones have 568px width only in landscape view. It works great on iphone 6 and 7. Also responsive layout usually is created for portrait view because 99% people browse web in this way.
DD
KeymasterJuly 27, 2017 at 09:37 in reply to: Notification ErrorWhat kind of notification it is? I can’t duplicate your problem – https://imgur.com/dHoZgz0
DD
KeymasterHi,
What version of theme do you use? As far as I remember it was fixed a year ago. Also please consider 2.0 version, it is integrated with Elementor page builder.
DD
KeymasterJuly 18, 2017 at 13:22 in reply to: Newest posts in sidebarHi,
Unfortunately I didn’t see such kind of mod so far.
DD
KeymasterJuly 17, 2017 at 08:58 in reply to: Error Creating Home PageHi,
Try to open wp-content/plugins/onecommunity-shortcodes/onecommunity-shortcodes.php and replace everywhere
filter_wherefor
dd_filter_whereDD
KeymasterJuly 13, 2017 at 12:44 in reply to: Problem downloading theme demoWhat error do you see?
-
This reply was modified 9 years ago by
