Forum Replies Created
-
Author
-
Abe
KeymasterHi, That should be changed from Sweetdate – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, we will look into that link problem.
Have you disabled also the Theme options – Buddypress – Show breadcrumb ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHey man, I already said which is the right file 🙂 /public_html/wp-content/themes/sweetdate-child/functions.php
forget the other one. Talk to whoever added it there.
Please follow this topic https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image and add the correct code to public_html/wp-content/themes/sweetdate-child/functions.phpI think I gave you pretty straight-forward instructions.
And those default profile tabs should appear by default if the user has completed its profileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Use a plugin like https://wordpress.org/plugins/bp-registration-options/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterOh and use the Paid Memberships Pro plugin for memberships
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, First you can define all the fields in Users – Profile fields and assign them to the search from in Sweetdate – Buddypress.
You can see this topic on assigning a free level at registration for ladies: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration
You last change requires some code intervention from a programmer with JavaScript/PHP knowledge to make you custom request.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, We haven’t got the plugin on our hands to see how it shows. Are the big compatibility problems since it should behave nicely?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi. That comes from Buddypress plugin and you can translate those labels using a plugin like Codestyling Localization. See more here: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterFrom Front-end just like the user is looking at it’s profile. If you enable the admin bar they will see the bar but they can’t see those options you see.
You can also add this code to sweetdate-child/functions.php so you disable the admin bar for non-admin users:
COPY CODE/** Disable admin bar completely for non-admin */ if (!function_exists('disableAdminBar')) { function disableAdminBar(){ remove_action( 'admin_footer', 'wp_admin_bar_render', 1000 ); // for the admin page remove_action( 'wp_footer', 'wp_admin_bar_render', 1000 ); // for the front end function remove_admin_bar_style_backend() { // css override for the admin page echo '<style>body.admin-bar #wpcontent, body.admin-bar #adminmenu { padding-top: 0px !important; }</style>'; } add_filter('admin_head','remove_admin_bar_style_backend'); function remove_admin_bar_style_frontend() { // css override for the frontend echo '<style type="text/css" media="screen"> html { margin-top: 0px !important; } * html body { margin-top: 0px !important; } </style>'; } add_filter('wp_head','remove_admin_bar_style_frontend', 99); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, The script takes your username from Facebook just as you have it there. The file responsible for that is located in wp-content\themes\sweetdate\framework\functions\facebook_login.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYes you need to enable the lightbox in RtMedia – Settings – Use lightbox to display media. That will enable your media lightbox here: http://dimelo.nl/members/johnnathan/media/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi ThemeVal, we will create a detailed documentation for all shortcodes with all possible attributes. Until then you can follow sharmstr’s advice and create them using Visual Composer and use the Classic editor to view it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterIf you want the login not to happen by AJAX since that is the cause of your problem you can disable that by commenting line 101 -> kleoAjaxLogin(); from wp-content\themes\sweetdate\assets\scripts\app.js
comment it like:
//kleoAjaxLogin();Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi guys, that loading can be a JavaScript error in your page that can come from a plugin. Give me a link to your sites and user/password to test it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou haven’t provided some credentials to login and the groups page is restricted
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, We are releasing a fix next week. Thanks for pointing this out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 3, 2014 at 10:46 in reply to: Change Avatar – "There was a problem cropping your avatar" Error #14235Abe
KeymasterHi karo, Please check with your hosting if you have writing permissions on your server files. Normally the path where the images are uploaded is in /wp-content/uploads
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi. I said above: In Appearance – Menus
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymaster3. this has been always the default behavior for the register page to have only the Base group.
As for the profile groups you should check your installed plugins since it could be related to one of themHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterAnd the shortcodes can be accessed from the page/post edit from that pink square icon where you can generate all shortcodes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWhat exactly are you translating Boblebad? which string and with what translation string. be more specific please
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, please update your K-elements plugin that comes with the theme. See more here on theme update: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterShare your site link and some credential. I don’t think you have read my instructions 🙂 you go to mydomain.com/groups it is really easy. and if that page is blank then just set it from Wp admin – Settings – Buddypress – Pages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi Boblebad,
We would love to give everyone help with the customizations but what isn’t always possible. This support forum is to resolve any issues and bugs that you may find and also to guide you on the right track to get you where you wanna.The forum is not to provide custom work. We do give snippets of code that we find useful and other styling etc.
We understand what you are saying and are working on a more detailed documentation that will be available online. If you are not familiarized with WordPress some things might not look so clear to you.
You paid for the theme which has hundreds of hours of work. Support if optional and not imposed by Themeforest but we chose to help our customers.
Your request is very vague:
“I would like to have one background color on the front page, and a different one when on the profile page, the section with the details, Base, Myself summary a.s.o., but in settings this is the same background color.”From what I understood you wanted different backgrounds which has nothing to do with theme structure or any other thing, it only has to do with some added CSS code and just inspect your elements in the browser and add the code. This is if you have HTML/CSS knowledge.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi johnnathan, Do not change templates files for translation. Use a plugin like Codestyling Localization that works with .mo/.po translation files and automatically adds them to kleo/languages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 3, 2014 at 00:59 in reply to: Registration page (unable to add content in the main area) #14205Abe
KeymasterHi Hiro, Buddypress does not allow you to add content from the admin area to any of the BP pages. You will have to edit registration page template file to do that. It is located in: wp-content\themes\kleo\buddypress\members\register.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterOk, So you tried my suggestions and it works now?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterProbably the developer hasn’t updated the info.. you might just try it and see .. nothing wrong can happen
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhi, Unfortunately that can’t be done with the default functionality and you need to add some conditions and create a customized code to match your need. You need PHP knowledge and some WordPress/Buddypress logic too
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYes it is. Just re-download it from Themeforest.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 3, 2014 at 00:04 in reply to: Visibility "Members", "Activity" and "Groups" for only members #14197Abe
KeymasterHi, That is achievable using the Paid memberships Pro plugin and setting your restrictions from Sweetdate – Memberships
Make sure to use the latest theme version 2.6
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 3, 2014 at 00:00 in reply to: [Urgent!!!!!]Why return 1 result and no members are in the same page #14196Abe
KeymasterHello, Do you have the latest theme update installed since we haven’t encountered this in later theme updates
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That comes from Paid memberships Pro plugin and the template responsible for that page is located under wp-content/themese/kleo/paid-memberships-pro/pages/levels.php
Look somewhere around line 160
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi sharmstr, We are working hard to have it finished this week
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi guys, thanks Leedman for you valuable feedback. We will do our best to included some of your suggestions in our next updates. We will definitely add this one: Picking up first image of post in next update
sharmstr covered most of your queries but if you encounter any problems please let us know.As for the Multilingual integration we did tests with WPML and made it compatible with it since it is the most used multilingual extension out there. You can use another one if you want since it should use the same principles of WordPress translations
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWe’ll do some tests and let you know.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhehe, I was just joking. Great you figured it out
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterGreat. It was an easy solution
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Try to disable some plugins that could apply some backend restrictions besides Paid Memberships Pro that we know can’t cause this. That could come from a JavaScript error in your site since the login in the popup is done by AJAX
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.April 2, 2014 at 22:21 in reply to: Change the name of menu/sub menus in wp admin bar dropdown #14183Abe
KeymasterThank you sharmstr for your help
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts