-
DD
KeymasterAugust 20, 2018 at 11:31 in reply to: Changing Demo Home Page ImageYou have to setup a Frontpage Page Builder page template for this page.
DD
KeymasterAugust 20, 2018 at 11:18 in reply to: bbPress DependenciesYou should remove bbpress menu items – https://imgur.com/ETeTNIE
DD
KeymasterAugust 20, 2018 at 10:31 in reply to: Display problems for keymasterHello,
Use following css
.bbp-reply-ip { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-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
KeymasterHello,
It’s a bug of buddypress plugin and it will be fixed on 3.2 version – https://buddypress.trac.wordpress.org/ticket/7907
DD
KeymasterAugust 18, 2018 at 06:27 in reply to: Problems with responsive designYes, it’s available.
DD
KeymasterAugust 17, 2018 at 17:47 in reply to: bbPress DependenciesIt’s just a forum. What kind of changes do you see?
DD
KeymasterAugust 15, 2018 at 09:10 in reply to: Theme customization questionsHi,
Open wp-content/plugins/unitedcommunity-shortcodes/unitedcommunity-shortcodes.php
find function unitedcommunity_tag_blog_posts
replacetag=forcat=And now use can following shortcode
[unitedcommunity-tag-blog-posts number_of_posts="4" tag="1" col="1"]tag=”1″ is a category id
DD
KeymasterHi,
Demo content will remove everyting. Here is the most recent doc
DD
KeymasterHello,
Paste following 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 adding additional class (for-logged-in-users or for-logged-out-users) to the visual composer block you can hide specific content block for members/guests.
DD
KeymasterWell, this is how it looks on the live demo – https://imgur.com/avrb6uE
DD
KeymasterHello,
Open wp-content/themes/cinematix/style.css remove everything and paste it – http://diaboliquedesign.com/demo/cinematix-theme/wp-content/themes/cinematix/style.css?ver=4.9.8
Open wp-content/themes/cinematix/css/responsive.css remove everything and paste it http://diaboliquedesign.com/demo/cinematix-theme/wp-content/themes/cinematix/css/responsive.css
DD
KeymasterAugust 10, 2018 at 08:41 in reply to: Problems with responsive designYour are right, there wasn’t updated 1 file during upload process on TF. You will be e-mail notified when an update will be available on Themeforest.
DD
KeymasterAugust 9, 2018 at 17:31 in reply to: Problems with responsive designHello,
I don’t see any problem – https://imgur.com/U3YqkLs Please clean web browser cache. Post an URL of your website here so I will check the code source.
DD
KeymasterAugust 8, 2018 at 11:54 in reply to: Problems with responsive designHello,
Update is already available on TF – https://themeforest.net/downloads
DD
KeymasterAugust 8, 2018 at 08:34 in reply to: Suggestion: Forum SubscriptionsThank you for your suggestion. I have noted it.
DD
KeymasterAugust 7, 2018 at 18:30 in reply to: Problems with responsive designHello,
Thank you for a bug report. Here is a quick fix. Open wp-content/themes/cinematix/js/jQFunctions.js
remove everything and paste it vhttp://diaboliquedesign.com/demo/cinematix-theme/wp-content/themes/cinematix/js/jQFunctions.js?ver=1.0Open wp-content/themes/cinematix/style.css
remove everything and paste it http://diaboliquedesign.com/demo/cinematix-theme/wp-content/themes/cinematix/style.cssDD
KeymasterAugust 7, 2018 at 15:15 in reply to: JavaScript ErrorGenerally I can’t duplicate your problem – https://imgur.com/BTGmLF8
but try to open wp-content/themes/onecommunity/js/jQFunctions.js
remove everything and paste it – https://pastebin.com/SBYSQaEZDD
KeymasterAugust 7, 2018 at 09:28 in reply to: JavaScript ErrorLogin credentials provided via e-mail doesn’t work.
DD
KeymasterAugust 6, 2018 at 17:21 in reply to: Bundled plugins?Hello,
It should be visible under plugins -> installed plugins
DD
KeymasterAugust 6, 2018 at 09:50 in reply to: Theme customization questionsOpen wp-content/plugins/unitedcommunity-shortcodes/unitedcommunity-shortcodes.php and paste following code at the bottom – https://pastebin.com/n7hYca0Y
Now you can use following shortcode with category id
[unitedcommunity-recent-blog-posts-cat number_of_blog_posts="5" cat="1" col="1"]DD
KeymasterAugust 6, 2018 at 09:46 in reply to: Theme customization questionsTry following code
.archive #header-title { background-image: url( "http://indynation.scot/wp-content/uploads/2018/08/flags1.jpg" )!important; }DD
KeymasterAugust 5, 2018 at 09:25 in reply to: Theme customization questionsUse following CSS
.archive #header-title { background-image: url( "http://diaboliquedesign.com/demo/unitedcommunity3/wp-content/themes/unitedcommunity/images/front-header-image.jpg" ); }DD
KeymasterAugust 4, 2018 at 21:36 in reply to: Theme customization questionsUse some front end editor – https://wordpress.org/plugins/wp-user-frontend/
DD
KeymasterAugust 4, 2018 at 16:05 in reply to: Theme customization questionsUse following css
.text .thumbnail { display:none; }DD
KeymasterAugust 4, 2018 at 15:14 in reply to: Theme customization questionsbackground-size:100% auto;https://www.w3schools.com/cssref/css3_pr_background-size.asp
DD
KeymasterAugust 4, 2018 at 13:17 in reply to: Theme customization questionsFor the blog page it will be
.page-template-blog #header-title { background-image: url( "http://diaboliquedesign.com/demo/unitedcommunity3/wp-content/themes/unitedcommunity/images/front-header-image.jpg" ); }DD
KeymasterAugust 4, 2018 at 12:57 in reply to: Theme customization questionsGo to appearance -> customize -> Additional CSS and paste following css
.page-title { font-size:40px; color:#000000; padding:3% 0 3% 0; } .page-template-blog #header-title, .archive.category #header-title, .archive.date #header-title, .archive.tag #header-title, .page-template-blog-2 #header-title, .page-template-blog-2-sidebar #header-title { background-image:none; background: #cccccc; }DD
KeymasterGo to Appearance -> customize
DD
KeymasterYou can change it with elementor – https://imgur.com/OHYX2Cy (edit section)
DD
KeymasterYou are right, here is an updated template – http://diaboliquedesign.com/demo/unitedcommunity/Help/
DD
KeymasterAugust 2, 2018 at 10:33 in reply to: Bell Notification Layout issueHi,
Try following css:
.notifications_lists_container { z-index:100; }DD
KeymasterJuly 30, 2018 at 08:54 in reply to: Warning: call_user_func_array()Please open a wp-content/plugins/communityjunction-shortcodes/communityjunction-shortcodes.php file, remove everything and paste it – https://pastebin.com/u8CnYDaq
DD
KeymasterJuly 29, 2018 at 08:58 in reply to: Ajax NotificationFix was added and will be included to (probably) BP 3.2.
DD
KeymasterJuly 26, 2018 at 13:59 in reply to: Activity reply links not clickableOpen wp-content/themes/onecommunity/buddypress/activity/comment.php
remove everything and paste it – https://pastebin.com/emSrZ1CwDD
KeymasterJuly 24, 2018 at 16:52 in reply to: Problem with Comments widgetIt was just fixed, changelogs -> http://diaboliquedesign.com/demo/onecommunity/changelogs.txt
DD
KeymasterJuly 24, 2018 at 14:02 in reply to: Problem with Comments widgetI’m working on it.
DD
KeymasterJuly 24, 2018 at 08:51 in reply to: Slider javascript errorPreviously I didn’t say nothing about the revslider folder remove. If you already did it then the only way is to export your content to xml file and reinstall the whole website.
DD
KeymasterJuly 24, 2018 at 08:44 in reply to: Remove m.addthis.comHi,
Use following css:
.footer-left { display:none; }DD
KeymasterJuly 23, 2018 at 15:00 in reply to: Activity reply links not clickableI can’t duplicate your problem – https://imgur.com/a/hDoNDmT
DD
KeymasterJuly 23, 2018 at 14:48 in reply to: Slider javascript errorTry to delete all tables with revslider name, additionally remove following folder wp-content/plugins/revslider/ and then install slider revolution.
DD
KeymasterJuly 19, 2018 at 20:45 in reply to: Slider javascript errorIs it working when a default WP theme is active?
DD
KeymasterI don’t see buddypress.css style which contains all buddypress style. It looks like when you upgraded theme version to 2.2.x you didn’t remove some folders. Try to remove all theme and upload once again.
DD
KeymasterJuly 19, 2018 at 12:51 in reply to: Mass Messaging pluginHi,
Open wp-content\themes\onecommunity\buddypress\members\single\messages.php
Remove everything and paste it https://pastebin.com/fiq9JLt1
Also use following css
.mass_messaging_in_buddypress { padding:20px; }
DD
KeymasterHi,
As far as I know, in BP hidden groups are still hidden on groups listing even if you are a member of this group – https://buddypress.org/support/topic/bp-groups-widget-does-not-show-hidden-groups/#post-189026
DD
KeymasterHi,
Open wp-content/themes/onecommunity/buddypress/css/buddypress.css
remove everything and paste it http://diaboliquedesign.com/demo/onecommunity-theme/wp-content/themes/onecommunity/buddypress/css/buddypress.cssDD
KeymasterJuly 18, 2018 at 09:42 in reply to: Group Admins can't get to "Manage"Hi,
I can’t duplicate your problem – https://imgur.com/9GhZkDH
2.2 was a big update. Make sure there is no groups folder here wp-content/themes/onecommunity/groups/
Also it’s possible you are overwriting some important functions using a child theme.DD
KeymasterJuly 18, 2018 at 09:18 in reply to: Slider javascript errorI had similar problem some time ago. It’s a slider revolution problem because when you activate a default WP theme you will see the same error.
Here is solution:
1. Deactivate slider revolution plugin.
2. Open your database using phpmyadmin.
3. Remove all tables starting with wp_revslider, there should by 5 tables.
4. Activate the slider rev plugin and import slides.Keep in mind the wp clone plugin removes all tables first, so if you previously had multisite then it will become standard wp installation after demo content installation.
DD
KeymasterJuly 16, 2018 at 20:58 in reply to: TinyMCE and Image Upload PluginI uploaded fixed version on TF, you should be notified when it wqill be aproved by reviewer.
changelogs – http://diaboliquedesign.com/demo/onecommunity/changelogs.txt
DD
KeymasterJuly 16, 2018 at 20:57 in reply to: Slider javascript errorCan you display slider on your website so I will take look on it? Right now I can’t duplicate your problem.
DD
KeymasterJuly 16, 2018 at 13:47 in reply to: TinyMCE and Image Upload PluginI’m just working on it.
DD
KeymasterJuly 13, 2018 at 09:22 in reply to: TinyMCE and Image Upload PluginHi,
Yes, please send this plugin to info@diaboliquedesign.com
DD
KeymasterJuly 12, 2018 at 10:41 in reply to: rtMedia on Activity RepliesYes, it’s enabled by default – https://imgur.com/G999IyH
DD
KeymasterJuly 10, 2018 at 12:07 in reply to: Homepage Elementor versionFrontpage 1 is for developers (not everyone needs page builder), Frontpage Page Builder is for novices, both pages have the same design. You have clear information on the top of theme description – https://themeforest.net/item/communityjunction-buddypress-theme/7298510
CommunityJunction theme uses flexible modular layout. It means
you can even use design blocks (shortcodes) with other WP themes.DD
KeymasterJuly 10, 2018 at 11:41 in reply to: Homepage Elementor versionWhay do you mean it’s different? All layout blocks are shortcodes based. If you want to remove the singles tab then please follow this chapter – X. How to create custom tabs on members shortcode and edit Singles tab?
You can use buddypress widgets on the frontpage.DD
KeymasterJuly 10, 2018 at 09:37 in reply to: Homepage Elementor versionHello,
If you want to customize the frontpage using Elementor then you should edit “Home Elementor” page. There are 2 versions of frontpage, one (Frontpage 1 page template) doesn’t use any page builder and the second one (Frontpage Page Builder page template) you can customize with Elementor.
DD
KeymasterJuly 9, 2018 at 08:56 in reply to: Update procedure?Hi,
It’s a big update, many files were changed so you should remove old theme and upload the new one. Do the same thing with shortcodes.
DD
KeymasterJuly 5, 2018 at 11:57 in reply to: Poll pluginHello
It should be fixed today, there will by released a bigger update with new ajax features + performance improvement.
DD
KeymasterJuly 5, 2018 at 09:42 in reply to: Registration DIsabledDid you enable it under appearance -> customize?
DD
KeymasterJune 29, 2018 at 17:11 in reply to: Poll pluginI’m working on it.
DD
KeymasterJune 28, 2018 at 09:53 in reply to: Poll pluginI didn’t receive any e-mail with plugin.
DD
KeymasterJune 28, 2018 at 09:52 in reply to: Cubepoints and rtMediaIt looks fine now but some tabs redirecting to the homepage.
DD
KeymasterJune 28, 2018 at 09:43 in reply to: BuddyBoss Media PluginThere is a guaranteed compatibility between this theme and the rtmedia plugin.
DD
KeymasterJune 27, 2018 at 21:11 in reply to: SliderI see slider forks fine now. There is weird misaligment on the frontpage. It can be caused by minify or any other plugin.
DD
KeymasterJune 27, 2018 at 10:49 in reply to: BuddyBoss Media PluginAre you using Buddypress Legacy or Buddypress Nouveau? There should be selected Buddypress Legacy. Is there any reason you use BuddyBoss Media Plugin instead of rtmedia plugin, rtmedia plugin is working with theme in 100%.
DD
KeymasterJune 27, 2018 at 10:42 in reply to: Poll pluginCould you send this plugin to info@diaboliquedesign.com
Also are you using Buddypress Legacy or Buddypress Nouveau?DD
KeymasterJune 27, 2018 at 10:39 in reply to: SliderDo you use the latest 5.4.8 version of slider? Did you install some another plugin or did you modify code?
DD
KeymasterJune 25, 2018 at 11:33 in reply to: Ajax NotificationThey come through on 2017 theme. Although it cache’s the buddypress colors?
You should disable onecommunity shortcodes too.
Seems like reply-to is one that won’t clear. However friend requests take you to friends tab on profile and clear as expected.
Yes, I can confirm it’s a buddypress core bug. I reported it to BP creators – https://buddypress.trac.wordpress.org/ticket/7907
DD
KeymasterJune 25, 2018 at 10:29 in reply to: Private privatePaste following code in the functions.php (theme folder) file:
add_filter('protected_title_format', 'ntwb_remove_protected_title'); function ntwb_remove_protected_title($title) { return '%s'; } add_filter('private_title_format', 'ntwb_remove_private_title'); function ntwb_remove_private_title($title) { return '%s'; }DD
KeymasterJune 25, 2018 at 10:12 in reply to: buddyPress nor sending emailsWordPress is sending all email, just not the activation email
So it’s not a thehem issue. There can be many reasons of it.
On homepage members shortcut is a menu, ACTIVE-POPULAR-… and SINGLE.
Can not find where to translate the SINGLE option.You can translate it in the wp-content/plugins/communityjunction-shortcodes/communityjunction-shortcodes.php
<ul class="tabs-nav"> <li class="nav-1"><a href="#active" class="current"><?php _e('Active', 'communityjunction'); ?></a></li> <li class="nav-2"><a href="#popular"><?php _e('Popular', 'communityjunction'); ?></a></li> <li class="nav-3"><a href="#newest"><?php _e('Newest', 'communityjunction'); ?></a></li> <li class="nav-4"><a href="#online"><?php _e('Online', 'communityjunction'); ?></a></li> <li class="nav-5"><a href="#singles"><?php _e('Singles', 'communityjunction'); ?></a></li> </ul>After completing registration the user is informed that the sign up is a success.
How can I translate the phrase “Sign Up Complete!”If sign up has an error the user gets a info, where can I translate it?
It’s here buddypress\members\register.php but you should just translate buddypress pot file using poedit.
I use Loco translate, but couldn’t find it either on BuddyPress plugin or Theme
Is it working when a default WP theme is active>
DD
KeymasterJune 22, 2018 at 11:16 in reply to: Ajax NotificationDo you see the same number (90) of notifications when a default WP theme is active?
