Forum Replies Created
-
Author
-
Abe
KeymasterHI, We are using on the demo site Buddypess,Paid Memberships Pro and Woocommerce all together for demo purposes and haven’t encountered an error. Do you have the error it shows? Try setting WP_DEBUG to TRUE in wp-config.php to show php errors
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, See the examples related to the subnav here: http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/#change-subnav-tab
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, You should use the child theme and copy this file wp-content\themes\sweetdate\members\index.php to the exact folder structure in the child theme. Edit it there and comment lines 38 and 39 which look like:
COPY CODE$page_title = __('Profile Search <span class="pink-text">results</span>', 'kleo_framework'); $lead = __("Your search returned", 'kleo_framework')." ".count($bp_results['users']) ." ". _n( 'member', 'members', count($bp_results['users']), 'kleo_framework' );
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
Keymasterquick css or in your child theme in style.css file, whichever suits you
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
KeymasterThanks guys 🙂
We will get in touch with the developers of LearnDash and see if they can provide a trial to test it
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
KeymasterWe haven’t tested that code but we will do that and see if we come with a better solution
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
KeymasterThis code is cleaner and just tested it, add it to your sweetdate-child/functions.php
COPY CODEadd_action('set_current_user', 'cc_hide_admin_bar'); function cc_hide_admin_bar() { if (!current_user_can('edit_posts')) { show_admin_bar(false); } }
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 joninhas, For the register form in homepage you have this shortcode: [kleo_register_form]
Attributes available:
profiles=”1|0″ – show/hide the recent profiles underneath
title=”Title…”
details=”Extra details here …”For the login form there is no shortcode for a form but you should check wordpress default login form: https://codex.wordpress.org/Function_Reference/wp_login_form
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 nusolutions, You need to edit footer.php and add some php conditions in there to check if the user is logged in, example:
<?php if (is_user_logged_in()) { ?> Content to hide <?php } ?>
You should really hire a developer to help you with custom changes.
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, see the code provided in this topic: https://archived.seventhqueen.com/forums/topic/private-message-thread-layout-bug
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 link you gave us isn’t visible. Try inspecting the elements using Chrome or Firefox Firebug and do any desired changes by CSS
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, Template file is located in: wp-content\themes\sweetdate\members\single\profile\change-avatar.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
KeymasterHi,
1. Please add this css to fix it:
COPY CODEform.form-search .text-center label.inline { display: inline; line-height: 32px; }
2. Those show like that since the width isn’t enough and they go under. Right now we don’t have a function to change that look
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
KeymasterThanks Boblebad for your answer
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 is handled by Buddypress yes but you could edit wp-content\themes\kleo\buddypress\members\single\profile\change-avatar.phpand instead of form action=”” try putting
<form action="<?php echo bp_get_loggedin_user_link(); ?>profile/change-avatar#item-nav"
We’ll be adding this in next theme version 😉
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 9, 2014 at 12:58 in reply to: Search Bar in the Compose Message section not showing results #14639Abe
KeymasterHi, That will autocomplete just friends if I am not wrong and it is Buddypress way of handling it.
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, That comes from WordPress itself and you need to install a plugin to change that. Plugin example: http://wordpress.org/plugins/wp-mailfrom-ii/
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 add that CSS given by Anchora it will hide the username: span.user-nicename { display: none; }
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
KeymasterThose settings don’t work for BuddyPress pages since the plugin has other logical mechanism. You need to apply those settings added by us in Sweetdate – 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
KeymasterHave you figured it out? Can we close the topic?
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, yes we will check their plugin since we have on our list to add mailchimp functionality
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 tomorrow 1.4 update that will fix that issue that happens some times in the options panel on the Membership tab
Thanks
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 doing some local tests and come back with a fix for you. Thanks
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, You would have to be more specific on what the problem is.
ThanksHi 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, You need to add the attached code to sweetdate-child/functions.php
This is an example where it is lowered to 14 years old. You will have to change the 14 to whatever you need in the code
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.Attachments:
You must be logged in to view attached files.Abe
KeymasterHi there, That is related to Buddypress Menu walker I guess since it adds the class active to both items. You can bug them if you can 🙂
Thanks
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, You need to backup your translations from kleo/languages if you have added any. Also it is recommended to backup old site files before updating. Normally if you haven’t done any changes to the theme files you won’t loose anything
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 nusolutions, this is the path for the login modal: wp-content\themes\sweetdate\page-parts\general-login-modal.php if you want to add extra things to it.
To make the button go directly to wp-login you have to edit header.php, search for on line 182 for:
data-reveal-id=”login_panel”
and remove that string. Them replace href=”#” with href=”/wp-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
KeymasterHi, You will have to use a plugin like Codestyling Localization that will allow you to easily generate those files for your language. This means that you will translate the theme from that plugin easily. Make sure after you translate the strings from the theme and other plugins you hit the button to generate the .mo file
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, You are right we encounter this. We came with a fix that will be available probably tomorrow once with the 1.4 update
Thanks
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, Right now that isn’t a feature. Try searching for a BUddypress plugin or code since it is only related to 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, Right now that isn’t a feature. Try searching for a BUddypress plugin or code since it is only related to 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, Sorry for the late reply. You need to edit header.php and add wrap the banner in a php conditional for logged in users like:
<?php if (is_user_logged_in()) { ?> put the banner here <?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
KeymasterHi, Sorry for the late reply. You can easily use Codestyling Localization plugin to translate Sweetdate theme and all the plugins you use. From the plugin page you will see the theme listed and also the plugins. The process is similar for any of them, scan for strings, translate the strings and click the button to generate the .mo file.
In the Sweetdate theme, translate the strings with the text domain: kleo_framework
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
KeymasterSorry I see what you mean now. That logo is also set from WP admin – Sweetdate – Small Logo. Can’t you see it in that options page?
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
KeymasterWoocommerce is almost ready and you will get an update tomorrow 9th of April. We have spent some time on it to make it a real integration, not just simple styling
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
KeymasterSure it is included. You get the updated versions of the plugins on new theme update releases
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 already responded in another similar created topic of your and in the theme comments section.. Please could you add your questions just once so we don’t have to search trough all support topics, comments, etc to see if we already answered?
We will look for a way to make a fallback in cases like yours.
Thanks
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 guess you are using another theme for mobile trough a plugin or something. try to disable it since Sweetdate is responsive and looks good on mobile devices 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
KeymasterTry to add them with single quotes like:
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