-
DD
KeymasterSeptember 14, 2013 at 10:53 in reply to: Front BoxesReplace following images via FTP:
`wp-content/themes/WildCommunity/_inc/images/box-forum.png
wp-content/themes/WildCommunity/_inc/images/box-groups.png
wp-content/themes/WildCommunity/_inc/images/box-info.png
wp-content/themes/WildCommunity/_inc/images/box-members.png`DD
KeymasterSeptember 14, 2013 at 10:51 in reply to: Top MenuIt’s a “Description” field – http://demo1.diaboliquedesign.com/3/Help/assets/menu.png
DD
KeymasterSeptember 14, 2013 at 10:48 in reply to: Blog QuestionI don’t see any problems on the live demo – http://www.demo1.diaboliquedesign.com/3/author/admin/
DD
KeymasterSeptember 14, 2013 at 10:05 in reply to: Group issueYou have to install bbpress plugin – http://demo1.diaboliquedesign.com/3/Help/
DD
KeymasterSeptember 13, 2013 at 13:09 in reply to: How do I add AVATAR UPDATE plugins to registration/edit profile pages?You are using the old version of theme.
DD
KeymasterSeptember 13, 2013 at 13:09 in reply to: spaceTry to reupload all theme.
DD
KeymasterSeptember 13, 2013 at 12:30 in reply to: spaceProbably you corrupted code.
DD
KeymasterDD
KeymasterYou can try this plugin – http://wordpress.org/plugins/wordpress-social-login/
DD
KeymasterAs I know it was fixed some time age, in the frontpage1.php it’s
DD
KeymasterSeptember 13, 2013 at 10:36 in reply to: Activation problemsIt’s not a theme issue. Search a buddypress forum.
DD
KeymasterSeptember 13, 2013 at 10:30 in reply to: Child theme files?Upload footer.php and header.php files to the folder with child theme and edit.
DD
KeymasterSeptember 13, 2013 at 10:27 in reply to: Set Blog as Homepage?Open index.php remove everything and paste it – http://pastebin.com/J5y4yZWx
Go to settings -> reading -> select Your latest posts
DD
KeymasterSeptember 13, 2013 at 10:17 in reply to: How do I add AVATAR UPDATE plugins to registration/edit profile pages?After registration user must go to profile settings and change avatar here – http://www.demo1.diaboliquedesign.com/4/members/admin/profile/
DD
KeymasterSeptember 13, 2013 at 10:15 in reply to: spaceIt’s already separated, there is a space – http://imm.io/1gi2r
DD
KeymasterSeptember 13, 2013 at 10:13 in reply to: About us page not workingAny idea what could have caused this?
Well, that’s a question to wordpress creators.
DD
KeymasterSeptember 13, 2013 at 10:11 in reply to: Top MenuYou have to add short text below menu item
DD
KeymasterSeptember 13, 2013 at 10:10 in reply to: Error Code 5003. Create empty page called Home (Pages ? Add New) with selected Frontpage 1, Frontpage 2, Frontpage 3 or Frontpage 4 page template (My theme must be active now):
4. Go to Settings ? Reading, select Front page: Home and SAVE changes
DD
KeymasterSeptember 12, 2013 at 14:24 in reply to: How do I add AVATAR UPDATE plugins to registration/edit profile pages?I’m afraid you can display it under wp dashboard, anyway my theme has the same registration page like a default BP theme.
DD
KeymasterStyle is in the functions.php file after function custom_login_logo() { ?>
DD
KeymasterSeptember 12, 2013 at 09:22 in reply to: Custom sidebar for each forumNo, it’s not an easy task.
DD
KeymasterSeptember 12, 2013 at 09:17 in reply to: How do I add AVATAR UPDATE plugins to registration/edit profile pages?User can change its avatar via user panel. The latest versions of theme don’t need gravatar anymore.
DD
Keymasterremove it from js/jFunctions.js
`jQuery(document).ready(function() {
jQuery(‘#banner’).oneByOne({
className: ‘oneByOne1’,
showButton: true,
showArrow: false,
autoHideButton: false,
easeType: ‘random’
});
})`DD
KeymasterSeptember 12, 2013 at 09:13 in reply to: About us page not workingTry to change permalinks structure and save.
DD
KeymasterSeptember 12, 2013 at 09:11 in reply to: spaceWhich space?
DD
KeymasterSeptember 12, 2013 at 09:09 in reply to: Group Icon image change/editGo to specific group -> admin tab
DD
KeymasterSeptember 12, 2013 at 09:08 in reply to: Notify Plugin not working.Does it work when a default BP theme is active?
DD
KeymasterDoes it work when a default BP theme is active?
What are your business hours?
at 10.00-16.30 on central europe time zone
DD
KeymasterIf you use child theme then you can keep your style in the style.css file
DD
KeymasterSeptember 12, 2013 at 08:55 in reply to: Error Code 500Remove folder with my theme using FTP client and then install buddypress
DD
Keymasterwhole style you should keep in the mystyle.css file
DD
KeymasterSeptember 11, 2013 at 13:07 in reply to: Update Notification todayprobably you have corrupted style
DD
Keymaster1. Paste it:
`#slider { color:#ffffff; }
a.slider-text-c1 { color:#ffffff; }`2. The whole style is here:
`div#item-header div.generic-button {float: left;margin: 10px 10px 0 0; line-height:1em; background-image: url( “images/bg-button-grey.png” ); background-repeat: repeat-x; background-position:center center; background-image: url( “images/bg-button-grey.png” ); background-repeat: repeat-x; background-position:center center; cursor:pointer; padding:5px 7px 5px 7px; text-shadow: 1px 1px 0px #070707; border-top:1px solid #353535; border-left:1px solid #353535; border-right:1px solid #171717; border-bottom:1px solid #171717; border-radius:5px; color:#ffffff; }`
DD
KeymasterI see where is the problem, this plugin doesn’t display space after Media, you have to edit language files of this plugin and add space
DD
KeymasterHello,
Your website doesn’t work. Do you use translated version of buddypress?
DD
KeymasterSeptember 11, 2013 at 09:23 in reply to: Update Notification todayFor notifications only it’s footer.php and style.css, added following style:
`.notif-container { position:fixed; width:230px; z-index:1000; bottom:30px; right:30px; background: #fdb424; background: linear-gradient(to bottom, #fdb424 0%,#dc9302 100%); box-shadow: inset 0px 0px 0px 1px #fed161; border:1px solid #000000; color:#000000; }
.notif-container-title { font-size:18px; padding:9px 15px; border-bottom:1px solid #c08614; }
.my-notification { padding:7px 15px; border-bottom:1px solid #c08614; border-top:1px solid #f2bd55; }
.my-notification:last-child { border-bottom:none; }
.my-notification a { color:#000000; font-size:14px; }`DD
KeymasterSeptember 11, 2013 at 09:21 in reply to: Frontpage 3Open frontpage3.php and increase posts_per_page=4 in few places
DD
KeymasterSeptember 11, 2013 at 09:19 in reply to: BackGroundPaste it into mystyle.css:
`#topic-post-list td.post-author-cell, #topic-post-list td.topic-content-cell { background:#cccccc; }`
DD
Keymaster1.2.4 version of theme can work with deactivated buddypress
DD
KeymasterSeptember 11, 2013 at 09:01 in reply to: breadcrumbsUser can click on the Forum button – http://www.demo1.diaboliquedesign.com/4/groups/photography/forum/topic/box-office-update-the-hobbit-earns-13-0-million-at-midnight-showings/
Sorry but I don’t have plans for breadcrumbs
DD
KeymasterSeptember 11, 2013 at 08:57 in reply to: Can not find on ThemeforestIt’s on-line now, there is a new version – http://www.demo1.diaboliquedesign.com/4/changelogs.txt
DD
KeymasterSeptember 11, 2013 at 08:57 in reply to: MENUWhich menu? Tiles?
DD
KeymasterSeptember 11, 2013 at 08:56 in reply to: What is the best way to install your theme in 3 different languagesI don’t know, that’s a question for author of this plugin.
DD
KeymasterSeptember 11, 2013 at 08:55 in reply to: Buddy Press QuestionIf you have more than one problem then open a new topic for each question. It will help to find your topics by other users who have the same problem. If other client had similar problem previously then do not create another topic.
DD
KeymasterSeptember 11, 2013 at 08:54 in reply to: Error Code 500Hello,
Buddypress & bbpress plugins must be active
DD
KeymasterDD
KeymasterSeptember 10, 2013 at 13:06 in reply to: hackedHi,
What do you mean saying hacked? Something is adding code to php files? If yes then you have a virus on your computer.
DD
KeymasterSeptember 10, 2013 at 13:03 in reply to: remove confirmation mailHi,
You have to edit buddypress core files or install some extension. It’s not a part of theme.
DD
KeymasterSeptember 10, 2013 at 13:01 in reply to: Problem with ie8But what exackly doesn’t work? Thumbnails?
DD
KeymasterSeptember 10, 2013 at 11:37 in reply to: Buddy Press Questionthe question is at the top and the answer is underneath the question and the question to be in bold: It appears its pre set up in columns.
I don’t see any problems here – http://www.yourspiritualmovement.com/register
DD
KeymasterSeptember 10, 2013 at 11:33 in reply to: MENUI don’t know how spry menu works so I can’t help you. Try to make it working with a Default BP theme first.
DD
KeymasterYou can change slug via theme options panel.
DD
KeymasterSeptember 10, 2013 at 11:22 in reply to: How can I change the fontsOpen functions.php and remove it:
` wp_enqueue_script(‘Cufon’,get_stylesheet_directory_uri().’/js/cufon.js’,false,’1.09i’,false);
wp_enqueue_script(‘QuicksandBold’,get_stylesheet_directory_uri().’/js/QuicksandBold.font.js’,false,’1.0′,false);`DD
KeymasterHi,
It was temporary hidden, I have to fix it:
– After installing your theme I could not activate it. I clicked `activate` and nothing happened: http://d.pr/i/4O3b If BuddyPress is not installed the theme should be able to work by itself.
– From the user complain: “Any time you deactivate a plug-in, the theme automatically deactivates itself and switches to either the TwentyThirteen theme, or to a white screen. When it goes to the white screen, you can
DD
KeymasterSeptember 9, 2013 at 11:57 in reply to: BuddyPress Media (RT-Media)and the upload page – http://imm.io/1hAAO
DD
KeymasterSeptember 9, 2013 at 10:50 in reply to: Member login area is not seenUnder Buddypress settings, check documentation – http://demo1.diaboliquedesign.com/3/Help/
DD
KeymasterSeptember 9, 2013 at 10:21 in reply to: MENUYou have to paste code with menu into header.php
DD
KeymasterDD
KeymasterSeptember 9, 2013 at 10:07 in reply to: Getting Video & Images Inserted in Page/Post to be responsivePaste it:
``
into header.php before
``
DD
KeymasterThat shows me Media(0) and not Media (0)
DD
KeymasterDD
KeymasterProbably it’s because bbpress plugin is inactive.
DD
KeymasterSeptember 9, 2013 at 09:31 in reply to: Renaming Tile textHi,
Using theme options panel (Translations)
DD
KeymasterSeptember 9, 2013 at 09:30 in reply to: BackGroundTry this
`body { background-image:url(“http://…”); background-repeat: no-repeat; }`
DD
KeymasterSeptember 9, 2013 at 09:28 in reply to: Private Message CSS IssueI don’t see any problems on my test site – http://imm.io/1hAaT
DD
KeymasterSeptember 9, 2013 at 09:24 in reply to: Member login area is not seenDid you install all Buddypress components – http://demo1.diaboliquedesign.com/3/Help/assets/components.png
DD
KeymasterSeptember 9, 2013 at 09:23 in reply to: Installation ErrorDD
KeymasterSeptember 9, 2013 at 09:22 in reply to: BuddyPress Media (RT-Media)I don’t see any problems on my test site – http://imm.io/1hA9r
DD
Keymaster1. I’ll add a metro look of post on the frontpage soon.
2. Paste it onto myStyle.css:
`h3.rtt, h2.entry-title, .group-forum-topic #bbpress-forums h3, .activity-pg-desc, #blog-search h3 a, #group-create-body, #group-create-body h4, #group-create-body label, .sub-title-d, #sidebar ul.item-list li div.item-title a, #members-list-options, .widget_recent_comments ul#recentcomments li, .widget_display_views ul li, .tagcloud a, #sidebar .textwidget p, .page-template-default .page-title, body.registration .page-title, .page-template-login-php .page-title, .page-template-contact-php .page-title, .directory.members .page-title, .page-title-bold, .sub-title-bold, .registration #content, .page-template-login-php #content, .page-template-contact-php #content, .page-template-onecolumn-page-php #content, .page-template-recovery-php #content, body.activate #content, .registration #content a, .page-template-login-php #content a, .page-template-recovery-php #content a, body.activate #content a, .page-template-default #content, .page-template-default #content a, #content#error404, div#sidebar div.sidebar-box .sidebar-title, div#sidebar div.sidebar-box .sidebar-title a, #object-nav ul li a, div.bbp-topic-tags, #respond, #comments-number, body.registration h1, body.registration h2, body.registration h3, body.registration h4, body.registration h5, body.registration h6, body.page-template-onecolumn-page-php h1, body.page-template-onecolumn-page-php h2, body.page-template-onecolumn-page-php h3, body.page-template-onecolumn-page-php h4, body.page-template-onecolumn-page-php h5, body.page-template-onecolumn-page-php h6, .my-friends #pag-bottom, div.pagination .pag-count, .sub-title-m, .sub-title-m a, .widget-logged-content-1, widget-logged-content-1 a, #subnav ul li a, #blogs-list li, .create-blog #content, .create-blog #content p, body.request-membership #item-body p, #request-membership-form label, .sent-message { text-shadow: none; }`
3. Paste it into myStyle.css
`body, a, div.bbp-topic-tags, .bbp-pagination, .bbp-pagination-count, .bp-user .bbp-pagination-count, .bbp-pagination-links .page-numbers, .bp-user .bbp-pagination-links .page-numbers, .slider-text-a1, .slider-text-a3, .sub-title-m a, .slider-text-b1, .slider-text-b2, .slider-text-b3, .page-template-onecolumn-page-php .entry a, .registration #content, .page-template-login-php #content, .page-template-contact-php #content, .page-template-onecolumn-page-php #content, .page-template-recovery-php #content, body.activate #content, .registration#content a, .page-template-login-php #content a, .page-template-recovery-php #content a, body.activate #content a, .page-template-default #content, .page-template-default #content a, #content#error404, .page-title, .page-title-bold, .sub-title-bold, .page-template-default .page-title, body.registration .page-title, .page-template-login-php .page-title, .page-template-contact-php .page-title, .directory.members .page-title, .page-template-page2-php .page-title, .sidebar-box, div#sidebar div.sidebar-box .sidebar-title, div#sidebar div.sidebar-box .sidebar-title a, .sidebar-box a, #sidebar .textwidget p, #sidebar ul.item-list li div.item-title a, .recent-post-title, .recent-post-title a, #widget-login, .widget-logged-content-1, .widget-logged-content-1 a, .wl-box, .wl-set, .wl-logout, .vcard-bg a, #login-form #login-username, #login-form #login-pass, #login-form #login-username.hoverTextActive, #login-form #login-pass.hoverTextActive, .sub-title-d, .sub-title-m a, #group-create-tabs ul li, #group-create-tabs ul li a, #group-create-tabs ul li span, #group-create-tabs ul li.current a, #group-create-body, #group-create-body h4, #group-create-body label, #blog-search h3 a, h1, h2, h3, h4, h5, h6, body.registration h1, body.registration h2, body.registration h3, body.registration h4, body.registration h5, body.registration h6, body.page-template-onecolumn-page-php h1, body.page-template-onecolumn-page-php h2, body.page-template-onecolumn-page-php h3, body.page-template-onecolumn-page-php h4, body.page-template-onecolumn-page-php h5, body.page-template-onecolumn-page-php h6, div.pagination, .directory.members div.pagination, .my-friends #pag-bottom, #comments-number, #respond, #reply-title, #respond input#author, #respond input#email, #respond input#url, #respond textarea#comment, .wpcf7-text, .wpcf7-form-control-wrap textarea, .members-sorting label, #group-settings-form label, #group-settings-form h4, #group-settings-form p, #activity-filter-select label, .item-list-tabs #activity-filter-select label, .item-list-tabs #members-order-select label, #forums-order-select label, #subnav ul li a, h3.rtt, .group-forum-topic #bbpress-forums h3, #pag-bottom .pag-count, .activity-pg-desc, #blogs-list li, .create-blog #content, .create-blog #content p, body.request-membership #item-body p, #request-membership-form label, .pagination-links .page-numbers, h2.entry-title, .sent-message { text-shadow:none; color:#2c2c2c; }`
DD
KeymasterYou can check your IP status here – http://whatismyipaddress.com/blacklist-check
You can use external e-mail account like gmail for send confirmation e-mails. I use this plugin – http://wordpress.org/plugins/wp-mail-smtp/
