-
DD
KeymasterOctober 19, 2013 at 13:22 in reply to: Problems with some pagesYou have to reupload all files and install search plugin – http://demo1.diaboliquedesign.com/4/Help/#live-search
DD
KeymasterIt’s not possible. Notification must be clicked. You are the first client which has problem with it.
DD
KeymasterOctober 19, 2013 at 10:30 in reply to: LogoutDD
KeymasterIt will disappear when you click on the notification.
DD
KeymasterDD
Keymasterdelete index.html file
DD
Keymaster`.front-box-title { background:#cccccc; }`
DD
KeymasterSorry, it will be
`.front-box-title:hover { background:#cccccc; }`
DD
Keymasteropen header.php and remove
`alt=”“`
DD
Keymaster`#navigation a {color: #4D4D4D;}
#navigation ul ul a { color:#414141; }`DD
Keymaster`#navigation ul li.current-menu-item { background:#f2763b; color:#ffffff; }`
DD
KeymasterAdd it to myStyle.css
`body { color:#000000; }
div#content, .forums #content, .activity #content, .members #content { font-size:15px; }`DD
KeymasterOctober 18, 2013 at 11:31 in reply to: How to change color of Orange lines in recent posts sidebar boxYou have to replace this image images/sidebar-spacer1.png
DD
KeymasterAdd it to myStyle.css:
`#front-boxes img:hover { opacity:1.0; background:#cccccc; }`
DD
KeymasterOctober 18, 2013 at 11:28 in reply to: Mobile Compatibility issueTry to add it to
`background-size: 100% auto;`
inside #header-container selector
DD
KeymasterOctober 18, 2013 at 11:25 in reply to: Threaded Forum CommentsI will do it but not now. Maybe within a next month.
DD
KeymasterI’m not sure what do you mean but you have to remove menu item under WP menus menager.
DD
KeymasterDD
Keymasterjust search for #text1 selectors
DD
KeymasterOctober 17, 2013 at 14:23 in reply to: Font colorIf 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
KeymasterOctober 17, 2013 at 11:06 in reply to: Mobile Compatibility issueThere is a special menu for mobile devices which you can manage via menu manager.
DD
Keymasterpaste it into myStyle.css:
`.page-template-frontpage1-php #header-container, .page-template-frontpage2-php #header-container, .page-template-frontpage3-php #header-container, .page-template-frontpage4-php #header-container { height: 328px; }`
DD
KeymasterAdd it to myStyle.css:
`#page-title { display:none; }`
DD
Keymasteryou missed height: 328px;
DD
KeymasterYou commented this style:
`/* #header-container { background: url( ../images/bg-header.gif ); background-position:0px 40px; height: 328px; } */`
there must be some height defined
DD
Keymasterstyle.css
edit this line only:
`#header-container { background: url( ../images/bg-header.gif ); background-position:0px 40px; height: 328px; }`
DD
KeymasterEdit this code line:
`#header-container { background: url( ../images/bg-header.gif ); background-position:0px 40px; height: 328px; }`
This code line is for frontpages only:
`.page-template-frontpage1-php #header-container, .page-template-frontpage2-php #header-container, .page-template-frontpage3-php #header-container, .page-template-frontpage4-php #header-container { height: 428px; }`
DD
KeymasterUse image with space on the top.
DD
KeymasterYou have to decrease it in few places.
DD
KeymasterHello,
You should use this login page – http://www.demo1.diaboliquedesign.com/4/login/
not extras/page-user-login.php
DD
KeymasterOctober 16, 2013 at 09:38 in reply to: Responsive designHi,
As I know the iPad has smaller width than 1280px so you can’t display whole page.
DD
KeymasterDD
KeymasterOctober 16, 2013 at 09:33 in reply to: Group Avatar won't showHi,
Is it working when a Default BP theme is active? It can be caused by some plugin or maybe it’s a CHMOD issue.
DD
KeymasterIt’s inside index.php
Does the Blog Full Width page template is working?
DD
KeymasterOctober 15, 2013 at 11:46 in reply to: Problems with some pagesIt looks fine for me.
DD
KeymasterOpen frontpageX.php and remove:
`
`
2. open wp-content/themes/WildCommunity/_inc/css/default.css and reduce height: 428px;
DD
KeymasterOctober 15, 2013 at 11:29 in reply to: Problems with some pagesreupload it, or reupload whole theme
DD
KeymasterOctober 15, 2013 at 11:28 in reply to: Problem with Groups – Need helpedit groups/groups-loop.php
DD
KeymasterMaybe there is problem with friendly URLs, are the other pages like Members, Contact Us … working fine?
DD
KeymasterOctober 15, 2013 at 09:08 in reply to: Problem with Groups – Need helpHello,
Check it – http://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/13488
DD
KeymasterDD
KeymasterOctober 15, 2013 at 09:04 in reply to: Custom Jquery codeAlso, Is any jquery function in js/jQFunctions.js file , will be accessible on any page on the website.
Yes
jquery is already included, libraries you can paste into header.php
DD
KeymasterOctober 14, 2013 at 13:41 in reply to: Events ManagerIt doesn’t work with a default BP theme too, there is missed DIV somewhere.
DD
KeymasterOctober 14, 2013 at 13:16 in reply to: Format of the Forum Pagepaste it inside notepad first, remove any PRE tags, and repaste it into wordpress
DD
KeymasterOctober 14, 2013 at 13:13 in reply to: Related PostsOpen single.php and remove:
` ID);
if ($tags) {
$tag_ids = array();
foreach($tags as $individual_tag) $tag_ids[] = $individual_tag->term_id;
$args=array(
‘tag__in’ => $tag_ids,
‘post__not_in’ => array($post->ID),
‘posts_per_page’=>5, // Number of related posts that will be shown.
‘ignore_sticky_posts’=>1
);
$my_query = new wp_query( $args );
if( $my_query->have_posts() ) {echo ‘
‘ . of_get_option(‘t-20’, ‘Related Posts’ ) . ‘:‘;
while( $my_query->have_posts() ) {
$my_query->the_post(); ?>‘;
}
}
$post = $orig_post;
wp_reset_query(); ?>`DD
KeymasterBut did you create Blog page with selected Blog page template?
DD
KeymasterHi,
Maybe configuration of this plugin is wrong.
Please continue discussion here –
DD
KeymasterHi,
My tabs and even manager use the same .hide class.
open js/jQFunctions.js and replace .hide for .hide-tab
now open frontpageX.php, groups/groups-loop.php files and replace
`class=”hide”`
for:
`class=”hide-tab”`
you have to replace it in few places on 1 page.
DD
KeymasterOctober 12, 2013 at 09:35 in reply to: Events ManagerHi,
I don’t see any problem on my test site – http://imm.io/1ibkd
DD
KeymasterOctober 12, 2013 at 09:14 in reply to: Missing TabsI can’t find this file – http://social.arkanos.cz/wp-content/themes/OneCommunity/js/jQFunctions.js
DD
KeymasterI downloaded you website on my desktop and replaced style.css file, that’s all.
DD
KeymasterWhat about second problem? ANy solution ?
It
DD
KeymasterProblem is with the title. Title in first group is showing in 4 lines and in the second group it is showing in 3 lines.
It’s not possible because words have a different lenghs, sometimes you can have 3 words in one line, sometimes you can have 2 words in one line. That’s a limitation of HTML
DD
Keymaster– Arrows are now not showing. what shall I change.
js/jQfunctions.js -> showArrow: false,
easeType: ‘random’– The slider buttons are not showing. wht to change.
change position of this buttons -> css file with onebyone slider
slideShowDelay: 5000,
anddelay: 1000,
i don’t know
DD
KeymasterDD
KeymasterOctober 11, 2013 at 09:09 in reply to: Format of the Forum PageThere is PRE tag around the forums. Did you paste something else inside the Forums page editor?
Also cans some one tell me what is the point of having Group Forum Parent.
All group forums must be child of the one main forums category, that’s how buddypress and bbpress are integrated.
DD
KeymasterOctober 11, 2013 at 09:06 in reply to: Avatar Help!Replace this image wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg
DD
KeymasterOctober 11, 2013 at 08:52 in reply to: Custom Jquery codePaste it into js/jQFunctions.js file
DD
KeymasterYou have corrupted something in the style.css.
2. The recent post boxes do not have same verticle alignment.
You can set fixed height for each box, paste it into myStyle.css:
`li.blog-thumbs-view-entry { height:250px; }`
DD
KeymasterFirst open frontpage3.php, cut:
`
34.000
Members25 Active Groups`
and paste after:
``
Style is here:
wp-content/themes/OneCommunity/slider/onebyone.css
DD
KeymasterOctober 10, 2013 at 11:21 in reply to: frontpage21. Open frontpage2.php and replace http://pastebin.com/MJ4LXrXm for http://pastebin.com/ZNMZSqMS
2. You can change it increasing this parameter – posts_per_page=4 in frontpage2.php
3. Remove it from frontpage2.php – http://pastebin.com/JGf7Mwx5
4. frontpage2.php -> `’posts_per_page’ => 5`
DD
KeymasterSorry but there will be a lot of work.
DD
KeymasterOctober 10, 2013 at 11:13 in reply to: Creating a new "Members" page– Have the query filters to filter the member with specific queries, like filtering based on gender , city, state etc.
I affraid it’s not possible with Buddypress – http://codex.buddypress.org/developer/loops-reference/the-members-loop/
DD
KeymasterHello,
In it frontpageX.php replace
`bp_has_members( ‘type=popular`
for:
`bp_has_members( ‘type=newest`
More info – http://codex.buddypress.org/developer/loops-reference/the-members-loop/
Also replace:
``
for:
`New Members`
DD
KeymasterOctober 10, 2013 at 09:42 in reply to: Topics on front pageUnfortunately there will be more work with styling. Maybe some freelancer does it for $20-30.
DD
KeymasterOctober 10, 2013 at 09:41 in reply to: new topic buttonThere is no space below tabs for such button. You can add button above tabs but it will be displayed on all BP pages because Buddypress uses the same page template for all Group pages.
DD
KeymasterOctober 10, 2013 at 09:40 in reply to: tiles order mobile viewIt’s not possible.
DD
KeymasterOctober 10, 2013 at 09:38 in reply to: Custom loginOpen functions.php and remove:
function custom_login_logo() { ?> <style type="text/css"> body { background-color:#f55438!important; background-image: url( "<?php bloginfo("template_url"); ?>/images/bokeh.png" )!important; background-repeat: no-repeat; background-position: center -300px; } #loginform, #lostpasswordform, #resetpassform { box-shadow:none!important; border:none!important; background:none; padding-left:0px; padding-right:0px; } #login h1 { display:none; } #login p#nav, #login p#backtoblog, #login p#nav a, #login p#backtoblog a, label, #login_error, p.message, #login_error a, p.message a, p.description { color:#ffffff!important; text-shadow: 1px 1px 0px #b93c26!important; } #login p#nav, #login p#backtoblog { padding-left:0px; padding-right:0px; } #login p#nav a, #login p#backtoblog a { font-weight:bold; } #loginform p label input.input, #lostpasswordform p label input.input, #resetpassform p label input.input { border-radius:5px; color:#ffffff; padding-top:9px; padding-bottom:9px; background:#d64931; border-top:1px solid #ba432e; border-left:1px solid #ba432e; border-bottom:1px solid #ff7861; border-right:1px solid #ff7861; box-shadow: inset 1px 1px 2px 0px #c1432d; } #loginform p.submit input#wp-submit, #lostpasswordform p.submit input#wp-submit, #resetpassform p.submit input#wp-submit { font-size:14px; padding:9px 24px 9px 24px; font-weight:700; height:auto!important; box-shadow:none; border-radius:5px; color:#ffffff; background-image: url( "<?php bloginfo("template_url"); ?>/images/bg-button-red.png" ); text-shadow: 1px 1px 0px #a22e1a; border-top:1px solid #f68e7c; border-left:1px solid #f68e7c; border-right:1px solid #ca3a20; border-bottom:1px solid #ca3a20; } #login_error, p.message { border:none!important; box-shadow:none!important; background:none!important; padding:0px!important; font-weight:bold; } #resetpassform #pass-strength-result { padding-left:0px; padding-right:0px; width:100%; border:none; overflow:hidden; } </style> <?php } add_action('login_head', 'custom_login_logo');DD
KeymasterDD
KeymasterOctober 10, 2013 at 09:35 in reply to: Creating My Own HomepageHi,
There is no shortcodes for that but addidionally you have to provide own styling (elements width). A lot of work.
