Forum Replies Created

Viewing 40 posts - 8,401 through 8,440 (of 11,328 total)
  • Author
  • in reply to: different Client Logos on different Pages #48393
     sharmstr
    Moderator

    Add 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: cell, table issue #48377
     sharmstr
    Moderator

    How 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: creating a post not showing #48376
     sharmstr
    Moderator

    It 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Title tags for groups , members are missing #48375
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: creating a post not showing #48369
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Primary menu hover #48364
     sharmstr
    Moderator
    COPY 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Search Messages – Broken (on demo as well) #48357
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Kleo Activity Element Shortcode #48356
     sharmstr
    Moderator

    Use 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: creating a post not showing #48354
     sharmstr
    Moderator

    Theme 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: display of the archive article with ACF fields #48353
     sharmstr
    Moderator

    Look 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 CODE
    
    if (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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: get_cfield on custom post type #48352
     sharmstr
    Moderator

    No, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Pinterest Homepage Template Not Working #48288
     sharmstr
    Moderator

    Ms 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48287
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: "Load More" for Kleo Post Grid #48281
     sharmstr
    Moderator

    https://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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48280
     sharmstr
    Moderator

    No.

    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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48267
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Remove white gaps between rows #48262
     sharmstr
    Moderator

    See attached

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This 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.
    in reply to: Remove white gaps between rows #48260
     sharmstr
    Moderator

    Column Settings > Design > Background.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48258
     sharmstr
    Moderator

    Respond 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48255
     sharmstr
    Moderator

    Groups – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48253
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Several things #48251
     sharmstr
    Moderator

    Most 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issue displaying image #48227
     sharmstr
    Moderator

    When 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 CODE
    
    add_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 '' . oa_social_login_esc_attr ($alt) . '';
    				}
    			}
    		}
    	}
    
    	//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
    
    '' . oa_social_login_esc_attr ($alt) . '';
    

    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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issue displaying image #48206
     sharmstr
    Moderator

    Again, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Issue displaying image #48162
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile menu visability #48161
     sharmstr
    Moderator

    LOL. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile menu visability #48160
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile menu visability #48158
     sharmstr
    Moderator

    Actually, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Profile menu visability #48156
     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress issues #48155
     sharmstr
    Moderator

    Also, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress issues #48154
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I do not have filds register #48148
     sharmstr
    Moderator

    Yes. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress issues #48144
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress issues #48143
     sharmstr
    Moderator

    answered 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    kleo-child/functions.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtmedia settings are not saved. Media tabs on a 404 page #48121
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Have disappeared the top menu settings #48119
     sharmstr
    Moderator

    Wp 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.html

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtmedia settings are not saved. Media tabs on a 404 page #48115
     sharmstr
    Moderator

    Probably 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Have disappeared the top menu settings #48112
     sharmstr
    Moderator

    Dont 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Have disappeared the top menu settings #48109
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 8,401 through 8,440 (of 11,328 total)

Log in with your credentials

Forgot your details?