Forum Replies Created
-
Author
-
sharmstr
ModeratorI’ve deleted the post
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
ModeratorAccording to the Themeforest page, Kleo is only IE 9+ compatible: http://themeforest.net/item/kleo-next-level-wordpress-theme/6776630
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
ModeratorKleo doesnt have this. In looking at the buddypress documentation, it doesnt appear that the loop has an argument to tap into either: https://codex.buddypress.org/developer/loops-reference/the-groups-loop/#accepted-parameters
Its best if you ask on the buddypress forum and/or search for a plugin.
(groups has categories?)
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 https://archived.seventhqueen.com/forums/topic/problems-with-the-login-screen
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.post-meta a {
color: black !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
ModeratorNot possible: http://community.rtcamp.com/t/media-tab-to-be-the-default-component/2001
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
ModeratorInstead of maintaining custom copies of core files, there are two plugins you should try
https://wordpress.org/plugins/wp-hide-post/
https://wordpress.org/plugins/oomph-hidden-tags/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 a google search for code that will produce the menu you want. Then you can inject it into the pages below the menu using this code in your child theme’s functions.php file
COPY CODEadd_action('kleo_before_content','my_header_menu'); function my_header_menu() { // yourcode 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
ModeratorI personally havent had this issue on my sites, but there’s discussions about it on the bbpress forum. Seems that most people solve it by finding a plugin conflict or by resaving their permalinks (wp admin > settings > permalinks > save).
(fyi – if you’re going to use li tags, you need to also use the ul 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
ModeratorWhat do you mean by “logging in from frontend”? Via the Kleo popup or from a sidebar widget? If from a widget, which one? Have you tried resaving your permalinks?
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.single-post .edit-link { display: 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
ModeratorPlease search before posting. This has been asked and answered before. Try this in your quick css. Change the size to suit your needs.
COPY CODE.navbar-nav > li a { font-size: 20px; }
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 every instance I’ve seen where it didnt work, it was a server caching/cdn issue or a write permissions issue to /uploads/custom_styles/dynamic.css
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
ModeratorThere shouldn’t be any issues. But, how can we guarantee other people plugins will work???
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
September 27, 2015 at 02:53 in reply to: Buddypress Profile Issues (Cropping Tool, Create Links, Message Send) #79650sharmstr
Moderator1 – could be plugin conflict. not sure.
3 – “links” isnt a standard bp profile tab. maybe you have a plugin that’s created that?
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.September 27, 2015 at 00:16 in reply to: Buddypress Profile Issues (Cropping Tool, Create Links, Message Send) #79643sharmstr
ModeratorFirst things first. What versions of BP and KLeo???
1 – Does it appear with the WP 2015 Theme enabled?
2 – Where are you trying to add the link? In an xprofile field, activity posts, elsewhere?
3 – That’s buddypress, not Kleo: https://buddypress.trac.wordpress.org/ticket/6466
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
ModeratorThis is not feature request.
Yes, I’ve run 2 sites strictly over https. If your site was originally configured for http, you’ll have to ensure your cache/cdn is properly purged. There are topics about this 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
Moderatormaybe
.post-item .col-sm-3 {
padding-left: 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
ModeratorThose are in buddypress, not Kleo https://codex.buddypress.org/translations/
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.September 26, 2015 at 18:29 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79618sharmstr
ModeratorYou’re welcome. I’m glad you were able to learn how to correctly diagnose plugin conflicts.
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 animation is the sticky main menu stuff. Turn that off in theme options then remove the menu in general-header-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
September 26, 2015 at 18:17 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79611sharmstr
ModeratorJust as an FYI – I’ve seen cases where it was a combination of plugins causing problems on my site. So disabling one by one doesnt always find 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
September 26, 2015 at 18:15 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79609sharmstr
ModeratorGreat. Now you can enable one by one to see which plugin is causing the 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
ModeratorIts okay.
COPY CODE.post-item .post-content { background-color: #000; }
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
ModeratorAnytime.
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
September 26, 2015 at 18:08 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79603sharmstr
ModeratorSo then it has nothing to do with menu content. Good to know. Instead of disabling one by one, the proper way is to disable all of them first to see if the problem disappears.
Besides plugin conflicts, its possible that code within your child theme could be causing it. An easy way to text that is enable to kleo parent theme temporarily.
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’ll have to customize that on your own. There’s not “settings” for 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
ModeratorThe file is /kleo/kleo-framework/lib/function-breadcrumb.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
September 26, 2015 at 17:37 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79594sharmstr
ModeratorYou mentioned that you think it has something to do with the contents of the menu. Can you create a test menu with only a few items, then create a test page and assign that menu to it? After you’ve done this, give us a link to that page. I want to see if it works or not. My gut is telling me that this is indeed a plugin conflict and not the contents of the menu. This will help narrow it down. 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
sharmstr
ModeratorThere’s no easy way of doing that using the button shortcode. The quick view is triggered by adding “quick-view” to the class, but it also relies on the data-prod attribute which holds the product id. The button shortcode doesnt allow you to set this.
You can use the text block shortcode like 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorIts usually an issue with a plugin conflict or your hostings server configuration. Temporarily enable the WP 2015 Theme and see if you still have the issue. That will rule out Kleo and help determine where the issue lies.
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
September 26, 2015 at 17:14 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79586sharmstr
ModeratorYou can reply privately by clicking the “Set as private reply”
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 dont know of one, but that doesnt mean one doesnt exist. I will say that Kleo doesnt have a suggested plugin to work which means if you do find one, there is no guarantee it will work. But usually that just means there are styling issues. Your best bet is to ask/search on the buddypress forum.
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 doesnt touch registration of sending of emails. This has been discussed here. Take a look at these
https://archived.seventhqueen.com/forums/topic/registration-not-working-6#post-45784
https://archived.seventhqueen.com/forums/topic/mails#post-21761
https://archived.seventhqueen.com/forums/topic/password-reset-link-didnt-send-out#post-707802 – There are several plugins that will allow you to do that. Kleo is Paid Membership Pro compatible:
https://archived.seventhqueen.com/documentation/kleo#memberships
http://www.paidmembershipspro.com/documentation/3 – In their profile
https://codex.buddypress.org/member-guide/For galleries, again there are lots of plugins out there, but Kleo is compatible with rtMedia: https://rtcamp.com/rtmedia/
4 – There are many captcha plugins you can use. Research them to see what’s best for you. Personally, instead of a captcha plugin, I use WangGuard on all of my sites: https://wordpress.org/plugins/wangguard/
5 – again, rtMedia. They have a premium add-on for moderation: http://docs.rtcamp.com/rtmedia/addons/moderation.html
Please take some time to read the documentation and search this forum for solutions before posting.
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 take a look at this thread: https://archived.seventhqueen.com/forums/topic/registration-via-facebook-2
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
September 26, 2015 at 16:55 in reply to: Kleo 3.0.9 Hamburger menu does not expand on small mobile screens #79580sharmstr
ModeratorThis isnt happening on the demo site, so please provide links so the developers can see the 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’re link doesnt work.
In any case, add this your child theme’s functions.php file and try to save theme options again
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_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
ModeratorNot sure what you mean by “thumnails description.” But… The background under the post thumbnail is the same size of the thumbnail, so you wont see it if you change it. You can get close by trying this:
COPY CODE.post-item .col-sm-3 { background-color: #000 !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
September 26, 2015 at 16:46 in reply to: customising blog items for CPT with custom templates #79573sharmstr
ModeratorIf I’m understanding you correctly, you just need to do multiple get_the_term_list calls. So for taxes related to a Movies custom post type….
COPY CODEif (get_post_type() == 'movies') { $categories_list .= get_the_term_list( $post->ID, 'genre', '', ', ' ); $categories_list .= ', '; $categories_list .= get_the_term_list( $post->ID, 'rating', '', ', ' ); } else { // Translators: used between list items, there is a space after the comma. if ( in_array( 'categories', $meta_elements ) ) { $categories_list = get_the_category_list(__(', ', 'kleo_framework')); } }
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
September 26, 2015 at 13:33 in reply to: Capture fields like birthday, age, city when register using facebook #79564sharmstr
ModeratorIf this is something you can code on your own, then the file is /kleo/kleo-framework/lib/function-facebook-login.php
Otherwise, there is a feature request you can vote on: https://archived.seventhqueen.com/forums/topic/facebook-login-with-basic-info-and-profile-pictures-import-log-inout-options
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