Forum Replies Created
-
Author
-
sharmstr
ModeratorHmmm. Maybe its similar to how rtMedia works and you need a function to do it. Have you looked at the plugin documentation or asked the developer?
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
ModeratorFrom a Kleo standpoint, you only need to add the app id. Facebook requires much more. Read their documentation.
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 why you are having such issues with BP translation. Both of those are in the buddypress.pot. See attached. (and yes, sorry about #2)
You can set that up in your permalink settings. WP Admin > Settings > 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
Attachments:
You must be logged in to view attached files.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
ModeratorThe code works fine on my site. Did you remove background image from theme options first? http://dev.sharmstr.com/testing-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
ModeratorDid you set up the form action to the members 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
Moderator1 – Yes it is. See attached. If you’re having issues with it, ask on the BP forums.
2 – Are you sure about that: http://buddydev.com/buddypress/introducing-buddypress-user-profile-visibility-manager-give-the-users-control-to-manage-their-account-privacy/
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
ModeratorDid you try articles?
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
ModeratorTurn it off in theme 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
sharmstr
ModeratorLooks fine on my android.
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 do not use one topic to ask all your questions. If you have questions not concerning the original topic, start a new one.
To answer your question, I dont know what you mean. Can you show 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
sharmstr
ModeratorIts in their documentation. https://wordpress.org/plugins/bp-profile-search/installation/
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
ModeratorThen where is that signup form code coming from? its not 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
Moderatorhttps://buddypress.org/support/topic/hide-admin-from-members-and-activity/
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
ModeratorGoogle it or search on the bp 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
Moderatordid you try my-articles and appointments? 🙂
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
July 27, 2015 at 15:05 in reply to: Adding custom Background Image on Pages (in Title Section Tab) #70217sharmstr
ModeratorIt only works when you have the title in the breadcrumb section, not the main section.
You can try this css
COPY CODE.page-id-3686 .section-container.container { background-image: none; } .page-id-3686 .wrap-content .container { background-image: url("http://yoursite.com/wp-content/uploads/2014/08/yourimage.jpg"); }
If you need it for a different page, you’ll need to change the page id
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. I’m glad it worked. It was just a guess 🙂
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
ModeratorLooking at it again, I think its this code you’ve added
COPY CODE<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us9.list-manage.com","uuid":"cfa2b9fbed370eeb6accb274d","lid":"8125fdee93"}) })</script>
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. Disable any extra plugins 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
ModeratorKleo uses a series of template files to build a page. get_sidebar is in footer.php. Move end if below get_footer.
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 it turned on in theme options? If so, do you have it hidden on the 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
ModeratorI’m confused by your question, but I think this is what you want: https://archived.seventhqueen.com/forums/topic/re-order-menu-positions-on-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
ModeratorYour dynamic content gallery plugin is probably 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorIt would be helpful for you to test that before asking me how to remove it.
Anyhow, add the caret code back and try css instead.
COPY CODE#header .navbar-nav li .caret { display: none; } @media (max-width: 991px) { #header .navbar-nav li .caret { display: inline !important; } }
Its important to know that I cant test any of this since I dont use your 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
ModeratorThe pinterest “theme” is just a page that shows blog posts. That’s it. So if you dont have any blog posts, it wont show anything below the header image. You can import blog posts by select “by content type”.
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 do not double post. You asked your question on a Sunday
Support is offered Monday through Friday, but please allow up to 48hrs so we can review your request and respond.
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 use this to redirect them wherever you want https://bphelpblog.wordpress.com/2013/06/22/buddypress-redirect-to-profile-trick-using-a-landing-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
ModeratorPlease search before posting. https://archived.seventhqueen.com/forums/topic/captcha-for-bottom-page-contact-us-for
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 remove this line to remove the caret
COPY CODE$output .= ( $args->has_children && in_array($depth, array(0,1))) ? ' <span class="caret"></span></a>' : '</a>';
The member name wont work because social login does its own filtering of the avatar code that removes the stuff that kleo needs in order to display the name. This filtering is the whole reason why I had to come up with the code just to show the avatar in the first place.
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 hard to guess without seeing the page. You probably need to scroll down the page to theme general settings and change the menu to be transparent, hide the title and breadcrumbs. The specific page import will only import the page code, not the posts and background images (in some cases)
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 quick css
COPY CODE.home #bp-login-widget-user-login, .home #bp-login-widget-user-pass, .home .bp-login-widget-register-link a { color: #fff; }
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 loading adequately for me. Maybe its your internet connection.
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 added the rev slider shortcode and it seems to be working fine.
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 uses the rev slider shortcode. Again, if you give me access I’ll be happy to see whats 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
ModeratorI dont know what you mean by “main file folder”. As the topic clearly states, you need to change /plugins/k-elements/shortcodes/templates/kleo_particles.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
sharmstr
ModeratorUpdate to 3.0.4
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 tells you in the link I gave 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
ModeratorHere’s the fix for using a form with a particles background: https://archived.seventhqueen.com/forums/topic/button-not-clickable-with-galaxy-particles#post-68410
Changing the column width didnt remove the forgot password because there isn’t a forgot password on the form.
If you want it added, ask the BP folks since its their 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorFor the border issue, change the row to use the alternate style.
1 – That should be in the bp translation files. Make sure you’re using the latest: https://translate.wordpress.org/projects/buddypress/2.3.x
2 – Language files are in the BP Profile Cover plugin folder
3 –
Addresses – See my first response. Its in that file.
Profile visibility – Probably handled by whatever plugin added it4 –
Change cover – again in the plugin
Base – Buddypress
Name – Wp admin > Users > Profile fieldsFor the media tab, as on the rtMedia 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
-
AuthorPosts