Forum Replies Created
-
Author
-
sharmstr
ModeratorFor ‘search’, I’ll have the dev’s add the text domain. In the meantime, go to /buddyapp/lib/theme-functions.php and change the input_placeholder text (around line 361).
“All Members” is in the buddypress translation 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
ModeratorYour link doesnt 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
sharmstr
ModeratorBring up your login page in the page editor and edit the Single Image 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
ModeratorSolution provided: https://archived.seventhqueen.com/forums/topic/forgot-password#post-96362
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 issue is that they recently added a check for the nonce field, but failed to add it to the ajax call. I’ll add a fix for this in the next update. In the meantime, go to /buddyapp/functions.php and comment out the nonce check. Around line 905 look for
COPY CODEcheck_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
and change it to
COPY CODE//check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
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 seeing any errors. Where are you seeing the error? Where are you logging in from? The sidebar or wp-login.php?
Provide a test account so we 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
ModeratorI dont see any errors.
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
ModeratorSend an email to dev@seventhqueen.com to ask this. Your request will reach the people who provide the 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
Moderatoryou’re on a very old version of Kleo. So old in fact that you no longer receive auto update notifications. You’ll need to upgrade via FTP to get current, then auto upgrade notifications will work again if you have it set up in theme options. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
After you upgrade Kleo, make sure you also upgrade the required plugins by going to Appearance > Install Plugins.
To fix the Theme Options saving issue, put this in your child theme’s functions.php file
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
ModeratorTry this in your quick css
COPY CODEbody.single-forum .bbp-topic-form code { white-space: normal !important; 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
ModeratorAnd, according to your images, your site is throwing 300 errors. Why?
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
ModeratorIt doesnt do that by default. Look for plugin conflicts or custom code that you’ve added.
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 isnt any issues with the current version of Kleo and VC so perhaps you have a plugin conflict. Have you checked?
http://seventhqueen.com/themes/kleo/tooltips-popovers/
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 dont want to use a plugin, you can follow this: http://sharmstr.com/displaying-social-links-in-members-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
ModeratorYou would put your cpt name, not ‘page’. Yes, it goes in your child theme’s functions.php file.
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
Moderatormoving because this isnt a bug
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 Users Ultra Lite plugin was causing the issue. It was changing your forums permalinks. Next time you run into an issue, its common practice to disable all plugins to see if it fixes the issue. If it does, enable them one-by-one until you find the plugin 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
ModeratorIn the Kleo documentation and in the Kleo section of Appearance > Menus, it explains that you can add user specific links by using the ##profile_link## variable. i.e. ##profile_link##/forums or ##profile_link##/forums/replies or ##profile_link##/forums/favorites
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 see that you’ve added the css I gave you to either quick css or styles.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
ModeratorYou can change the excerpt length: https://archived.seventhqueen.com/forums/topic/how-to-increase-the-amount-of-excerpt-showing
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 wont lose anything. You will be adding pages, posts, etc….
You can use the kleo post carousel to add something similar to related posts by filtering it by page and categories/tags.
Turn off the post footer in the kleo posts 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
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
Moderatormoving because this isnt a bug
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 welcome 🙂
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
ModeratorAhhh, I see. The Recent Posts widget. Unfortunately the answer is no. It will show the latest replies regardless of weather or not it was in the same topic and other recent replies.
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 welcome
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 page are you having problems with? I created a test page called kelo-test, added a post grid, published it, left the page and went back into the editor. I was not able to 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI just looked at your plugin settings. Another thing you can try is disabling the “show featured image in activity” setting. Buddypress already shows the featured image for posts, so maybe that’s why you’re getting 2 of them.
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
ModeratorThank you.
Since its a paid geo directory add on that I dont have access to, can you tell me 2 things
1 – Switch to the WP 2015 Theme and tell me if the existing activity shows 2 images.
If yes…
2 – With the WP 2015 Theme enabled, add a new test geo listing and tell me if that activity shows 2 images.
Trying to determine if its Kleo or the plugin.
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
ModeratorWorks on my sites. Need access to yours to see what’s wrong.
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
ModeratorMost likely a plugin css conflict that has nothing to do with Kleo. You can test this two ways.
1 – Enable the WP 2015 Theme. Does it still happen?
2 – Disable all plugins except VC. Does it still happen?
If so, if you give me access I might be able to work out some custom css 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
ModeratorCant see the activity without 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
ModeratorCan you fix my access so I can see what’s going on?
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@abe – assigning this to you to merely give you a heads up. I’ve had a few cases so far where the Buddyapp page load transition doesnt complete if there is an error on the page, or if the page takes a long time to load. This results in what appears to be a blank page. Its not until you manually set the page opacity to 100 using the page inspector that you can actually see what’s going on. I’m not sure if there is anything you can do about this, but thought you should know and perhaps tell the rest of the support staff about it so they dont waste time debugging a blank page 🙂
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 welcome.
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 CODEli.rtm-bbp-thumb-view { max-width: 150px; border: 1px solid #e5e5e5; margin: 5px !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 by default, except for “pending” (Users > Manage Signups). There might be a plugin or custom code on the buddypress forum for 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
sharmstr
ModeratorUnderstand, but Peter’s login redirect is the Kleo suggested plugin for doing 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
sharmstr
ModeratorInstall Peters Login Redirect plugin. Set your custom redirect to WP default, then in Peters plugin settings, set the login redirect to
http://www.yoursite.com/members/[variable]username[/variable]
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 keeps taking me to another site so I cant access wp-admin. In any case, you’re on a very old version of Kleo. So old in fact that you no longer receive auto update notifications. You’ll need to upgrade via FTP to get current, then auto upgrade notifications will work again if you have it set up in theme options. https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
If that doesnt solve your issue, look for a plugin conflict that might be hiding that menu 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
-
AuthorPosts