-
DD
KeymasterJune 24, 2013 at 10:09 in reply to: Fatal Errorssend me login via contact form – http://themeforest.net/user/Diabolique
DD
KeymasterJune 24, 2013 at 10:07 in reply to: Group namesHere:
<?php $grouptitle = bp_get_group_name(); $getlength = strlen($grouptitle); $thelength = 22; echo mb_substr($grouptitle, 0, $thelength,
DD
KeymasterJune 24, 2013 at 10:05 in reply to: can't open the forum page anymoreHi,
Compare all settings – http://imm.io/1aesc http://imm.io/1aesi
DD
KeymasterJune 24, 2013 at 09:56 in reply to: Random Links in member profilesNo it’s not a theme issue, check a default wp theme.
DD
KeymasterJune 22, 2013 at 11:55 in reply to: Conflict with jqueryOpen /js/jQFunctions.js
and remove jQuery(“span:empty”).remove();
DD
KeymasterHi,
I tested private group on my test site and there is no problem – http://imm.io/1a08N
Check default wp theme because it’s not a theme issue.
-
This reply was modified 13 years ago by
DD.
DD
KeymasterJune 22, 2013 at 10:04 in reply to: Group namesReplace … for (…)
DD
KeymasterJune 22, 2013 at 10:02 in reply to: bbp-topic-index remove spacesHello,
It’s here bbpress/loop-single-topic.php
<?php echo of_get_option(‘t-35’, ‘Started by’ ); ?> <?php printf( bbp_get_topic_author_link( array( ‘type’ => ‘name’ ) ) ); ?> <?php bbp_reply_post_date(); ?>
<?php if ( !bbp_is_single_forum() || ( bbp_get_topic_forum_id() != bbp_get_forum_id() ) ) : ?>
<?php do_action( ‘bbp_theme_before_topic_started_in’ ); ?>
<span class=”bbp-topic-started-in”><?php printf( __( ‘in <a href=”%1$s”>%2$s</a>’, ‘bbpress’ ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
<?php do_action( ‘bbp_theme_after_topic_started_in’ ); ?>
<?php endif; ?>
</span>
DD
KeymasterJune 22, 2013 at 09:58 in reply to: Conflict with jqueryYes, I’m checking it.
DD
KeymasterJune 22, 2013 at 09:57 in reply to: Theme Color VariantsReplace this image images/menu-hover.png, you can replace border-right:1px solid #121212; border-left:1px solid #474747; too
DD
KeymasterJune 22, 2013 at 09:47 in reply to: Login problemHi,
It’s a standard behaviour of WordPress when you enter wrong password etc.
Open wp-login.php and paste it http://pastebin.com/rPZt1iJn
after:$classes = apply_filters( ‘login_body_class’, $classes, $action );
?>DD
KeymasterJune 22, 2013 at 09:25 in reply to: Comments in activityIt’s caused by padding. I have noted it and I’ll fix it by the way.
DD
KeymasterJune 21, 2013 at 12:44 in reply to: Comments in activityHi,
I don’t see any problem – http://imm.io/19TtU
DD
KeymasterJune 21, 2013 at 12:40 in reply to: WidgetsI’ll think about it.
DD
KeymasterJune 21, 2013 at 10:27 in reply to: Theme Color VariantsHi
Check it – http://demo1.diaboliquedesign.com/5/Help/#predefined
Make sure you are using 1.0.1 version of theme
DD
KeymasterJune 21, 2013 at 10:15 in reply to: Conflict with jquerySend me rating module only to info@diaboliquedesign.com
DD
Keymaster1. It’s not possible.
2. Do not edit code.
DD
KeymasterJune 21, 2013 at 10:12 in reply to: Sitewide SearchMay I see the website?
DD
KeymasterJune 21, 2013 at 10:07 in reply to: Forum responsivenessI have noted it and I’ll fix it by the way.
DD
KeymasterJune 21, 2013 at 10:05 in reply to: Group namesYou can increase box size – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13745
DD
KeymasterI see you have changed it.
DD
KeymasterJune 21, 2013 at 10:01 in reply to: Fatal ErrorsDo you have the same problem with a default wp theme?
DD
KeymasterJune 21, 2013 at 09:57 in reply to: Sidebar Appears at footerYa I forgot to mention that I already checked that. I get a few errors, mostly involving the slider in frontpage3
-
This reply was modified 13 years ago by
DD.
DD
KeymasterJune 20, 2013 at 16:03 in reply to: Conflict with jqueryShould I pay $50 for rating module?
DD
KeymasterJune 20, 2013 at 15:54 in reply to: Buddypress MediaIt’s working – http://imm.io/19O8p
DD
KeymasterJune 20, 2013 at 12:52 in reply to: WordPress login page where logo is disabled and don't understand whythen just remove it:
function custom_login_logo() {
echoDD
KeymasterJune 20, 2013 at 12:51 in reply to: WidgetsI’m trying to understand what do you mean
DD
KeymasterJune 20, 2013 at 12:48 in reply to: Best way to set up Child ThemeHello,
I suggest to use myStyle.css.
There was similar tutorial – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13601DD
KeymasterJune 20, 2013 at 10:06 in reply to: WidgetsSorry I meant My Recent Topics Widget
DD
KeymasterDD
Keymasterit’s working … http://imm.io/19MBu
DD
KeymasterDD
KeymasterJune 20, 2013 at 09:57 in reply to: Sitewide SearchI don’t see any problems – http://imm.io/19MAO
Also if nothing is entered into the search bar an error will occur.
I’m redirected to the homepage
Is there a way to include forum posts or site-wide searches?
No, use The bbPress forum search form widget
DD
KeymasterJune 20, 2013 at 09:47 in reply to: Group namesBefore – http://imm.io/19MyM
after – http://imm.io/19Mz3
DD
KeymasterJune 20, 2013 at 09:38 in reply to: WordPress login page where logo is disabled and don't understand whyYou can style login page in the functions.php
function custom_login_logo() {
echo ‘
<style type=”text/css”>
#login h1 { display:none; }
</style>’;
}DD
KeymasterDD
KeymasterJune 20, 2013 at 09:33 in reply to: General layout issuesYou can edit it via theme options panel. There is no wysiwyg editor.
Open frontpage1.php abd remove
<div class=”oneByOne_item”>
<div class=”slider-text-b1″ data-animate=”bounceInLeft”><?php echo of_get_option(‘s-b1’, ‘A social
networking
service’ ); ?></div>
<div class=”slider-text-b2″ data-animate=”bounceInUp”><?php echo of_get_option(‘s-b2’, ‘How does it work?’ ); ?></div>
<div class=”slider-text-b3″ data-animate=”fadeInRight”><?php echo of_get_option(‘s-b3’, ‘Users must register before using the site,
after which they may create a personal profile,
add other users as friends, and exchange
messages, including automatic notifications
when they update their profile.
Additionally, users may join common-interest user
groups, organized by workplace, school or college,
or other characteristics.’ ); ?></div>
</div><div class=”oneByOne_item”>
<a class=”slider-text-c1″ href=”<?php echo home_url(); ?>/about-us” data-animate=”bounceInUp”><img src=”<?php echo of_get_option(‘take-a-tour_path’, ‘http://www.demo1.diaboliquedesign.com/5/tour.png’ ); ?>” alt=”Take a tour” /></a></div>
DD
KeymasterDD
KeymasterJune 19, 2013 at 12:15 in reply to: General layout issuesOpen css/onebyone.css and edit following selectors .slider-text-a1, .slider-text-a2, .slider-text-a3, .slider-text-b1, .slider-text-b2, .slider-text-b3, a.slider-text-c1
DD
KeymasterJune 19, 2013 at 11:26 in reply to: Homepage sidebarOnly address of website. You can post it here
-
This reply was modified 13 years ago by
DD.
DD
KeymasterJune 19, 2013 at 10:24 in reply to: Homepage sidebarYes, I must see code.
DD
KeymasterEdit groups/single/plugins.php too
DD
KeymasterJune 19, 2013 at 10:00 in reply to: Group namesedit groups/single/group-header.php
DD
KeymasterDD
KeymasterHi,
Does it work with default WP theme?
DD
KeymasterHi,
Edit it too – groups/single/group-header.php
DD
KeymasterJune 19, 2013 at 09:53 in reply to: Tabscheck it – http://wordpress.org/plugins/tabs-shortcode/
DD
Keymasterbbpress-functions.php or functions.php
DD
Keymastersend me login so i’ll check it
DD
KeymasterJune 19, 2013 at 09:49 in reply to: Translate pluginHi,
Just install foreign version of buddypress and check theme options panel (translations tab)
DD
KeymasterJune 19, 2013 at 09:48 in reply to: addthis in forum topic/replyI shared it on the facebook and no problems here.
DD
KeymasterYes, upload smaller logo and you’ll see.
DD
KeymasterJune 19, 2013 at 09:45 in reply to: Header BG imageuse background-size:100% auto; inside #header-container
Followed the instructions for the menu bar, but still not showing. is there a div for the wpadminbar written in the theme, or how is it displayed?
It helped for other clients so I don’t how to help you.
DD
KeymasterIt’s not possible, you must use the same permalink.
DD
KeymasterJune 19, 2013 at 09:40 in reply to: GroupsIt’s on this page – http://www.demo1.diaboliquedesign.com/3/groups/
DD
KeymasterJune 19, 2013 at 09:40 in reply to: Problem with login moduleIt’s not a theme issue, check default theme.
DD
KeymasterJune 19, 2013 at 09:37 in reply to: Group pageYou can’t, button is on the groups page.
DD
KeymasterJune 18, 2013 at 12:49 in reply to: Conflict with jqueryI’m resolving it but I need more time.
DD
KeymasterHello,
It’s caused by too big logo. Check it – http://support.diaboliquedesign.com/forums/topic/logo-on-mobile-devices-is-too-big/#post-516
DD
KeymasterJune 18, 2013 at 09:46 in reply to: Fatal Error after updating WPI’m afraid it won’t work on the frontpage. I suggest to paste a link to forum page instead of pagination.
DD
KeymasterJune 18, 2013 at 09:34 in reply to: Header BG imageHi,
There is no specific size because each monitor has a different screen resolution
Also when I login it takes me to the home page of the theme, not to the dashboard of wordpress,
use this form – http://demo1.diaboliquedesign.com/3/wp-login.php
it does not display the wordpress menu bar so I can
DD
KeymasterJune 18, 2013 at 09:27 in reply to: Dummy ContentHi,
You can get it here – http://www.demo1.diaboliquedesign.com/4/export.xml
DD
KeymasterJune 18, 2013 at 09:26 in reply to: addthis in forum topic/replyDo you have the
DD
KeymasterJune 18, 2013 at 09:21 in reply to: Fatal ErrorsHi,
bbpress is inactive. http://demo1.diaboliquedesign.com/4/Help/
DD
KeymasterJune 18, 2013 at 09:20 in reply to: Plugins On Homepage Not DisplayingThere must be error, check settings – https://kb.mediatemple.net/questions/764/How+can+I+create+a+phpinfo.php+page%3F#gs
It looks like you are using outdated build-in forums, did you migrate to bbress – http://codex.buddypress.org/user/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/
DD
KeymasterJune 18, 2013 at 09:15 in reply to: Sign up ProcessE-mails are not sending by theme but by WordPress. It’s not a theme issue. Maybe your hosting blocks mail() function. Use this plugin – http://wordpress.org/plugins/wp-mail-smtp/
DD
KeymasterJune 17, 2013 at 13:03 in reply to: Plugins On Homepage Not DisplayingSet the following line in the php.ini:
display_errors = On
and tell me what error you see on the frontpage
DD
KeymasterThere is not enough space for more text
DD
KeymasterJune 17, 2013 at 11:59 in reply to: Registration by DomainYou have to edit core files, not theme.
DD
KeymasterJune 17, 2013 at 11:58 in reply to: Plugins On Homepage Not DisplayingCan you create new forums, forum topics etc?
-
This reply was modified 13 years ago by
