-
DD
KeymasterJuly 3, 2020 at 18:43 in reply to: Demo import failed..2. It’s just recommended.
I suggest to just install the lite version (or full) of demo content – https://drive.google.com/drive/folders/1AAPvzQilVpz23LTApU4gfziVDWjwePvk?usp=sharing
DD
KeymasterHello
This shortcode is named onecommunity-blog-posts now
DD
KeymasterIt depends where you are storing your custom style, if in the style.css then yes, you should keep it in the child theme or under customizer -> additional css.
DD
KeymasterUse following css
body.page-template-blog-1 #item-nav { display:none!important; }DD
KeymasterJuly 2, 2020 at 11:03 in reply to: Admin emails when user registersHello
As far as I know wordpress always sent email to admin when new user registered, maybe this email is in the spam folder?
Go to settings -> forums -> roles
DD
KeymasterJuly 2, 2020 at 10:44 in reply to: pagination "read more" not workHello
It works fine – https://diaboliquedesign.com/screenshots/2/screenshot_at_12-44-22.png
You should wait more time.DD
KeymasterJuly 1, 2020 at 10:19 in reply to: Edit SidebarHello
When you to wp dashboard -> appearance -> widgets you will see many widget areas, for example Sidebar – Contact area.
DD
KeymasterIf you want to update plugin then you should remove old version and install the new version (if available) just installing it once again with plugins installation wizard. Also the latest version is always under this URL -> https://diaboliquedesign.com/bundled-plugins/ajax-search-pro.zip
DD
KeymasterHello
You should add code with social icons in the wp-content/plugins/onecommunity-shortcodes/inc/general.php file just after:
<input type="submit" name="wp-submit" id="shortcode-login-submit" value="<?php _e( 'Log In', 'onecommunity-shortcodes' ); ?>" tabindex="100" />DD
KeymasterJune 30, 2020 at 08:45 in reply to: How to see and manage cookies?Hello
Theme uses only 1 cookie called dark_mode for dark mode, all other cookies are created by wordpress and plugins like buddypress.
DD
KeymasterHello
Open wp-content/themes/onecommunity/style.css remove everything and paste it https://diaboliquedesign.com/demo/onecommunity-new/wp-content/themes/onecommunity/style.css
DD
KeymasterPaste following code in theme functions.php – https://pastebin.com/cqMccKDj
Now you can use following shortcode with changed category ID
[onecommunity-blog-posts-category category="1" number_of_posts="100"]DD
KeymasterHello
You should select the Frontpage Page Builder page template – https://diaboliquedesign.com/screenshots/2/screenshot_at_14-45-20.png
DD
KeymasterJune 27, 2020 at 12:16 in reply to: content of sidenav1. It seems like there is no solution, you can try to ask bp developers on buddypress.org
2. Activity with comments etc is displeyed by the onecommunity\buddypress\activity\index.php file, this part
<div id="activity-stream" class="activity" data-bp-list="activity"> <div id="bp-ajax-loader"><?php bp_nouveau_user_feedback( 'directory-activity-loading' ); ?></div> </div><!-- .activity -->You can try to recopy it.
DD
Keymasterwp dashboard -> posts -> categories -> description
DD
KeymasterJune 26, 2020 at 10:58 in reply to: content of sidenavHello
It shows the members with the highest number of friends.
You can change loop in the plugins/onecommunity-shortcodes/inc/buddypress.php file
change
type=popular&max=14You can find more info here – https://codex.buddypress.org/developer/loops-reference/the-members-loop/
1. Try to use following code in theme’s functions.php
function my_custom_query_filter( $query_string ) {
$query_string .= ‘&per_page=4’;
return $query_string;
}
add_filter( ‘bp_dtheme_ajax_querystring’, ‘my_custom_query_filter’ );2. This shortcode shows last activities posted inside buddypress groups.
It can be changed in the plugins/onecommunity-shortcodes/inc/buddypress.php file over here( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&page=1&object=groups&per_page=' . $max . '' ) )More info you can find here – https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/
DD
KeymasterYou can download this plugin over here -> https://diaboliquedesign.com/bundled-plugins/onecommunity-shortcodes.zip
DD
KeymasterI just tested it and no problems here, my settings -> https://diaboliquedesign.com/screenshots/2/screenshot_at_13-55-16.png
DD
KeymasterHello
You can just make a direct link to the category page -> https://diaboliquedesign.com/demo/onecommunity-new/category/gadgets/
DD
KeymasterHello
You can manage profile fields under wp dashboard -> users -> profile fields
This hint can be just translated using the loco translate plugin -> https://diaboliquedesign.com/demo/onecommunity-new/Help/#translate
DD
KeymasterJune 25, 2020 at 10:06 in reply to: Error on Profile PageHello
You should import gamepress settings -> https://diaboliquedesign.com/demo/cinematix-new/Help/#gamipress
Also please consider to install the lite demo content.
DD
KeymasterHello
Please open wp-config.php and setup following setting
define( 'WP_DEBUG', false );additionally you can add following code line
ini_set('display_errors','Off');DD
KeymasterHello
Please go to wp dashboard -> settings -> privacy
DD
KeymasterIt’s showing activities posted in the buddypress groups.
DD
KeymasterIt looks like some bug of Events Manager, you should create new topic on their forum and tell them it doesn’t work under a default wp theme.
DD
KeymasterThis shortcode shows activities from groups, I added title + menu so you can switch activity types.
DD
KeymasterDo you mean this part? – https://diaboliquedesign.com/screenshots/2/screenshot_at_16-31-35.png
DD
KeymasterDoes it happen when a default WP theme is active?
DD
KeymasterWell, I need URL and login credentials so I will check it out, send it via this contact form -> https://themeforest.net/user/diabolique
DD
KeymasterJune 23, 2020 at 14:21 in reply to: Fatal error: Uncaught Error: Call to undefined function bp_has_groups()OK, please send me URL and login credentials, send it via this contact form -> https://themeforest.net/user/diabolique
DD
KeymasterHello
It depends what part do you want to translate? For example recent events displayed on the frontpage belongs to the OneCommunity Shortcodes plugin.
DD
KeymasterJune 23, 2020 at 10:11 in reply to: Change Header in forumYou should change title of the Frontpage 2 Elementor page under pages menu.
DD
KeymasterYou can change safe pages under customizer -> intranet, for example woocommerce pages -> https://diaboliquedesign.com/demo/onecommunity-new/shop/iot-programming-and-big-data/ contain the shop slug, if you mark the shop slug as accessible for guests then all pages containing the shop slug will be available for guests.
DD
KeymasterHello
Please go to appearance -> customize -> transients and make sure the Enable transients for the activity shortcode is disabled.
DD
KeymasterJune 22, 2020 at 14:12 in reply to: Profile Cover Image and User Image Not Displaying on Member PageIf you still find some problems then maybe some screenshot will help me to find the source of your problem.
DD
KeymasterJune 22, 2020 at 13:43 in reply to: Fatal error: Uncaught Error: Call to undefined function bp_has_groups()Hello
It looks like buddypress plugin is inactive.
DD
KeymasterJune 22, 2020 at 13:12 in reply to: Profile Cover Image and User Image Not Displaying on Member PageThere is available the new version of theme 100% working with buddypress 6.0 – https://themeforest.net/downloads
DD
KeymasterJune 20, 2020 at 08:39 in reply to: Group Langing page Post – I want to change post update to post review.Please check out the IX. How to translate theme? chapter -> https://diaboliquedesign.com/demo/onecommunity-new/Help/#translate
Translate the buddypress plugin this way.DD
KeymasterHello
You didn’t enable the OneCommunity Shortcodes plugin.
DD
KeymasterJune 19, 2020 at 11:12 in reply to: HTTPS – IMAGESHello
I see the 403 error – https://diaboliquedesign.com/screenshots/2/screenshot_at_13-11-20.png
Do you see the same problem when a default WP theme is active?
DD
KeymasterJune 19, 2020 at 10:15 in reply to: Recovery Page not FoundHello
Please make sure there is the Password Recovery page under pages -> all pages. This page should have the recovery slug. Alse make sure this page wasn’t duplicated in trash.
DD
KeymasterJune 19, 2020 at 10:05 in reply to: Group Langing page Post – I want to change post update to post review.Hello
You can just translate the buddypress plugin using loco translate.
DD
KeymasterJune 18, 2020 at 09:24 in reply to: Change Header in forumDo you mean this part? – https://prnt.sc/t0m8ru
DD
KeymasterHello
This function is available under appearance -> customise -> intranet
DD
KeymasterJune 17, 2020 at 12:18 in reply to: Change submit button for topicsThey said there is no option to change it. You can change it using following css
.bbp-submit-wrapper .fa-paper-plane:before { content: "\f1d8"; }You should change
\f1d8Full list of codes is in this file – https://diaboliquedesign.com/demo/onecommunity-youzer/wp-content/plugins/youzer/includes/admin/assets/css/fontawesome.css
DD
KeymasterJune 17, 2020 at 11:33 in reply to: FontsHello
For the mobile top menu please use following css (appearance -> customize -> additional css)
#mobile-nav .header-menu-mobile-container ul li a { font-size: 14px; } #mobile-nav .header-menu-mobile-container ul li ul li a { font-size: 13px; }Blog posts:
main#content p.subtitle { font-size: 13px; } main#content article p { font-size: 13px; }DD
KeymasterJune 16, 2020 at 10:39 in reply to: Change submit button for topicsColor can be changed with this css
#bbp_reply_submit { background:#cccccc!important; }I can’t find option to change icon, I asked about it the plugin developer and let you know later.
DD
KeymasterJune 16, 2020 at 09:56 in reply to: Form for topic creationPlease check it out – https://bbpress.org/forums/topic/bbpress-and-custom-fields/
DD
KeymasterJune 16, 2020 at 09:50 in reply to: Change Header in forumYou can hide it using following css (appearance -> customise -> additional css)
.yz-bbp-topic-head { display:none!important; }DD
KeymasterMake sure you starred products under wp dashboard -> products -> all products. If it won’t hale then install the Transients Manager plugin, go to tools -> transients and delete the
onecommunity_featured_productstransient.DD
KeymasterHello
I can’t duplicate your problem. Do you see the same problem when a default WP theme is active?
DD
KeymasterDone. It looks like you have some kind of cache which caching the frontpage, all inner pages looks fine -> https://network.ollaa.org/members/
BTW, please setup PHP 7.3 or even 7.4 (if it won’t cause problem with some plugin) on you hosting panel and enable opcache.
DD
KeymasterJune 10, 2020 at 12:51 in reply to: Show all member and all sitePlease enable a debug mode in wp-config.php, make following setting:
define( 'WP_DEBUG', true );.. and if you see some error then please post it here.
DD
KeymasterJune 9, 2020 at 11:30 in reply to: Customize section not workingPlease open the wp-content/themes/cinematix/functions.php file and make sure there is no following code line
add_filter( 'nonce_life', function () { return 30 * DAY_IN_SECONDS; } );DD
KeymasterHello
Please go to wp dashboard -> ajax search pro -> ajax search pro -> settings icon -> layout options/results behaviour
DD
KeymasterGenerally theme wasn’t fully tested with Buddypress 6.0 yet. Please open the wp-content/themes/cinematix/buddypress/buddypress-functions.php file, remove everything and paste it -> https://pastebin.com/0npvSUup
If you will find any other problems with BP 6.0 the please let me know so I will fix it quickly.
DD
KeymasterJune 5, 2020 at 17:51 in reply to: Redirection to home page after registration with the intranet optionTry to disable cache plugins, including litespeed.
DD
KeymasterJune 5, 2020 at 13:16 in reply to: Redirection to home page after registration with the intranet optionOpen onecommunity/js/login.js and replace
location.reload();for
window.location.replace('https://domainname.com');DD
KeymasterJune 5, 2020 at 11:09 in reply to: Redirection to home page after registration with the intranet optionHello
They should login after account activation and they will be redirected to the home page.
DD
KeymasterJune 4, 2020 at 11:04 in reply to: Show all member and all siteWhat shortcode exactly?
DD
KeymasterHello
Try following css
.shortcode-bp-groups-tabs-container.col-4 .list-wrap ul li { width: 23%; margin-right: 2%; margin-bottom: 2%; } .shortcode-bp-groups-tabs-container .list-wrap ul li:nth-of-type(4n) { margin-right:0; }You can increase width: 23%; a little bit so it fit the main layout nicely.
DD
KeymasterHello
You should setup all settings just like on this screenshot – https://diaboliquedesign.com/demo/onecommunity-new/Help/#ulike
DD
KeymasterHello
How about to just use the Categories widget? – https://diaboliquedesign.com/screenshots/2/screenshot_at_14-22-01.png
DD
KeymasterJune 2, 2020 at 12:02 in reply to: Hide or disable Overview MenuPlease use following css
.user-top-menu-container ul li:first-child { display:none!important; }Dark mode can be enabled under appearance -> customize -> dark mode
DD
KeymasterJune 1, 2020 at 10:54 in reply to: Blog title Footer SpeedI’m sorry, I see you are using blog page as your frontpage, you can just transtale it using loco translate – https://diaboliquedesign.com/demo/onecommunity-new/Help/#translate otherwise you can just change it in the index.php file.
DD
KeymasterJune 1, 2020 at 10:51 in reply to: Hide or disable Overview MenuPlease go to youzer panel -> profile settings -> tabs settings
DD
KeymasterHello
I’ve never heard about the
[widget id="categories-7"]widget. You can use following shortcodes – https://diaboliquedesign.com/demo/onecommunity-new/Help/#shortcodesDD
KeymasterJune 1, 2020 at 10:36 in reply to: Show all member and all siteYou can try the (BuddyPress) Members or (BuddyPress) Recently Active Members widgets.
DD
KeymasterHello
Try following css:
@media screen and (max-width:760px) { header#main { position:static; } }DD
KeymasterPlease use following CSS:
.widget_bp_core_recently_active_widget .avatar-block a { pointer-events: none!important; cursor: default!important; }
