Forum Replies Created

Viewing 40 posts - 2,201 through 2,240 (of 11,328 total)
  • Author
  • in reply to: GD home page #93214
     sharmstr
    Moderator

    I was responding when you asked your second question…

    No, I dont know of such a plugin for VC. If there is a shortcode that you can use, you can always add it to a VC text block. But, keep in mind, in order for the default geo pages to work properly, the shouldnt have any VC code in them. Again, this isnt a Kleo issue, its how the plugin works.

    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: GD home page #93213
     sharmstr
    Moderator

    Did you read this section of their documentation? https://docs.wpgeodirectory.com/layout/

    As it outlines, you set the pages you want to use for home, listings, search, etc…, then go to WP Admin > Appearance > Widgets to set up how the page will look.

    You would have to do this with any theme. This isnt Kleo, its how the plugin works.

    Hope that helps.

    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 button activity page not working #93182
     sharmstr
    Moderator

    Not yet. Working on it. Will let you know.

    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: VC ‘Toggle’ element not working in Kleo #93181
     sharmstr
    Moderator

    Your code works on my site (except obviously ultimate spacer since I dont have that.) Start a new page and add 1 one toggle without the ultimate spacer. See if that works. Also, what version of k-elements do you have installed?

    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: VC ‘Toggle’ element not working in Kleo #93169
     sharmstr
    Moderator

    They are working fine on the demo too: http://seventhqueen.com/themes/kleo/accordion-toggle/

    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: VC ‘Toggle’ element not working in Kleo #93168
     sharmstr
    Moderator

    They work fine on my sites with Kleo 3.1.3, k-elements 3.1.1 and VC 4.8.1. Do you have any custom code in a child theme or perhaps a plugin conflict?

    Can you switch to Classic Mode and paste off the code here? I can try it on my site that’s working fine to see if I can recreate your issue.

    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: Create shortcode #93162
     sharmstr
    Moderator

    You didnt replace the 2 echo like I’ve instructed

    COPY CODE
    function follow_shortcode() {
    
        $output = '<div class="um-followers-user-btn">';
    		
    			if ( $user_id1 == get_current_user_id() ) {
    				$output .=  '<a href="' . um_edit_profile_url() . '">' . __('Edit profile','um-followers') . '</a>';
    			} else {
    				$output .=  $um_followers->api->follow_button( $user_id1, get_current_user_id() );
    			}
    			
    $ouptput .= '</div>';
     
    echo $output;
    }
    add_shortcode( 'followBtn', 'follow_shortcode' );
    
    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: Create shortcode #93158
     sharmstr
    Moderator

    You code syntax is wrong.

    You should be doing “$output =” for both div lines and for the two lines that have echos. Then at the end you echo out $output

    COPY CODE
    
    echo $output;
    
    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: Cover photo in buddypress and invite not working #93156
     sharmstr
    Moderator

    I just tested the Invite Anyone plugin with Kleo 3.1.3, WP 4.4 and BP 2.4.2. It works fine. I’m able to send multiple invites. I would say that either you have a plugin conflict or a caching issue.

    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: Cover photo in buddypress and invite not working #93153
     sharmstr
    Moderator

    For the cover photo, you needed to decide if you were going to use the functionality within Buddypress or the functionality in BP Cover Photo plugin. I enabled “Leave BP Cover plugin functionality instead of BP 2.4 core” in Settings > Buddypress and it works.

    For invites, have you talked with the plugin developer? Have you checked for plugin conflicts? Does it work with the WP 2015 Theme? Looks like the plugin hasnt been updated in over 2 months. Within those two months, WP has been released an update and buddypress has released 2 updates. Perhaps its not compatible?

    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: Change Main Menu font #93144
     sharmstr
    Moderator

    Try this in your quick css and change the font to whatever you want.

    COPY CODE
    
    #menu-main-menu {
        font-family: "Roboto Condensed" !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: Adding registration within membership #93140
     sharmstr
    Moderator

    Technically, there is only one account in WP. Plugins like bbpress, buddypress and paid membership pro add their own signup (registration) pages. If you dont want people to sign up without going through PMPro first, then disable the buddypress registration page by selecting none in Settings > Buddypress > Pages > Register and disabling “anyone can register” in Settings > General.

    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 button activity page not working #93135
     sharmstr
    Moderator

    Your site is throwing jquery errors. Did you look for plugin conflicts? You’re not running a child theme so I can’t easily see if you’ve added code that would cause this. Besides adding the WPEngine fix, have you modified any other files?

    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: Change Cover Button Linking to 404 #93131
     sharmstr
    Moderator

    It does work, its just not working on your site. Did you look into the caching issue?

    I miss-spoke and its actually bp profile cover that adds the “Replace BP 2.4 functionality” setting. The way its supposed to work is that if you have that enabled, the camera icon points to /change-cover/. If its disabled and you’ve enabled “Allow registered members to upload cover images” then it will point to /change-cover-image/. It obviously not doing it on your site, so we need to figure out why.

    Can you provide admin and ftp 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: Load More button activity page not working #93129
     sharmstr
    Moderator

    The admin credentials aren’t working.

    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: Slider Full Width #93060
     sharmstr
    Moderator

    In the same settings, check the top padding field. Its probably set to 40? Change it to 0

    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: Visual Composer Kleo Posts Grid Display #93059
     sharmstr
    Moderator

    I’m sorry your find it harsh. It certainly isnt my intent. I assume people havent searched since I know I’ve answered it, most times on multiple occasions. As you say, its far faster for someone to solve their issues by searching. However, 99% of the time I provide the link with my response in case they have searched and couldnt find the solution. As far as being buried I always provide a link with an anchor to the exact response that has the solution (or the one above if it makes more sense). I dont make people comb through lengthy topics. I do that for them. Thank you for the feedback. Its always good to know how I’m being perceived so I can adjust my approach.

    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: How to install demo content “community” #93048
     sharmstr
    Moderator

    Instructions are in the documentation: https://archived.seventhqueen.com/documentation/kleo#demo The site Default demo data is the community site. However, you really dont need to install all the demo data if you dont want. That specific profile is already there if you’ve installed and configured Buddypress and BP Profile Cover plugin.

    If you want 7th Queen to do it, you can purchase that service here: https://archived.seventhqueen.com/services/wordpress-theme-installation-service

    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: GRAVATAR.COM #93039
     sharmstr
    Moderator

    Yes

    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: GRAVATAR.COM #93037
     sharmstr
    Moderator

    Just try this in your child’s functions.php file

    COPY CODE
    
    add_filter('bp_core_fetch_avatar_no_grav', '__return_true');
    
    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: GRAVATAR.COM #93031
     sharmstr
    Moderator

    Your pasted code is a mess so I cant see what you’ve done 🙂

    In any case, if you want to disable gravatar, there is info out there if you google it. Here’s one

    https://bp-tricks.com/snippets/completely-disable-the-use-of-gravatars-on-your-buddypress-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: Change Cover Button Linking to 404 #93030
     sharmstr
    Moderator

    1 – Kleo added that setting. It basically disables the BP 2.4 stuff.

    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: Changing Archived Page title #93023
     sharmstr
    Moderator

    🙂

    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 #93021
     sharmstr
    Moderator

    I forgot to mention…

    I noticed that you are running an old version of Kleo, but have newer versions of plugins like bp and rtMedia. You need to keep Kleo up-to-date if you’re going to be installing the latest versions of 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: RTMedia #93019
     sharmstr
    Moderator

    I’ve notified the developers and they will be releasing a fix for the audio player controls in the next update. I’ll keep a look out for the fix and give it to you before the update.

    As far as videos go, both videos on the page you’ve supplied play just fine. Perhaps its an issue with processing time on the server? In other words, they dont play right away but eventually will play?

    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 Edit Form Design and CSS #93012
     sharmstr
    Moderator

    Try this in your quick css

    COPY CODE
    
    #buddypress #profile-edit-form .editfield {
    padding: 0 !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: COVER PHOTO UPLOAD BUTTON #93007
     sharmstr
    Moderator

    Yes, that’s fine.

    You wont lose your data.

    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: Changing Archived Page title #93006
     sharmstr
    Moderator

    As it says, you need to change the strings. Example

    COPY CODE
    
    $output = __('Archive for category:','kleo_framework')." ".single_cat_title('',false);
    

    to

    COPY CODE
    
    $output = __('','kleo_framework')." ".single_cat_title('',false);
    
    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 Edit Form Design and CSS #93001
     sharmstr
    Moderator

    You didnt attach a picture so not sure what you need help with.

    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: Compatibility for Sabai Directory plugin #93000
     sharmstr
    Moderator

    moved to feature requests…

    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: Changing Archived Page title #92999
     sharmstr
    Moderator

    I’m not getting a 404. In any case, this is what that topic says….

    For KLEO we have created a function that generates the titles for all WordPress specific pages. You just need to redefine this function in your child theme/functions.php and rename the strings. Make sure to have the child theme activated.

    COPY CODE
    
    //Add me to child theme functions.php
    function kleo_title()
    {
    	$output = "";
    
    	if ( is_category() )
    	{
    		$output = __('Archive for category:','kleo_framework')." ".single_cat_title('',false);
    	}
    	elseif (is_day())
    	{
    		$output = __('Archive for date:','kleo_framework')." ".get_the_time('F jS, Y');
    	}
    	elseif (is_month())
    	{
    		$output = __('Archive for month:','kleo_framework')." ".get_the_time('F, Y');
    	}
    	elseif (is_year())
    	{
    		$output = __('Archive for year:','kleo_framework')." ".get_the_time('Y');
    	}
    	elseif (is_search())
    	{
    		global $wp_query;
    		if(!empty($wp_query->found_posts))
    		{
    			if($wp_query->found_posts > 1)
    			{
    				$output =  $wp_query->found_posts ." ". __('search results for:','kleo_framework')." ".esc_attr( get_search_query() );
    			}
    			else
    			{
    				$output =  $wp_query->found_posts ." ". __('search result for:','kleo_framework')." ".esc_attr( get_search_query() );
    			}
    		}
    		else
    		{
    			if(!empty($_GET['s']))
    			{
    				$output = __('Search results for:','kleo_framework')." ".esc_attr( get_search_query() );
    			}
    			else
    			{
    				$output = __('To search the site please enter a valid term','kleo_framework');
    			}
    		}
    
    	}
    	elseif (is_author())
    	{
    		$curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
    		$output = __('Author Archive','kleo_framework')." ";
    
    		if(isset($curauth->nickname)) $output .= __('for:','kleo_framework')." ".$curauth->nickname;
    
    	}
    	elseif (is_tag())
    	{
    		$output = __('Tag Archive for:','kleo_framework')." ".single_tag_title('',false);
    	}
    	elseif(is_tax())
    	{
    		$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
    		$output = __('Archive for:','kleo_framework')." ".$term->name;
    
    	} elseif ( is_front_page() && !is_home() ) {
    					$output = get_the_title(get_option('page_on_front'));
    
    	} elseif ( is_home() && !is_front_page() ) {
    					$output = get_the_title(get_option('page_for_posts'));
    
    	} elseif ( is_404() ) {
    					$output = __('Error 404 - Page not found','kleo_framework');
    	}
    	else {
    		$output = get_the_title();
    	}
    
    	if (isset($_GET['paged']) && !empty($_GET['paged']))
    	{
    		$output .= " (".__('Page','kleo_framework')." ".$_GET['paged'].")";
    	}
    
    	return $output;
    }
    
    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: COVER PHOTO UPLOAD BUTTON #92996
     sharmstr
    Moderator

    Update Kleo

    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: Change Cover Button Linking to 404 #92995
     sharmstr
    Moderator

    Theres a few things you should check

    1 – BP 2.4 introduced its own cover functionality. You need to choose which one you want to use. Either 7thQueens BP Cover Photo or BP 2.4. If you use BP Cover Photo, then enable it in Settings > Buddypress > Settings.

    2 – If that still doesnt fix your issue, then check for any custom code in your child theme that might be causing the issue. Others have had buddypress-functions.php in their profile and old copies of buddypress files.

    3 – If that still doesnt fix your issue, make sure your server or cdn is serving new files by purging any cache and/or cdn storage you have in place.

    4 – Also check for plugin conflicts.

    Let me know how it goes.

    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: Slider Full Width #92979
     sharmstr
    Moderator

    Go into row settings by clicking on the pencil icon at the top/right hand corner of the rev slider row and set Inner Container to no.

    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: Category Page Results #92978
     sharmstr
    Moderator

    Your site is throwing a 500 internal server error. Look in our server error logs for the reason. Also, look for plugins and or custom code that could be causing it.

    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: Visual Composer Kleo Posts Grid Display #92977
     sharmstr
    Moderator

    Please search before posting. I’ve have answered this here: https://archived.seventhqueen.com/forums/topic/blog-help#post-12998

    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: New items on my menu #92976
     sharmstr
    Moderator

    I would love to be without internet access for a few days 🙂

    Sorry, but I’m not familiar with that plugin. Why dont you just remove the links from your menu?

    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: Change User Xprofile Section Icons #92975
     sharmstr
    Moderator

    To add icons to new items added by plugins you need to inspect the element using Chrome browser, get the ID of the specific list item and follow the above example.

    Example to add for Buddypress Follow plugin that adds two new navigation items, Followers and Following

    /* Following icon */
    #buddypress div#item-nav ul #members-following-personal-li a:before {
        content: "\E98F";
    }
    /* Followers icon */
    #buddypress div#item-nav ul #members-followers-personal-li a:before {
        content: "\E995";
    }
    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: Links to Profiles #92974
     sharmstr
    Moderator

    The thing to do when something doesnt work as it should is to look for plugin conflicts. In your case, I disabled the review manager and now they link to the profile.

    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: Contact form 7 Not Working #92949
     sharmstr
    Moderator

    Do you have a contact form with the ID of 7? If not, change the id to whatever your form ID is.

    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 - 2,201 through 2,240 (of 11,328 total)

Log in with your credentials

Forgot your details?