-
DD
KeymasterMay 5, 2015 at 08:14 in reply to: Private Message REPLIESTry to install fresh copy of theme.
DD
KeymasterMay 4, 2015 at 09:31 in reply to: Sorting forumsYou have to write a custom loop for such action because bbpress doesn’t support such sorting. I don’t think anybody will do it below $1000.
-
This reply was modified 11 years ago by
DD.
DD
KeymasterMay 4, 2015 at 09:05 in reply to: Home Page is MangledPaste it into myStyle.css
.page-template-frontpage2 #container { background-image:none!important; }DD
KeymasterMay 1, 2015 at 12:20 in reply to: Internet Explorer Drop Down MenuI see it, I’m working on it.
DD
KeymasterProbably you have to wrap code by conditional tags of Wishlist Member in following files:
members\index.php
activity\index.phpDD
KeymasterMay 1, 2015 at 08:56 in reply to: Private Message REPLIESOpen wp-config.php file and replace
define('WP_DEBUG', false);for:
define('WP_DEBUG', true);now check do you see any errors.
DD
KeymasterApril 30, 2015 at 13:19 in reply to: Internet Explorer Drop Down MenuDo you see the same problem on the live demo – http://demo1.diaboliquedesign.com/4/
DD
KeymasterApril 29, 2015 at 12:29 in reply to: Private Message REPLIESHello,
I just tested it on my test site and no problems here – http://www.imagebam.com/image/813a44406672922
DD
KeymasterHi,
User can see their groups when he goes to own profile -> Groups tab. On the general group listing hidden groups are invisible and it happens to all default themes.
DD
KeymasterPaste it to myStyle.css
#logo { margin-top:0px; }and then upload bigger logo.
You can increase height of header { height: 88px; } too.
DD
KeymasterApril 28, 2015 at 09:50 in reply to: Change Widget TitlesI hope you generated new .mo and .po files and didn’t touch .pot file
DD
KeymasterApril 27, 2015 at 11:49 in reply to: How to change the text on a tile?Hello,
All text string are in the language file, please check in documentation X. How to translate theme? chapter.
DD
KeymasterApril 27, 2015 at 11:47 in reply to: Install errorUpload theme using Total Commander here wp-content/themes/OneCommunity/
DD
KeymasterApril 27, 2015 at 11:39 in reply to: Dropdown in top barStyle you have in 4.0 – Navigation section.
reduce width here
nav ul ul { position:absolute; left:-22px; text-align:left; padding:0px 0 0px 0px; border-top:3px solid #000000; border-left:1px solid #232222; border-right:1px solid #232222; background:#2b2b2b; <strong>width:190px;</strong> top:57px; display:none; font-size:12px; box-shadow: 5px 5px 0px 0px rgba(00, 00, 00, 0.2); }and left space for 3rd level here
nav ul li ul ul { left:160px;-
This reply was modified 11 years ago by
DD.
DD
KeymasterApril 26, 2015 at 09:34 in reply to: Menu ColourPaste it to myStyle.css:
#navigation ul li.current-menu-item, body.bbpress #navigation ul li#menu-item-20 { background:#f2763b; }View code source and check ID of the forum menu item and then replace 20 number.
DD
KeymasterI will think about it.
DD
KeymasterDD
KeymasterApril 26, 2015 at 09:07 in reply to: Call to undefined function bp_has_groups() – Cinematix/frontpage1.php on line 92I hope you enabled User Groups -> http://demo1.diaboliquedesign.com/5/Help/assets/components.png
DD
KeymasterApril 26, 2015 at 09:04 in reply to: Problem with member pages layoutThis is the proper link to the recent posts of member – http://www.demo1.diaboliquedesign.com/6/members/admin/forums/
DD
KeymasterApril 25, 2015 at 08:45 in reply to: Display width of mobile devicesThere will be full day of work. When you spread content, then you have to spread all widgets changing margin and padding for each element.
Open css/responsive.css and edit all code below:
@media screen and (max-width:760px)
{DD
KeymasterApril 24, 2015 at 10:00 in reply to: Change Text Image HomeGo to Appearance -> Editor and edit this text in frontpage1.php, frontpage2.php, frontpage3.php, frontpage4.php
DD
KeymasterHi,
Go to settings -> forums -> uncheck Reply Threading
DD
KeymasterApril 22, 2015 at 08:34 in reply to: Display width of mobile devicesI don’t understand, iPhone has 1920
DD
KeymasterHi,
I don’t see any problem – http://www.imagebam.com/image/578ded404979866
My theme doesn’t use bp_legacy_theme_group_create_nav function because this button is inserted manulally to groups\index.phpDD
KeymasterApril 19, 2015 at 09:05 in reply to: Display width of mobile devicesThere are defined 3 widths only: 960px, 720px, 300px. You can display full page on such screen.
DD
KeymasterApril 17, 2015 at 12:24 in reply to: Internet Explorer Drop Down MenuDownload theme tomorrow because update wasn’t approved yet.
DD
KeymasterApril 16, 2015 at 13:54 in reply to: Internet Explorer Drop Down MenuI mean replace your style.css file for this file – http://www.demo1.diaboliquedesign.com/4/wp-content/themes/OneCommunity/style.css
DD
KeymasterApril 16, 2015 at 13:11 in reply to: Internet Explorer Drop Down MenuHi,
Remove everything from style.css and paste it http://www.demo1.diaboliquedesign.com/4/wp-content/themes/OneCommunity/style.css
DD
KeymasterUnfortunately I can’t.
DD
KeymasterHello,
Check in the documentation of theme – IX. How to install live search?
Go to Settings ? General and check Anyone can register.
1 more queation is that i created a page ( Noticeboard ) where my members can post messages by categories. how can set up this in this theme. my website is http://doxguide.com/
You have to install some chat plugin or something like that.
DD
KeymasterApril 14, 2015 at 10:10 in reply to: Error when sending message!Open _inc/ajax.php file, remove everything and paste it http://pastebin.com/HV50VhvL
DD
KeymasterHi,
Does it work with a default WP theme? Probably you have to wrap some parts of website using special code provided by Paid Membership Pro Plugin.
DD
KeymasterApril 10, 2015 at 08:54 in reply to: Recent Forum Posts widgetOpen functions.php file and increase following parameter:
'posts_per_page' => 5DD
KeymasterApril 9, 2015 at 09:43 in reply to: Recent Forum Posts widgetUse the My recent topics widget widget.
DD
KeymasterApril 8, 2015 at 11:26 in reply to: Notification not workingHello,
It’s not a theme issue. Buddypress notifications system just doesn’t support it, when you go to your profile -> settings -> email you won’t find such option.
DD
KeymasterHello,
Open wp-content/themes/OneCommunity/_inc/ajax.php
remove everything and paste it http://pastebin.com/Lirt1FnzDD
KeymasterOpen wp-content/themes/CommunityJunction/_inc/ajax.php
remove everything and paste it http://pastebin.com/Lirt1FnzDD
KeymasterApril 3, 2015 at 09:48 in reply to: Sign Up Link Not Showing UpHi,
2E. Go to Pages ? Add New and create pages called Register and Activate. Now go to Settings ? BuddyPress ? Pages and make all settings like on the following screenshot: http://demo1.diaboliquedesign.com/4/Help/assets/bp-pages.png
DD
KeymasterApril 3, 2015 at 09:46 in reply to: Facebook Profile PictureMaybe this plugin will help – https://wordpress.org/plugins/wordpress-social-login/
DD
KeymasterIs it visible when a default WP theme is active?
DD
KeymasterApril 2, 2015 at 09:37 in reply to: V1.4.5 errors with global.jsI just tested this button on my test page and there is no problems (activity page on frontpage). Reupload all theme files.
DD
KeymasterApril 1, 2015 at 11:41 in reply to: V1.4.5 errors with global.jsI don’t think it’s supported by Buddypress, check a default WP theme.
DD
KeymasterApril 1, 2015 at 11:35 in reply to: Internet Explorer Drop Down MenuHi,
I just uploaded new version -> http://demo1.diaboliquedesign.com/4/changelogs.txt
DD
KeymasterMarch 30, 2015 at 10:25 in reply to: database problemOn my website wp_load_alloptions takes 0.0005 only and I’m on cheap shared hosting
It’s not a theme issue. Try this cache plugin – https://wordpress.org/plugins/quick-cache/
DD
KeymasterIt’s between Remember Me and Home
DD
KeymasterI suggest 300px
DD
KeymasterMarch 29, 2015 at 09:16 in reply to: Forum topics from main siteHi,
Such loop in bbpress doesn’t exist. You have to write a custom loop.
DD
KeymasterYou have to change path to your image under theme options panel.
DD
KeymasterMarch 28, 2015 at 10:49 in reply to: Problems with child themeHello,
Please check this out – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/13489
DD
KeymasterDD
KeymasterPaste it in the myStyle.css:
#container { background-image:none; }I also want to make the profile page full width. I have used the full width template for the
DD
KeymasterMarch 28, 2015 at 10:35 in reply to: How to have users add their profile info and how to change those options?You have to fo to WP Dashboard -> Users -> Profile fields and create new fields.
DD
KeymasterI told you the logo is too big – http://support.diaboliquedesign.com/forums/topic/site-is-too-wide-now-over-1300px/#post-10603
DD
KeymasterMarch 26, 2015 at 10:01 in reply to: Images frontpageHello,
Assign a Featured image to your blog post – https://en.support.wordpress.com/featured-images/
DD
KeymasterDD
KeymasterDD
KeymasterDD
KeymasterMarch 25, 2015 at 10:20 in reply to: Replace frontpage widgetYou have similar tutorial here – http://support.diaboliquedesign.com/forums/topic/replacing-our-forums-widget-on-frontpage/#post-3162
But instead of removing this code http://pastebin.com/J92wVqRz , remove this – http://pastebin.com/2QySHps7
DD
KeymasterMarch 25, 2015 at 10:14 in reply to: how to hide user Forums link in member profile from other users like setttingPaste it in the myStyle.css file:
.bp-user li#forums-personal-li { display:none; }
.my-account.bp-user li#forums-personal-li { display:inline; }DD
KeymasterMarch 20, 2015 at 10:22 in reply to: Add register/signup in top menuSo you are saying you can’t add new menu items on the very top menu?
DD
KeymasterRemove this file js\jQFunctions.js and check it out.
DD
KeymasterCan you show a screenshot with working twentyfifteen theme?
DD
KeymasterHello,
Participant can edit own post only – https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
DD
KeymasterHow did you enable shopping cart in Events Manager? There is no such shopping cart – http://www.demo1.diaboliquedesign.com/5c/events/new-york-meet-ups-confirmed/
DD
KeymasterHello,
Paste it into groups\single\plugins.php file too.
Additionally, is there a simple way to make it so that when you click on a group from the main group page it defaults to that groups activity page and not the forum?
http://themeforest.net/item/communityjunction-buddypress-theme/7298510/faqs/21521
DD
KeymasterHi,
Open frontpage2.php file and replace:
for
DD
KeymasterMarch 14, 2015 at 09:14 in reply to: Topbar and footer not showing!Also your option panel can be improved. (I remember using wildcommunity once long ago, at that time the theme options were better than what they are today!)
All text strings can be changed via language file now.
DD
KeymasterMarch 13, 2015 at 11:59 in reply to: Topbar and footer not showing!This is work for few hours including work on mobile devices where is less space.
DD
KeymasterMarch 13, 2015 at 11:55 in reply to: Change colors Frontpage 3Open the slider/onebyone.css file and change following values:
background:#6fdeab;
background:#86dbde;
background:#ffb03d; -
This reply was modified 11 years ago by
