Forum Replies Created
-
Author
-
sharmstrModerator
Whoa. You are the only one having this issue. Its extremely difficult to figure out what is wrong with your setup without having access to it. It could be any number of things. Early on you said that the problem would be fixed if you could get the avatars to come in at 80px instead of 50px. I gave you a link that describes and walks you through how to do that. All of the other css code is for rounding the containing div. Take a look at this link again to see if calling a bigger avatar (60 to 80px) will fix your problem.
http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/
The part you want to focus on in the above link is the “How to Change BuddyPress Avatar Sizes”. As the instructions state, you’ll want to open /plugins/bp-custom.php and add the following to it
COPY CODEdefine ( 'BP_AVATAR_THUMB_WIDTH', 80 ); define ( 'BP_AVATAR_THUMB_HEIGHT', 80 );
Save it, reupload it to your server, hit F5, take a break, come back, hit F5 and see if it worked. You can play with the 80 setting to see if just 60 will do it.
And btw, changes dont show up right away. You need to be patient. Hit F5 to reload the page, as well. I’m guessing somewhere along the line one of the proposed fixes actually worked but you just assumed it didnt because you didnt see it right away. That happens all the time.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThere’s no way I can access the page?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHard to help without seeing all the css that’s being loaded. (keep in mind I dont work for the devs of the theme. I’m just trying to help.)
BuddyPress uses two different default avatar sizes. 50px for thumbnails and 150px for full. You can change these defaults. Refer to this: http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/
Kleo has its own sytling for the avatar thumbnail which can be found in kleo/buddypress/css/buddypress.css
COPY CODE#buddypress .activity-list .activity-avatar { float: left; display: block; overflow: hidden; position: relative; border-radius: 3px; z-index: 2; border-style: solid; border-width: 5px; margin-left: 10px; margin-top: -7px; /*box-shadow: 0 0 0 13px #fff;*/ width: 60px; height: 60px; }
It really sounds like you have some css from another plugin overriding kleo’s buddypress.css styles, but again, hard to tell without seeing it with my own eyes.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorCan you post a link to your site. I’m not having this issue so I’m wondering if your site it loading some other css file that’s screwing it up for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorA google search brought up several soultions.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI couldnt get to your link, but I use BuddyPress Live Notification https://wordpress.org/plugins/bp-live-notification/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModerator@kieran Ah! I finally get what you were talking about. It presents them in tabbed format if you are editing your profile, but not when its being displayed to others. If you havent figure out a solution to this, I plan on doing it next week.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorJust installed the 3.6.9 update and works perfectly 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorAnytime my friend.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorVerified that this is fixed. Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorExcellent. Marking this resolved then.
btw – the upgrade to 1.3 was flawless. You guys are doing a great job. Thank you!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorhere’s mine
https://rtcamp.com/support/topic/lightbox-not-displaying-even-on-your-demo-site/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI just did some testing and couldn’t sort it out. It happens in the Twenty Fourteen theme as well, so I’ll go bug the rtCamp about it. I’ve purchased two copies of pro and a few other things from them. They know me. LOL.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorInteresting. That link you sent me indeed works from within the “members” context. What I mean is, that it pops up if you click the title while in either ‘activity’ or ‘media’ within the members profile. But if you click on it from either the main activity stream or from the individual activity page, it doesnt.
See if it works for you http://seventhqueen.com/themes/kleo/members/kleoadmin/activity/1283/
I’m getting the exact same behavior on my site.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHi Guys,
Just upgraded to 1.3 and its working. BUT now the lightbox wont load when you click on the title. It spawns a bunch of ajax requests. Same thing happens on your demo site.
In any case, the fix looks great.
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorYou need to install a plugin to do it. I use BuddyPress Custom Fields Type: https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI have to ask this. Did you update VC and K elements too? If not, that could be your problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThe theme is fine with latest BuddyPress. Does this help?
http://buddypress.org/support/topic/error-message-warning-strpos-function-strpos-empty-needle-in/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHey John,
Glad it sorted.
As far as colors go, they are set by post type. Every different post type as a different color. I dont see in the Admin where you can control those (I could be wrong) so you’ll probably have to override those in your child stylesheet.
Set these to the color you want
COPY CODE.masonry-listing .format-video .post-title { border-left: 3px solid #07baf4; } .masonry-listing .format-standard .post-title { border-left: 3px solid #8a52ad; } .masonry-listing .format-image .post-title { border-left: 3px solid #fc604a; } .masonry-listing .format-gallery .post-title { border-left: 3px solid #43ae9e; } .masonry-listing .format-audio .post-title { border-left: 3px solid #367bb7; } .masonry-listing .format-link .inner-content { margin-top: 10px; border-left: 3px solid #00c5c4; } .masonry-listing .format-aside .post-title { border-left: 3px solid #ee2534; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHey John,
You have a jquery error that’s preventing all of the code to run. See image: https://24.media.tumblr.com/d87d578bc1f4766a36f88bea6ceeb266/tumblr_n2onppB5PW1squolvo1_500.jpg
For whatever reason, your /kelo/assets/js/scripts.js file is missing the jquery.imgpreload script that’s supposed to be at the bottom of the file. This is what you’re missing
COPY CODE/* v1.5 */ /* Copyright (c) 2009 Dimas Begunoff, http://www.farinspace.com https://github.com/farinspace/jquery.imgpreload Licensed under the MIT license http://en.wikipedia.org/wiki/MIT_License */ if ('undefined' != typeof jQuery) { (function($){ // extend jquery (because i love jQuery) $.imgpreload = function (imgs,settings) { settings = $.extend({},$.fn.imgpreload.defaults,(settings instanceof Function)?{all:settings}:settings); // use of typeof required // https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference/Operators/Special_Operators/Instanceof_Operator#Description if ('string' == typeof imgs) { imgs = new Array(imgs); } var loaded = new Array(); $.each(imgs,function(i,elem) { var img = new Image(); var url = elem; var img_obj = img; if ('string' != typeof elem) { url = $(elem).attr('src') || $(elem).css('background-image').replace(/^url\((?:"|')?(.*)(?:'|")?\)$/mg, "$1"); img_obj = elem; } $(img).bind('load error', function(e) { loaded.push(img_obj); $.data(img_obj, 'loaded', ('error'==e.type)?false:true); if (settings.each instanceof Function) { settings.each.call(img_obj); } // http://jsperf.com/length-in-a-variable if (loaded.length>=imgs.length && settings.all instanceof Function) { settings.all.call(loaded); } $(this).unbind('load error'); }); img.src = url; }); }; $.fn.imgpreload = function(settings) { $.imgpreload(this,settings); return this; }; $.fn.imgpreload.defaults = { each: null // callback invoked when each image in a group loads , all: null // callback invoked when when the entire group of images has loaded }; })(jQuery); }
I guess make sure all of your theme files are up to date.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorPut this in functions.php and edit positions as necessary.
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['profile']['position'] = 70; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
I find it hard to believe that you couldnt find this solution since there’s about a million pages returned by google when searching for it. So, my guess is you tried it and it didnt work. If that’s the case, then make sure that the quotes are actual single quotes and not fancy quotes and two, be patient. The change wont show up right away. Just hit F5 a few times.
I just added the above code and it worked without issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorIf you’re a bit more specific about where you’re getting stuck, I might be able to help.
If you want to get the unread message count, you’ll have to use messages_get_unread_count instead of bp_notifications_get_notifications_for_user( bp_loggedin_user_id() )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorTabs (I use the term loosely, is already built in to Buddypress. Just create new field groups.
http://codex.buddypress.org/buddypress-components-and-features/extended-profiles/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorhey robin. I didn’t have to set the tag name in ‘featured content’. It was automagically added when I installed the theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorOh boy! I would have never figured that out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHmmm. I can tell you that I didnt use the sticky stuff. And I dont know of anywhere in the admin options where you can turn on/off featured. I only see that you can change the style from carousel to grid.
This is a long shot, but the files that control that are
/kelo/featured-content.php
/kelo/lib/admin.js
/kelo/lib/featured-content.phpMaybe reupload those in case they are corrupt?
Sorry that I cant be of more help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorHey Robin,
I havent had any issues with this, so not sure where to point you. Have you verified that your posts show up in /tag/featured/ ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThat’s handled by /page-parts/post-content-masonry.php. Copy it to your child theme and edit as needed.
Sound like you will want to remove all instances of
<span class="post-meta">
<?php kleo_entry_meta();?>
</span>
<div class="entry-summary">
<?php echo kleo_excerpt(); ?>
</div><!-- .entry-summary -->
I’m guessing you’ll have to deal with some formatting issues if you choose to do this.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratordefine ( 'BP_ENABLE_ROOT_PROFILES', true );
http://premium.wpmudev.org/blog/6-buddypress-power-hacks-you-dont-want-to-miss/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorMake sure you download the full package, not just the wordpress files. In the package, go to Main files -> Documentation->Kelo Theme. Open index.html in a browser.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratortry: /kleo-framework/lib/class-multiple.sidebars.php
Oh, and if you have to make a ton of changes to the admin, try adminimize. I was orginally removing metaboxes in functions.php, but switch to adminimize because I can easily hide dashboard and menu items.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorWow. You guys are awesome. Can’t wait to see it. Thank you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThose are located under BuddyPress on the left hand side. Open BuddyPress and check “Log Out” in the “Logged-In” list and “Log In” and “Register” in the “Logged-Out” list. Click on Add to Menu then move them under My Account. Save the menu. Buddypress will take care of showing the correct menu items depending on if you are logged in or not.
https://31.media.tumblr.com/429b7ac3395bbeade1e668c94e70338f/tumblr_n2dmlxwjfo1squolvo1_500.jpg
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorOH! I tried header and main before giving up. Never tried to set it in the alternate section. But to be more clear, it comes from ‘background color’ in the alternate section. Not from ‘alternate background color’ in the alternate section. (that’s a lot of alternates 🙂 )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorSorry, one last thing to consider. Take a look at how spotify tracks and playlists get embeded into the activity stream. They take up the width of the container. I would be cool to do this with posts as well since it would fall in line with youtube videos and soundcloud playlist. The poor skinny spotify player looks akward 🙂 Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorAny chance you have a temp fix for this? I have a preso with my client soon and these piece is important. Thanks.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorYep. Much better way. My way screws up comment reply hiding in the activity feed. (the one where it hides all the replies except for the last 5).
Thanks again!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorThis works great. I really like the album art in the Masonry grid. Added bonus that it works great with Soundcloud too!
Hopefully you’ll be able to update the post editor to explain that.
Thanks again, Team!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorI dont think they have a setting for that in the admin (at least I couldnt find it). You can put this in your childs style.css file
COPY CODE#container-wrap main-title alternate-color border-bottom { background-color: #*whatever*; color: #*whatever*; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstrModeratorOH! That’s sounds good. I’ll try that too. Less hacks = easier theme upgrades. Thanks!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts