-
DD
KeymasterMay 4, 2018 at 13:49 in reply to: left and right sidebarHello,
Unfortunately it’s not easy work. You should paste new widged area in page.php just after wrapper right-sidebar. Try to do it with elementor – https://elementor.com/ not it supports inner pages creation.
DD
KeymasterMay 4, 2018 at 13:15 in reply to: My websites mobile pages is too bigProbably there is some long element/word which is causing layout stretching. I can see it because you didn’t posted a screenshot of full page.
DD
KeymasterMay 4, 2018 at 11:37 in reply to: My websites mobile pages is too bigDoes it happen on all type of pages or only on one specific?
You can change it in the bbpress.php (root of theme).
DD
KeymasterMay 3, 2018 at 08:49 in reply to: My websites mobile pages is too big1. Your screenshots don’t work. Please upload it on this website – https://imgur.com/upload and post links in this topic.
2. It’s in the cinematix\groups\index.php
3. Open wp-content/themes/cinematix/rtmedia/main.php
remove everything and paste following code:
https://pastebin.com/1YHqdr9QDD
KeymasterApril 18, 2018 at 11:43 in reply to: Change the default bokeh bgHello,
Remove front-container in the extra class field – http://diaboliquedesign.com/demo/cinematix/Help/#customisation
DD
KeymasterMarch 28, 2018 at 08:42 in reply to: enable bbpress navigationIt’s working fine
Paste css in the myStyle.css file.
DD
KeymasterMarch 27, 2018 at 11:19 in reply to: WPBakery Page Builder PluginHi,
The latest versions of all bundled plugins you can find here – http://diaboliquedesign.com/bundled-plugins/onecommunity-563902.php
DD
KeymasterMarch 27, 2018 at 10:22 in reply to: enable bbpress navigationTry this one:
div.bbp-breadcrumb, div.bbp-breadcrumb a { color:#ffffff!important; }DD
KeymasterMarch 26, 2018 at 13:51 in reply to: enable bbpress navigationUse following css
div.bbp-breadcrumb, div.bbp-breadcrumb a { color:#ffffff; }DD
KeymasterAre you sure you are logged in? I can’t duplicate your problem – https://imgur.com/a/s8yhJ (chrome)
DD
KeymasterHello,
When user goes to its profile there is a notifications page where user can manage all notifications (bulk actions).
As far as I remember the cover size shouldn’t be bigger than 200 kb.
DD
KeymasterMarch 23, 2018 at 11:49 in reply to: Child Theme installation failsstyle.css contains following code line:
@import url( ../communityjunction/style.css );
So parent theme should be in the communityjunction folder.DD
KeymasterMarch 21, 2018 at 11:19 in reply to: United Forum Image ChangeYou should purge the cache – https://www.phpbb.com/support/docs/en/3.0/kb/article/purging-the-phpbb-cache/
DD
KeymasterMarch 21, 2018 at 11:13 in reply to: Translation problem on frontageHi,
Send me login details via contact form so I will take a look on it.
DD
KeymasterMarch 20, 2018 at 10:32 in reply to: United Forum Image ChangeHello
10. Open the styles/unitedforum/template/overall_footer.html file and replace stats inside the general-stats div. Also replace path to the advertisement //diaboliquedesign.com/demo/1/ad.jpg
DD
KeymasterHi
1. Try to open wp-content/themes/CommunityJunction/groups/groups-loop.php and replace
+for
+2. Open bbpress.php and paste following code:
<?php bbp_breadcrumb(); ?>just before
<?php the_content(); ?>3. There is not enough space for the category so you should use following css
body.single-post .header-title-single-post .wrapper { padding:50px 0!important; }DD
KeymasterMarch 13, 2018 at 10:03 in reply to: profile/new memberWell, then unfortunately I don’t know how to help you.
DD
KeymasterMarch 13, 2018 at 09:36 in reply to: Translation problem on frontageHi,
Please use VC in the backend mode.
DD
KeymasterMarch 7, 2018 at 11:42 in reply to: profile/new memberIt should work for new activities, use following code in functions.php of theme
function bp_plugin_dont_save_minis( $activity_object ) { // friendship_created is fired when a member accepts a friend request // joined_group is fired when a member joins a group. $exclude = array( 'friendship_created', 'joined_group', 'activity_update'); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if( in_array( $activity_object->type, $exclude ) ) $activity_object->type = false; } add_action('bp_activity_before_save', 'bp_plugin_dont_save_minis', 10, 1 );DD
KeymasterMarch 7, 2018 at 11:11 in reply to: Header not changingCode is the same everywhere so if it works on the 1 website then it will work everywhere. Unfortunately I can’t duplicate your problem, also I don’t see any client with the same problem. You can send me login details and I will check it out.
DD
KeymasterMarch 6, 2018 at 09:33 in reply to: profile/new memberHello,
You can skip specific activities using following code:
function bp_plugin_dont_save_minis( $activity_object ) { // friendship_created is fired when a member accepts a friend request // joined_group is fired when a member joins a group. $exclude = array( 'friendship_created', 'joined_group'); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if( in_array( $activity_object->type, $exclude ) ) $activity_object->type = false; } add_action('bp_activity_before_save', 'bp_plugin_dont_save_minis', 10, 1 );In your case it will be activity_update
DD
KeymasterMarch 6, 2018 at 08:47 in reply to: Header not changingI just changed header background using firefox within few seconds
DD
KeymasterMarch 5, 2018 at 13:50 in reply to: Header not changingIE its doesnt change under elementor page builder ?
I don’t understand.
DD
KeymasterHi,
Use following css in the single-bpmail.php
body a { text-decoration: none!important; }just below
/* What it does: A work-around for iOS meddling in triggered links. */ a[x-apple-data-detectors] { color: inherit !important; text-decoration: underline !important; }DD
KeymasterDoes it work with a default WP theme?
DD
KeymasterMarch 5, 2018 at 12:27 in reply to: Header not changingHi,
This option is available now under an elementor page builder – https://imgur.com/zcW5Xh8
the chat feature hasn’t been updated in 2 years and doesnt function properly with the latest wordpress
Theme uses bp messaging system. If some X plugin doesn’t work with any theme then it’s not a fault of theme.
Support isn’t provided on Sunday
https://themeforest.net/item/unitedcommunity-buddypress-theme/11552178/supportDD
KeymasterIf it will be full screen then it should be 1920x1080px
DD
KeymasterFebruary 28, 2018 at 08:10 in reply to: Demo ContentHello,
Directions are in the Help/OneClickDemoContentInstallation.txt file
DD
KeymasterHi,
Open wp-content/themes/onecommunity/assets/emails/single-bp-email.php
and paste following css
body { background-image: url("http://www.yourdomainname.com/linktoimage.."); }just after:
/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */DD
KeymasterFebruary 23, 2018 at 10:52 in reply to: OneClickDemoContentHi,
Link to the demo content is in the Help/OneClickDemoContentInstallation.txt file.
DD
KeymasterHi,
This css code should help:
.list-wrap ul#newest, .list-wrap ul#active, .list-wrap ul#alphabetical { display: none; }DD
KeymasterFebruary 20, 2018 at 11:09 in reply to: Group Page Layout BrokenYou should do the same thing in this file onecommunity\groups\groups-loop.php
DD
KeymasterUse following css
.acomment-content { padding-right: 15px; padding-bottom: 10px /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }DD
KeymasterFebruary 19, 2018 at 13:31 in reply to: Group Page Layout BrokenYou asked for the solution few days ago – http://support.diaboliquedesign.com/forums/topic/broken-homepage-layout/
DD
KeymasterFebruary 16, 2018 at 14:22 in reply to: How to disable zxcvbn.js ?Theme doesn’t contain code which includes the zxcvbn file, theme uses own very small password strenght meter. I think the simplest working solution will be to open the wp-includes/js/zxcvbn.min.js file and remove whole code inside.
DD
KeymasterFebruary 16, 2018 at 12:25 in reply to: Broken Homepage LayoutHello,
Open wp-content/plugins/onecommunity-shortcodes/onecommunity-shortcodes.php
and remove it in 4 places:
<?php printf( __( 'active %s', 'buddypress' ), bp_get_group_last_active() ); ?><br />DD
KeymasterFebruary 14, 2018 at 15:39 in reply to: rtmedia lightbox issueHello,
Open wp-content/themes/cinematix/rtmedia/main.php
remove evrything and paste it:
DD
KeymasterYou can change it here – https://imgur.com/FiVgg7u
DD
KeymasterFebruary 6, 2018 at 12:07 in reply to: database tablesHi,
It’s in the following tables:
wp_bp_friends
wp_bp_groups
wp_bp_notificationsDD
KeymasterFebruary 5, 2018 at 14:30 in reply to: Enable Lead Topic Like BBPressOpen wp-content/themes/onecommunity/bbpress/content-single-topic-lead.php
remove everything and paste it https://pastebin.com/jaWn2gHM
also use following css.bbp-lead-topic .bbp-topic-author { width: 13%; text-align: center; float: left; } .bbp-lead-topic .bbp-topic-author .bbp-author-avatar { width: 100%; } .bbp-lead-topic .bbp-topic-author .bbp-author-avatar img { width: 100%; height: auto; } .bbp-lead-topic .bbp-author-name { font-weight: 700; } .bbp-lead-topic .type-bp_group { padding: 3%!important; } .bbp-lead-topic .bbp-topic-content { margin-left: 0px!important; width: 80%; float: right; font-size: 16px; padding-top: 0px!important; } .bbp-lead-topic .bbp-author-avatar img { padding:3px; border:1px solid #e0e0e0; border-radius:4px; box-shadow: 2px 2px 0px 0px #e0e0e0; margin-bottom: 6px; } .bbp-lead-topic .bp_group.type-bp_group { border-bottom: 3px solid #eaeaea; } .bbp-lead-topic .bbp-topic-content p.topic-meta a { font-size: 16px; font-style: normal; font-family:Quicksand; font-weight:300; margin-bottom:12px; text-transform:none;} .bbp-lead-topic .bbp-topic-content p { margin-top: 0px; } @media screen and (max-width:620px) { .bbp-lead-topic .bbp-topic-author { width: 17%; } .bbp-lead-topic .bbp-topic-content { width: 70%; font-size: 14px; } }DD
KeymasterHi,
Subforums are possible but with bbpress only – http://diaboliquedesign.com/demo/onecommunity-theme/forums/forum/general-discussion/
There was a BP Group Hierarchy plugin but it wasn’t updated for long time.
DD
KeymasterFebruary 2, 2018 at 10:24 in reply to: Pagination at TopOpen wp-content/themes/onecommunity/bbpress/content-single-topic.php and paste it
<?php bbp_get_template_part( 'pagination', 'replies' ); ?>just before
<?php bbp_get_template_part( 'loop', 'replies' ); ?>DD
KeymasterFebruary 1, 2018 at 11:27 in reply to: No canonical tagThis is not tutorial for bbpress but for blog posts. I don’t think the yoast will work with bbpress pagination. Also theme doesn’t use custom pagination, the same code is used by default wp themes.
DD
KeymasterJanuary 31, 2018 at 10:05 in reply to: enable bbpress navigationHello,
Open bbpress.php and paste it
<?php bbp_breadcrumb(); ?>just after:
<div class="page-title-bold"><?php the_title(); ?></div>or before:
<?php the_content(); ?>DD
KeymasterJanuary 30, 2018 at 15:11 in reply to: Cover Image problemYes, that’s correct. You can assing different bg size for each screen size using media queries. For example
@media screen and (min-width:2000px) { .header-title.header-title-profile, .header-title.header-title-group { background-size:2300px auto!important; } } @media screen and (max-width:1999px) { .header-title.header-title-profile, .header-title.header-title-group { background-size:2000px auto!important; } }DD
KeymasterJanuary 30, 2018 at 14:33 in reply to: No canonical tagIt’s not a theme related question. If you disable pagination then there won’t be the page/2/ suffix.
DD
KeymasterJanuary 30, 2018 at 13:40 in reply to: Changing Permalink StructureWell, generally it’s not a theme related question. As far as I know it’s not so simple, you can find many topics about it but there is no one clear solution – https://www.google.com/search?ei=62RwWproEamVmgXBkbvADw&q=buddypress+remove+forum/topic+slug&oq=buddypress+remove+forum/topic+slug
DD
KeymasterJanuary 29, 2018 at 14:52 in reply to: edit footerAlso you can use br tag
<div class="footer-right"><?php echo get_theme_mod( 'DD_copyright', 'All rights reserved by Cinematix' ); ?><br>Another row</div>Result – https://imgur.com/s7NI2Bp
DD
KeymasterJanuary 29, 2018 at 13:43 in reply to: edit footerYou should add it between each row
<div class="clear"></div>DD
KeymasterIt can be caused by cache. View the code source of page, open the mystyle.css file and make sure the css code is here.
DD
KeymasterJanuary 27, 2018 at 21:04 in reply to: edit footerPaste it just after
$wp_customize->add_setting( 'DD_copyright' , array( 'default' => 'All rights reserved by Cinematix', 'sanitize_callback' => 'esc_attr', ) ); $wp_customize->add_control( 'DD_copyright', array( 'type' => 'text', 'priority' => 2, 'section' => 'DD_footer', 'settings' => 'DD_copyright', 'label' => 'Change <code>All rights reserved by Cinematix</code>.', ) );DD
KeymasterJanuary 27, 2018 at 20:59 in reply to: edit footerYou should put it inside the footer-right div
footer.php
get_theme_mod( 'DD_copyright2', 'All rights reserved by Cinematix' );functions.php – https://pastebin.com/Std8XnBr
DD
KeymasterTry the BuddyPress Forum Editor plugin too – http://diaboliquedesign.com/demo/onecommunity-theme/advanced-editor.jpg
DD
KeymasterNow the link is active
DD
KeymasterHi,
Here is a page with very long url – http://diaboliquedesign.com/demo/communityjunction/aenean-neque-nisi-eleifend/
Do you see the same problem here?
DD
KeymasterHi,
Use following css in mystyle.css
#content { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }DD
KeymasterDD
KeymasterYour screenshot doesn’t work. I tested it on the live demo, after clicking a reply button I was redirected to reply post form. If you need threaded replies and mentions then activity is what you are looking for.
DD
KeymasterJanuary 23, 2018 at 13:48 in reply to: change frontpage for logged inYou should paste it where is the front-container front-container-hero bokeh class.
DD
KeymasterJanuary 23, 2018 at 13:20 in reply to: Change Hello user..Unfortunately I can’t fint any bp function displaying username in this case.
DD
KeymasterTheme just doesn’t support nested forums because nobody needs it, there is 3000 customers and as far I remember you are the 3rd person with such request, also I don’t know any forum which is using nested post, even on theme forest forum you can see it – https://forums.envato.com/c/authoring-on-envato/themeforest
I hope you understand.DD
KeymasterIt not supported because when you enable threaded replies then bbpress winn disable pagination so all posts will be on the 1 page. Generally if you need threaded replies then you should use the activity section.
DD
KeymasterJanuary 22, 2018 at 12:01 in reply to: Change Hello user..Hello,
There is displayed Name not username. If you want to allow members to use name and surname then you should create another custom field under WP dashboard -> users
DD
KeymasterJanuary 22, 2018 at 10:58 in reply to: change frontpage for logged inTry to use following code:
.for-logged-in-users { display: none!important; } .logged-in .for-logged-in-users { display: block!important; } .for-logged-out-users { display: block!important; } .logged-in .for-logged-out-users { display: none!important; }DD
KeymasterJanuary 20, 2018 at 16:03 in reply to: change frontpage for logged inHello,
Paste following style in mystyle.css
.for-logged-in-users { display: none; } .logged-in .for-logged-in-users { display: block; } .for-logged-out-users { display: block; } .logged-in .for-logged-out-users { display: none; }Now you can use for-logged-in-users or for-logged-out-users custom class in Extra class name field.
DD
KeymasterColors customisation is described in theme doc:
How to change color of all orange elements? Open stylesheet.css and replace #d98100DD
KeymasterJanuary 20, 2018 at 15:22 in reply to: How can I use email for loginHi,
Here is a solution – https://sysblog.hallonet.se/phpbb-3-1-login-with-e-mail-address/
DD
KeymasterIt’s in the styles/unitedforum/template/overall_footer.html file.
DD
KeymasterJanuary 18, 2018 at 15:57 in reply to: How can I purge the cache?The option is on the main page of the admin dashboard.
DD
KeymasterJanuary 18, 2018 at 15:56 in reply to: Change shortcodesGenerally visual composer is shortcodes based plugin so you can use shortcodes only.
You can use xprofiles, inside bp_has_members you should use search_terms= parameter, for example
bp_has_members( 'search_terms=single&per_page=10' )
