Forum Replies Created
-
Author
-
sharmstr
ModeratorI see you’re using firefox. I was on chrome. Let me see what I can figure out.
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 clearing your browser cache.
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 way the code works is if you have it set to “Restrict All Members” it will redirect to the homepage. If you have it set up to “Restrict Certain Levels”, it will redirect to the PMPro Levels page if one is set up, or to the buddypress registration page if it cant find a PMPro levels page.
You can override the redirect location by putting this in your child theme’s functions.php file
COPY CODEadd_filter( 'kleo_pmpro_url_redirect', 'custom_member_redirect' ); function custom_member_redirect() { wp_redirect('http://www.google.com'); exit; }
Obviously change google to wherever you want.
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
ModeratorCan you explain what’s wrong with them? They look fine to me.
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
ModeratorDoes both of the accounts use the same email address?
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
November 2, 2015 at 15:29 in reply to: Filter Kleo activity stream module to show friends only #85410sharmstr
ModeratorDid you set Display to Friends in the shortcode 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
ModeratorPaid Membership Pro does that, but it might be to complicated for your needs.
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. there a few ways to do this
https://archived.seventhqueen.com/forums/topic/how-to-add-social-icons-to-footer
https://archived.seventhqueen.com/forums/topic/suggestion-social-media-widget
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’d like you to check a few things.
1 – Why do you have buddypress-functions.php in your child theme? How old is that file? Try removing it and see if you have the same issue.
2 – Enable the WP 2015 Theme and see if you have the same issue.
3 – Disable all plugins except buddypress and see if you have the same 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
ModeratorThe Media settings in Theme Options > Memberships doesnt apply to your activity wall. It only stops users from accessing their Media tab in their profile. Also, embedding a url is not the same as adding media.
I’ve created a test account so I can figure out what’s going on. I’ll let you know what I find.
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 looked at both links that you’ve provided. Can you tell me what’s wrong with them? The featured items styles looks okay to me and I dont see an issue with your image on the second link. I’ll be happy to help if you tell me what you want changed.
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
November 1, 2015 at 22:48 in reply to: Menu text suddenly became white and can’t be changed back! #85371sharmstr
ModeratorSince you have the issue with the Wp 2015 Theme installed, its not Kleo causing it.
Does your server have caching enabled? If you dont know, contact your hosting company to find out.
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
November 1, 2015 at 22:22 in reply to: Menu text suddenly became white and can’t be changed back! #85368sharmstr
ModeratorDo you have the issue with the 2015 Theme enabled?
Have you checked for plugin conflicts?
Have you updated all plugins that come with Kleo 3.1 (wp admin > appearance > install plugins)?
Have you purged your server cache/cdn since updating? *** Last time I saw your issue, this solved 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
November 1, 2015 at 22:13 in reply to: Menu text suddenly became white and can’t be changed back! #85366sharmstr
ModeratorExplain
usual “visual editor”
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 left out of the template. You need to copy /content-quote.php to your child theme and add the image div. I’m not on my computer right now, but if you compare it to /content-image.php you can easily figure out what block of code you need to add to output the image div.
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
November 1, 2015 at 19:42 in reply to: Menu text suddenly became white and can’t be changed back! #85357sharmstr
ModeratorYour links dont work.
Several months ago Themeforest updated their automatic update code that is not compatible with older version of Kleo. You need to update Kleo to fix this going forward. Steps to update via ftp are here: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Once you’ve have everything updated, give us a functioning url and we’ll help you with your menu 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
Moderatoradding new nav items: https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/
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 understand your question.
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 decide which plugin to use. I cant tell you. The image that you initially posted was me playing around with things a very very long time ago. I’m not a Seventhqueen developer. I’m a Kleo user like you.
The link I gave you is the current discussion about vendors and what other Kleo users have found. Please refer to that for all of your questions.
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 this https://codex.wordpress.org/Function_Reference/get_post_format
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
ModeratorCan you be specific? Here’s a demo page that utilizes the alternate area (weekly section half way down) and its displaying fine: http://seventhqueen.com/themes/kleo/news-magazine/
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
ModeratorThat’s the second thing I suggested 🙂 Glad it finally works for 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
ModeratorThe discussion is here: https://archived.seventhqueen.com/forums/topic/integration-for-wc-product-vendors-and-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
Moderatorboth windows (chrome) and my ipad (safari)
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.October 31, 2015 at 23:32 in reply to: Buddypress menu are not working and kleo menu is forced #85284sharmstr
ModeratorIts been discussed on the buddypress forum since you’ll have to change their code to do 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
ModeratorOkay. I’ll hand this off to someone else who hopefully has a mac.
@laura – can you assist?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. I just did. Have a look at the first draft in the list.
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
October 31, 2015 at 22:27 in reply to: Buddypress menu are not working and kleo menu is forced #85250sharmstr
ModeratorThe kleo developers trigger both the buddypress and kleo login menu items because people were confused by which one to use (is my guess). You are the first person to express that they dont want it this way. Use my suggestion and you’ll have it working the way you want.
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 have you set $the_id? Echo out $link to make sure $link is what you think it 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
October 31, 2015 at 20:56 in reply to: Buddypress menu are not working and kleo menu is forced #85230sharmstr
ModeratorThe kleo login modal is triggered by jquery. You cant override the jquery. You can edit it to remove the bp-login-nav class from being a trigger, but its not upgrade safe. You might be able to remove the bp-login-nav from being added to the menu item using a filter, but you’d have to ask the buddypress folks about that.
If it were me, I’d use a custom link and use a plugin like Menu Item Visibility Control to hide it from logged in users.
Add this to your quick css
COPY CODE.bbp-password > input { width: 100% !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
ModeratorIf you still have the issue with the WP 2015 theme enabled, then its not Kleo causing your issue.
You activate the account by clicking on the activation link that’s emailed to you after you register.
You find plugin conflicts by disabling all conflicts to see if it works. If it does, then enabled them one-by-one until you find the one that breaks the login.
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
ModeratorWe need more information
1 – Have you checked for plugin conflicts?
2 – Have you activated the account?
3 – Have you tried it with the WP 2015 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
October 31, 2015 at 18:33 in reply to: Product Carousel without Excerpts (KLEO POST CAROUSEL) #85218sharmstr
ModeratorPlease search: https://archived.seventhqueen.com/forums/topic/hiding-post-excerpts-in-kleo-carousel
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*installed = enabled “does it work with WP 2015 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
ModeratorCouple of things to check
1 – Does it work with the WP 2015 Theme installed?
2 – If not, check for plugin conflicts by disabling everything except buddypress. If it works after that, then start enabling your plugins one-by-one until it doesnt work again.
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.
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 must have missed this information on the demo import page.
– Not all images are imported so you need to add your own. See also Changing Section backgrounds documentation.
Just add your own image: https://archived.seventhqueen.com/documentation/kleo#section-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
ModeratorNo problem.
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
ModeratorHi Vanessa,
I’m able to edit a page using the front end and backend VC editor without any issues.
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
ModeratorClick on the pencil icon in the right upper corner of the row. That will bring up the row settings where you can set the background image (or color, or video)
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