Forum Replies Created
-
Author
-
sharmstr
ModeratorAdd tags to your clients. Then in the Clients shortcode, select the tags you want in the Filter by Tags box.
So, in your case, give client 1, 3 and 6 the same tag. Then in the shortcode, filter by that tag.
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
sharmstr
ModeratorHow are you making these cells?
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
sharmstr
ModeratorIt works fine on my 5 sites. So its something specific with your site. Perhaps a plugin turned it off.
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
sharmstr
Moderator@radu, can you talk to abe about this? The title displays correctly using the 2014 or 2015 themes. I dont think people should have to install anything to make it work with Kleo. Just my opinion.
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
sharmstr
ModeratorThe minimum role level for it to show up is Author. It doesnt show up for subscribers.
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
sharmstr
ModeratorCOPY CODE.kleo-main-header .nav > li.active > a, .kleo-main-header .nav > li > a:hover { box-shadow: none !important; }
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
sharmstr
ModeratorIts already been fixed and will be available in the next update.
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
sharmstr
ModeratorUse the activity stream shortcode and select yes for form.
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
sharmstr
ModeratorTheme Options > Misc > Turn on admin bar.
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
sharmstr
ModeratorLook at the lines above that. Specifically if ( !empty( $bg_video_args ) ) {. That’s going to return false if you didnt adjust the lines above that.
COPY CODEif (get_cfield( 'video_mp4' ) ) { $bg_video_args['mp4'] = get_cfield( 'video_mp4' ); } if (get_cfield( 'video_ogv' ) ) { $bg_video_args['ogv'] = get_cfield( 'video_ogv' ); } if (get_cfield( 'video_webm' ) ) { $bg_video_args['webm'] = get_cfield( 'video_webm' ); }
None of those lines are looking for your ‘video’ field, right? So it will never try to execute the line you edited.
Furthermore, did you adjust the first line in the video case? $video = get_cfield( ’embed’ ); That should probably be something like $video = get_field( ‘video’ );
I suggest you hire someone who can read and understand the code.
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
sharmstr
ModeratorNo, I haven’t. It works with regular posts and works with the CPTs I use, so its not a bug.
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
sharmstr
ModeratorMs Sharmstr, not Mr, says you’re welcome. 🙂
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
sharmstr
ModeratorYou dont need to delete anything. Disable them.
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
sharmstr
Moderatorhttps://archived.seventhqueen.com/forums/topic/kleo-features-requests/page/4/#post-40819
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
sharmstr
ModeratorNo.
We know that Kleo works with buddypress. There’s an issue on your site that you need to figure out. Common issues are caching plugins, CDN servers with old copies of files and conflicts with other plugins.
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
sharmstr
ModeratorSee attached
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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorColumn Settings > Design > Background.
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
sharmstr
ModeratorRespond privately with a link and admin credentials.
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
sharmstr
ModeratorGroups – You have to have one or the other.
For the menus going to the wrong pages, try resetting your permalinks Wp Admin > Permalinks > Save. If that doesnt work, try disabling plugins.
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
sharmstr
ModeratorIf you want groups to appear full-width, you need to set that in theme options > buddypress > groups layout
Cover image is only for 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
sharmstr
ModeratorMost of that will take custom coding and is beyond the scope of support here.
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
sharmstr
ModeratorWhen something is filtered (changed), it doesnt matter who/what calls it. (http://codex.wordpress.org/Plugin_API/Filter_Reference) The results have already been changed by the time Kleo calls it. Furthermore, as shown in the code, kleo is calling bp_get_loggedin_user_avatar. That’s not a kleo function, that’s a Buddypress function.
Have you discussed this with the plugin devs? We’ve illustrated that it only happens when people use their plugin to log in, correct?
I’ll walk you through the issue with Social Login. Hopefully this will help you understand and assist you finding the issue with whatever plugin you’re using.
As I’ve said, SL filters ‘get_avatar’. get_avatar is called by bp_get_loggedin_user_avatar.
COPY CODEadd_filter ('get_avatar', 'oa_social_login_custom_avatar', 10, 5);
The filter calls ‘oa_social_login_custom_avatar’.
COPY CODE/** * Hook to display custom avatars */ function oa_social_login_custom_avatar ($avatar, $mixed, $size, $default, $alt = '') { //The social login settings static $oa_social_login_avatars = null; if (is_null ($oa_social_login_avatars)) { $oa_social_login_settings = get_option ('oa_social_login_settings'); $oa_social_login_avatars = (isset ($oa_social_login_settings ['plugin_show_avatars_in_comments']) ? $oa_social_login_settings ['plugin_show_avatars_in_comments'] : 0); } //Check if social avatars are enabled if (!empty ($oa_social_login_avatars)) { //Check if we have an user identifier if (is_numeric ($mixed) AND $mixed > 0) { $user_id = $mixed; } //Check if we have an user email elseif (is_string ($mixed) AND ($user = get_user_by ('email', $mixed))) { $user_id = $user->ID; } //Check if we have an user object elseif (is_object ($mixed) AND property_exists ($mixed, 'user_id') AND is_numeric ($mixed->user_id)) { $user_id = $mixed->user_id; } //None found else { $user_id = null; } //User found? if (!empty ($user_id)) { //Override current avatar ? $override_avatar = true; //BuddyPress (Thumbnails in the default WordPress toolbar) if (function_exists ('bp_core_fetch_avatar') AND function_exists ('bp_core_avatar_default')) { //Fetch the BuddyPress user avatar $bp_user_avatar = bp_core_fetch_avatar (array ('item_id' => $user_id, 'no_grav' => true, 'html' => false)); //Do not override if it's not the default avatar if (!empty ($bp_user_avatar) AND $bp_user_avatar <> bp_core_avatar_default ()) { //User has probably upladed an avatar $override_avatar = false; } } //Show avatar? if ($override_avatar) { //Read the avatar $user_meta_thumbnail = get_user_meta ($user_id, 'oa_social_login_user_thumbnail', true); $user_meta_picture = get_user_meta ($user_id, 'oa_social_login_user_picture', true); //Use the picture if possible if ($oa_social_login_avatars == 2) { $user_picture = (!empty ($user_meta_picture) ? $user_meta_picture : $user_meta_thumbnail); } //Use the thumbnail if possible else { $user_picture = (!empty ($user_meta_thumbnail) ? $user_meta_thumbnail : $user_meta_picture); } //Avatar found? if ($user_picture !== false AND strlen (trim ($user_picture)) > 0) { return '
'; } } } } //Default return $avatar; }
As you can see in the function, it changes the get_avatar call to return the following, no matter what arguments you supply.
COPY CODE'
';
The problem with this is that Kleo wants all the html stripped out so that it only receives the path to the file, not the img src tags. Since kleo doesnt get a path and gets the actual image html, it cant find the avatar and shows a default one instead.
Again, talk to the devs and see if they filter get_avatar. Maybe something else is going on, but you should investigate this as an option.
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
sharmstr
ModeratorAgain, it sounds exactly like the problem I had with the Social Login plugin. The avatar in the menu did not display if a user used any social site to login (facebook, google +, linkedin). It was only when I user uploaded an image via their profile AND logged in via WP.
The reason this happens is because the Social Login is doing its own filtering of the get_avatar function. You need to see if the plugin you’re using is doing the same thing.
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
sharmstr
ModeratorI had a similar avatar issue with Social Login. See the reason here: https://archived.seventhqueen.com/forums/topic/intergrating-social-login-plugin-with-kleo-login#post-44269
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
sharmstr
ModeratorLOL. See… a combination of bp_core_remove_nav_item and !is_user_logged_in. Good job!
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
sharmstr
Moderator@rincon805 Several of us use https://wordpress.org/plugins/menu-items-visibility-control/ for wp menu item visibility
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
sharmstr
ModeratorActually, I was right. He is talking about the profile tabs. Not the WP menu. Geeez, I need a nap.
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
sharmstr
ModeratorSorry, editing because I got my topics screwed up.
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
sharmstr
ModeratorAlso, if you’ve been setting your site up using the parent theme, you’ll have to export your settings and import them into the child theme. I have a post about that on my site: http://sharmstr.com/saving-importing-and-exporting-kleo-settings/
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
sharmstr
ModeratorPlease read the documentation. https://archived.seventhqueen.com/documentation/kleo specifically https://archived.seventhqueen.com/documentation/kleo#installing-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
sharmstr
ModeratorYes. Use the Kleo login and register links. If you dont see them, enable them by clicking on screen options upper right hand part of the screen in wp admin > menus
All of you question so far have been asked and answered multiple times. Please use the search feature here. It will help you get the answers you need faster. 🙂
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
sharmstr
ModeratorYou need to have the kleo child theme enabled.
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
sharmstr
Moderatoranswered in the other topic /kleo-child/functions.php
for 404 wp admin > settings > permalinks > save
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
February 28, 2015 at 20:56 in reply to: Attachment and Post Buttons for "What's new posts" on groups were hidden #48135sharmstr
Moderatorkleo-child/functions.php
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
February 28, 2015 at 20:16 in reply to: rtmedia settings are not saved. Media tabs on a 404 page #48121sharmstr
ModeratorDid it work with one of the WP theme enabled? If not, ask over on rtMedia site.
I will say I had a similar issue once and it was a plugin conflict.
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
sharmstr
ModeratorWp Admin – Theme Options – General Settings.
You should read the documentation and watch the video
https://archived.seventhqueen.com/documentation/kleo
https://archived.seventhqueen.com/video-tutorials/kleo-quick-install-and-setup.htmlHi 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
February 28, 2015 at 19:53 in reply to: rtmedia settings are not saved. Media tabs on a 404 page #48115sharmstr
ModeratorProbably the number 1 support topic on rtMedia site. WP Admin > Settings > Permalinks > Click save.
http://docs.rtcamp.com/rtmedia/troubleshooting/solve-404-page-not-found-error-media-tab-buddypress/
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
sharmstr
ModeratorDont turn it on at the site level (wp admin – theme options). Do it as I said. Wp admin – pages – open the page in page editor and scroll down the page options. In other words, only turn on transparent menu for that individual page. Not for the 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
sharmstr
ModeratorYou need to turn on transparent menu and hide the title, breadcrumb and info section. You can do that by editing the page and scrolling down to the options section.
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