Forum Replies Created
-
Author
-
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDid 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorNot 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThey 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou didnt replace the 2 echo like I’ve instructed
COPY CODEfunction 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 CODEecho $output;
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 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorFor 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTechnically, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 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
ModeratorIt 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIn 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorInstructions 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes
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
ModeratorJust try this in your child’s functions.php file
COPY CODEadd_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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator🙂
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 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYes, 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatormoved to feature requests…
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’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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorUpdate Kleo
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
ModeratorTheres 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorGo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYour 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorDo 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts