-
DD
KeymasterHi,
Paste it in myStyle.css
header .tile:hover { background: linear-gradient(135deg, #5d6da2 0%,#5d6da2 50%,#546394 50%,#546394 100%)!important; }DD
KeymasterMarch 18, 2017 at 12:08 in reply to: Activity stream not refreshingHi,
Does it work when a default WP theme is active?
DD
KeymasterHi,
It’s a standard Buddypress behaviour, please check this topic – https://buddypress.org/support/topic/i-do-not-want-to-redirect-my-user-to-the-wordpress-log-in-page-if-they-entered-any-wrong-password/
DD
KeymasterYou didn’t reupload all theme files, group admins and create group button has absolute position and there is no container for it on your website, that’s why it’s in the top right corner.
DD
KeymasterMarch 17, 2017 at 15:42 in reply to: Image Full widthOpen main style.css in theme foder and remove following code line
.entry img { max-width:690px!important; }DD
KeymasterHi,
It’s .item-header-avatar div and there is already float:left; in style.css
Generally you can try this:
.item-header-avatar { position:relative; left-100px; }DD
KeymasterHi,
This button should be here – http://www.imagebam.com/image/f252ce538705940
It looks like you are using old version of ajax search, delete ajax-search-pro folder and install new version, also check it out in theme doc – VIII. How to install live search?DD
KeymasterCheck it out – http://diaboliquedesign.com/demo/onecommunity/Help/#customisation
How to delete Share button on footer?
DD
KeymasterMarch 16, 2017 at 15:51 in reply to: Display more groups on frontpage?Yes, generally visual composer is shortcodes based. List of all shortcodes is in the theme documentation.
DD
KeymasterMarch 16, 2017 at 12:59 in reply to: Display more groups on frontpage?Please follow 3A and 3B steps:
DD
KeymasterMarch 16, 2017 at 12:16 in reply to: Image Full widthPaste following custom code:
.wpb_wrapper.vc_figure { width:100%!important; }
.wpb_wrapper.vc_figure img { width:100%!important; }DD
KeymasterMarch 16, 2017 at 10:30 in reply to: Image Full widthCan you show a link to this page?
DD
KeymasterMarch 15, 2017 at 15:44 in reply to: Responsive menuPlease check it out – http://diaboliquedesign.com/demo/cinematix/changelogs.txt
DD
KeymasterMarch 15, 2017 at 12:19 in reply to: Responsive menuReupload js\jQFunctions.js file
DD
KeymasterHi,
Go to appearance -> customize -> Header image (inner pages) and upload half transparent png image, you can create such image here – https://pixlr.com/editor/
DD
KeymasterMarch 10, 2017 at 00:16 in reply to: Responsive menuI replied on TF
DD
KeymasterHello,
Thank you for bug report, I’m just working on it.
DD
KeymasterMarch 9, 2017 at 13:06 in reply to: Profile FieldsYou should create new ticket here – https://bbpress.trac.wordpress.org/ and make a bug report.
Also you can try to transform mybb database manually using excel or advanced text editor. Compare table of mybb with users with wp_users table of wp -> https://codex.wordpress.org/Database_Description#Table:_wp_users
DD
KeymasterRemove old theme and install, also follow new theme documentation.
Why the full package is just 15MB and previous version was 300MB?
New version uses different slides, old theme contained psd files with images for old slides.
EDIT: did you canged something in the language file? So I don’t need to translate it again.
No, there is no changes.
DD
KeymasterMarch 2, 2017 at 10:18 in reply to: Profile FieldsWell, this is not a theme issue. This question should be asked to bbpress developers -> https://bbpress.org/forums/
DD
KeymasterMarch 2, 2017 at 10:08 in reply to: Event problemTry to use this plugin – https://wordpress.org/plugins/events-manager/ it’s 100% compatible with theme.
DD
KeymasterMarch 1, 2017 at 12:16 in reply to: Menu not showingYou have to select location of menu – http://www.imagebam.com/image/26b6b0535518391
DD
KeymasterMarch 1, 2017 at 12:08 in reply to: Profile FieldsYou should use import tool, go to tools -> forums -> import forums tab and select mybb.
DD
KeymasterDD
KeymasterFrontpage 4 uses general Sidebar – Frontpage widget area.
DD
KeymasterFebruary 26, 2017 at 23:26 in reply to: Activity dropdownHi,
Unfortunately I think it’s not possible with buddypress.
DD
KeymasterFebruary 26, 2017 at 23:24 in reply to: Add search bar to forumsYou should paste widget area in wp-content/themes/unitedcommunity/bbpress.php just before
DD
KeymasterDD
KeymasterGenerally frontapage is done and all inner pages so I can send it to you and you can start work with it. There has to be changed slider and few small improvements.
DD
KeymasterFebruary 22, 2017 at 12:07 in reply to: How-To install Demo Content?Now my problem was clear. if Possible Please help me already . i have websites. Namely http://www.Indianengineers.com . Can i migrate Indianengineers.com user profiles into Community Junction Theme Website.
Try this plugin – https://wordpress.org/plugins/export-user-data/
DD
KeymasterFebruary 22, 2017 at 11:58 in reply to: How-To install Demo Content?Remove this both pasted code lines, also remove folder with bbpress plugin. Login to you wp dashboard, install bbpress plugin.
DD
KeymasterFebruary 22, 2017 at 10:52 in reply to: How-To install Demo Content?Open .htaccess file in the root of your WP installation and paste it at the bottom
php_flag display_startup_errors off php_flag display_errors off-
This reply was modified 9 years ago by
DD.
DD
KeymasterFebruary 22, 2017 at 10:41 in reply to: How-To install Demo Content?If password doesn’t work then you should open database manager on your hosting account (phpMyAdmin), find wp_users table, change e-mail and reset your password.
After login try to update all plugins, espacially bbpress.
DD
KeymasterHello,
All inner pages are done. I’m actually working on frontpage responiveness + slider and few tweaks. Results you can see here – http://diaboliquedesign.com/demo/onecommunity2/frontpage-1/
DD
KeymasterFebruary 21, 2017 at 21:44 in reply to: How-To install Demo Content?Hello,
It looks like you already fixed it.
DD
KeymasterFebruary 17, 2017 at 14:39 in reply to: CSS color hoverStyle.css
nav ul li:hover { border-right:1px solid #121212; border-left:1px solid #474747; background-image: url( "images/menu-hover.png" );DD
KeymasterFebruary 17, 2017 at 11:08 in reply to: Change icon tab on the groupsWhole style of tabs is in the style.css file after:
/* ------- Tabs with icons ------- */use background-image:none; if you want to disable icon.
DD
KeymasterFebruary 17, 2017 at 11:04 in reply to: bug button on the groupsI can’t duplicate your problem – http://www.imagebam.com/image/b213ce533101018
I joined the group, I was redirected to the home of gorup and then I clicked od Forum.
DD
KeymasterFebruary 17, 2017 at 10:11 in reply to: Fatal errorYou didn’t enable all buddypress components – http://wwwild.net/demo/cj/Help/assets/components.png
DD
KeymasterFebruary 17, 2017 at 10:10 in reply to: Slow chargeYou can download theme here – https://themeforest.net/downloads
And replace frontpage1.php file using ftp client or via appearance -> editor.DD
KeymasterFebruary 16, 2017 at 12:22 in reply to: Change orange colorHello,
I think you should start with Grape (css/color-scheme-1.css) or Teal (css/color-scheme-8.css) color scheme because all colors are grouped in the few lines of code, so you can quickly find everything.
Color of horizontal lines on the frontpage you can change on Frontpage – Visual Composer page -> Design options for separator
Also you can truncate too long names etc. Open header.php and decrease $thelength = 14
DD
KeymasterFebruary 15, 2017 at 15:04 in reply to: delete account from userIt looks like some kind of BP cache behaviour. Anyway account is fully deleted after about 1 minute.
DD
KeymasterProbably PolyLang is not compatible with buddypress so it’s not a theme issue. Theme is localized, translation-ready so there is no reason for incompatibility with PolyLang.
DD
KeymasterFebruary 15, 2017 at 14:22 in reply to: How to customize Frontpage 4?Hi,
I suggest you to wait for 2.0 version of theme, there will be full integration with Visual Composer, it’s almost finished.
DD
KeymasterFebruary 14, 2017 at 15:38 in reply to: Change icon tab on the groupsDo you want to delete 1 icon only or all?
DD
KeymasterFebruary 14, 2017 at 15:36 in reply to: "Hello user" on the top barChange it via language file.
DD
KeymasterFebruary 14, 2017 at 15:35 in reply to: Change text "leave a reply"You should change it via language file, instructions you have in theme documentation.
DD
KeymasterFebruary 14, 2017 at 15:33 in reply to: Slow chargeIt looks like you corrupted ocde somewhere, probably frontpage1.php
DD
KeymasterFebruary 13, 2017 at 16:20 in reply to: How change blu backgroundHi,
Go to appearance -> customize -> colors
DD
KeymasterFebruary 13, 2017 at 16:19 in reply to: Home page problemHi,
You can reduce top spacing of welcome image on appearence -> customize -> frontpage
DD
KeymasterFebruary 13, 2017 at 16:18 in reply to: Slow chargeI just changed welcome image via customizer and it’s working without any problem. It can be cache issue or it can be caused by some plugin. Also upgrade WP and theme if needed.
DD
KeymasterTheme should be finished tomorrow.
DD
KeymasterFebruary 12, 2017 at 22:20 in reply to: Cant get the demo to workHello,
I’m sorry but usually support is out of service in late saturday and sunday. I sent you an e-mail.
DD
KeymasterHi,
You can enable it under appearance -> customizer.
DD
KeymasterI will receive an email notification from themeforest.
DD
KeymasterHello,
I’m working on it everyday and it’s almost finished. There is only few things left: some design details, responsiveness and nicer slides for revolution slider. I am sorry for any inconvenience.
DD
KeymasterFebruary 7, 2017 at 12:47 in reply to: change textHi,
Here is a full tutorial – https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
DD
KeymasterHello,
Does it work with a default wp theme? It can be some bug of event manager.
DD
KeymasterFebruary 4, 2017 at 11:34 in reply to: Front Page showing blankHello,
I’m sorry, there must be pasted css code too – http://diaboliquedesign.com/demo/cinematix/Help/I. Theme and BuddyPress plugin installation – 4th step.
DD
KeymasterFebruary 3, 2017 at 10:05 in reply to: Change text "recent topics"You can change it under wp dashboard -> pages -> forums
DD
KeymasterI checked Blogs page and I don’t see text editor and page attributes. There can be conflict with some plugin. Anyway I created fresh Blog page and it’s working – http://www.hrprofessionalnetwork.com/blog/
DD
KeymasterFebruary 3, 2017 at 09:35 in reply to: buttons read moreClick the more button in text editor – https://codex.wordpress.org/Customizing_the_Read_More
DD
KeymasterDD
KeymasterHi,
Please send me login details via contact form and I will check it.
I would like to show the CHAT, DISCUSSIONS, FORUMS, MEMBER PROFILES only to the Members Logged in. So how can I restrict to other people to visit these pages without Login,
Check it out – http://support.diaboliquedesign.com/forums/topic/functions-only-for-logged-in-people/
DD
KeymasterBlog Page is not displaying the blogs, instead of that it is showing some messages. pls check the link http://www.hrprofessionalnetwork.com/blog/
Are you sure you created Blog page with Blog page template selected?
Also please help to reduce the font size of One by One Slider texts.
Open slider/onebyone.css
and reduce font size here:
.oneByOne-a { font:90px QuicksandBook; color:#ffffff; padding:35px 35px; text-shadow: 1px 1px 0px #76c0c3; }
.oneByOne-b { font:90px QuicksandBook; color:#ffffff; padding:35px 35px; text-shadow: 1px 1px 0px #d43232; text-align:right; }Also I suggest you to try revolution slider on some inner page, you can build similar slider, it has visual editor so you don’t need to edit code.
DD
KeymasterHi,
This plugin should help you – https://wordpress.org/plugins/pagerestrict/
DD
KeymasterJanuary 30, 2017 at 14:44 in reply to: One click demoNow please make
define('WP_DEBUG', false);in the wp-config.php file
DD
KeymasterPlease check tutorial – https://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13980
Also in the Home Page Side, Login Option and Ad was also there. Now it is not coming please help me with the same.
Setup widgets in the Sidebar – Frontpage like on this screenshot – http://diaboliquedesign.com/demo/onecommunity/Help/assets/widgets.png
DD
KeymasterHere is a link to older 1.5.1 version, it has fixed thumbnails error – http://diaboliquedesign.com/demo/onecommunity/OneCommunity-theme-1.5.1.zip
DD
KeymasterYou can build the same slider with revolution slider. Anyway if you still want to use the old version of theme then I can send you it for you.
-
This reply was modified 9 years ago by
